Re: Working towards a simpler GCBV implementation?

2021-10-14 Thread Asif Saif Uddin
IMHO, we can include vanilna views like simpler implementations for GCBV and may be ViewSets As well. extensively document the old iplementations to newer implementations, and not deprecating the current implementations that early. they way django regex_based url was converted to sipler path() b

Re: Working towards a simpler GCBV implementation?

2021-10-14 Thread Asif Saif Uddin
all good new things were disruptive in django no matter what. urls and paths existed but the newer approach were recommended for new projects. the current GCBV are not so simple. On Tuesday, January 3, 2017 at 7:20:24 PM UTC+6 Adam Johnson wrote: > I think this is probably too disruptive a chan

Proposed change in ORM model save logic

2021-10-14 Thread Barry Johnson
Trac ticket #33191 was recently closed as a “wontfix”, but Carlton encouraged bringing the matter to this group. The actual issue is a small one, but it seems that Django could do better than it is doing today with one small change, and avoid the need for a counter-intuitive "x = x" statement a