Re: [GSoC] Revamping validation framework and merging django-secure once again

2013-08-14 Thread Christopher Medrela
*Progress.* - Deprecated `requires_model_validation` flag and `validate` method (both `BaseCommand` members) in favour of new `requires_system_checks` flag and `check` method. - Finished working at `contenttypes` tests. - Improved code thanks to Preston Holmes comments. Deleted dead code and

Re: Order of INSTALLED_APPS

2013-08-14 Thread Stefano Crosta
Done! https://code.djangoproject.com/ticket/20914#ticket thanks! On Tuesday, August 13, 2013 12:20:48 PM UTC+2, Aymeric Augustin wrote: > > 2013/8/13 Stefano Crosta > > >> My proposal would then be to simply add another box to the >> https://docs.djangoproject.com/en/dev/ref/settings/#installed-

Re: Usage and documentation of F()

2013-08-14 Thread Marc Tamlyn
(Disclaimer: I didn't write any of this code, I'm just working from my own possibly flawed understanding) The main point of using F is not generally for performance per se, rather for database consistency. In the first example, the performance increase is negligable, but you get two significant be