Re: Developing an SPA version of Django admin

2021-10-15 Thread Vasanth Mohan
Hi Warren, An SPA sound interesting but should be based on React or other SPA frameworks? While I’ve not looked into it very much Webcomponents are part of the Spec since 2012. Vanilla JS can be leveraged to create the admin and the project developers can choose to extend it with the framework

Re: Proposed change in ORM model save logic

2021-10-15 Thread Ian Foote
Hi Barry, Based on this I'm cautiously in favour. You set out a good case, it's much easier to understand the "why" here than in the original ticket. I'd avoid the extra optimisation of accessing __dict__ directly though - if __set__ gains extra functionality, I'd prefer not to accidentally miss

Developing an SPA version of Django admin

2021-10-15 Thread Warren Havemann
Hi everyone, I've been contemplating the development of an SPA version of admin either in Angular, React, Vue or even Flutter... preferably in Angular due to it's data binding approach. The idea is to serve the SPA from Django, dynamically generating it so that the great model based apps that