Changes between Version 6 and Version 7 of DynamicModels


Ignore:
Timestamp:
Aug 14, 2007, 8:58:44 AM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DynamicModels

    v6 v7  
    234234    # This installs only the basic table definition.
    235235
     236    # disable terminal colors in the sql statements
     237    management.disable_termcolors()
     238
    236239    cursor = connection.cursor()
    237240    statements, pending = management._get_sql_model_create(model)
Back to Top