Feature Request: Provide an option to disable static files caching during development

2021-09-27 Thread Bharat Chauhan
Hello, I recently opened a ticket (#33148 ) but it was closed as duplicate of (#32891 ) which itself is marked "wontfix". The reasoning provided by Carlton Gibson for this is: > *I don't think this is th

Re: Feature Request: Provide an option to disable static files caching during development

2021-09-27 Thread laym...@gmail.com
I'm +1 on this. In my experience teaching Django at university, this always confuses students: "why are my changes not reflected in the browser?" Having static files caching disabled when DEBUG=True would be very useful. Thanks for bringing this up! Sage On Monday, 27 September 2021 at 20:17:

Re: Add warning or prohibit module level queries?

2021-09-27 Thread laym...@gmail.com
+1, I've had people raising issues that were caused by this. They were using a query to provide a model field's default value. On Sunday, 26 September 2021 at 02:06:21 UTC+7 Adam Johnson wrote: > I noticed I've continued to encounter this problem in code review > relatively frequently, so I mad