Changes between Version 6 and Version 7 of DynamicModels
- Timestamp:
- Aug 14, 2007, 8:58:44 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DynamicModels
v6 v7 234 234 # This installs only the basic table definition. 235 235 236 # disable terminal colors in the sql statements 237 management.disable_termcolors() 238 236 239 cursor = connection.cursor() 237 240 statements, pending = management._get_sql_model_create(model)