Changes between Version 34 and Version 35 of SchemaEvolution
- Timestamp:
- Jul 31, 2007, 11:30:37 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchemaEvolution
v34 v35 401 401 both 0.96 and the latest svn (as of 7/19/2007). It handles renames however not through an interactive UI, but through "aka" metadata, 402 402 either attached to the classes or the fields. This allows renames to be tracked through your revision control system along with the 403 more obvious adds/deletes. It is also a relatively low-impact patch. More documentation available here: 404 [http://kered.org/blog/wp-content/uploads/2007/07/django_schema_evolution_documentation.html] 403 more obvious adds/deletes. It is also a relatively low-impact patch. More documentation (including installation, usage examples, etc.) available here: 404 405 SchemaEvolutionDocumentation 405 406 406 407 -- Derek Anderson