Changes between Version 6 and Version 7 of SummerOfCode2011
- Timestamp:
- Mar 9, 2011, 8:36:47 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2011
v6 v7 210 210 * '''Complexity:''' Moderate 211 211 212 This ideas has some overlap with the [# best-practices-updates previous one].212 This ideas has some overlap with the [#Bestpracticesupdates previous one]. 213 213 214 214 Django currently has a validation framework: A static, monolithic collection of checks implemented in Python code that is automatically executed before the ''syncdb'' or ''runserver'' commands and whose functionality is available through the [http://docs.djangoproject.com/en/dev/ref/django-admin/#validate 'validate'] management command. It is given the chance to inspect the model definitions of installed apps and can flag errors to the developer during the development phase.