Changes between Version 6 and Version 7 of SummerOfCode2011


Ignore:
Timestamp:
Mar 9, 2011, 8:36:47 PM (13 years ago)
Author:
Ramiro Morales
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2011

    v6 v7  
    210210* '''Complexity:''' Moderate
    211211
    212 This ideas has some overlap with the [#best-practices-updates previous one].
     212This ideas has some overlap with the [#Bestpracticesupdates previous one].
    213213
    214214Django 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.
Back to Top