Changes between Version 7 and Version 8 of SummerOfCode2011
- Timestamp:
- Mar 10, 2011, 4:55:49 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2011
v7 v8 210 210 * '''Complexity:''' Moderate 211 211 212 This idea shas some overlap with the [#Bestpracticesupdates previous one].212 This idea 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.