398 | | == Implementation: Automatic DB Introspection == |
399 | | |
400 | | This: [http://kered.org/blog/2007-07-19/django-schema-evolution/] is an implementation of the automatic introspection idea, ported to |
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 | | 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 (including installation, usage examples, etc.) available here: |
404 | | |
405 | | SchemaEvolutionDocumentation |
| 398 | == Implementation: Django External Schema Evolution Branch == |
| 399 | |
| 400 | [http://code.google.com/p/deseb/ http://code.google.com/p/deseb/] |