Changes between Version 35 and Version 36 of SchemaEvolution


Ignore:
Timestamp:
Sep 30, 2007, 6:38:33 PM (17 years ago)
Author:
public@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SchemaEvolution

    v35 v36  
    396396
    397397
    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/]
    406401
    407402-- Derek Anderson
Back to Top