Changes between Version 24 and Version 25 of DjangoGraphviz


Ignore:
Timestamp:
Jun 11, 2007, 3:33:24 AM (17 years ago)
Author:
QingFeng
Comment:

Django Trunk GenericRelation Modify

Legend:

Unmodified
Added
Removed
Modified
  • DjangoGraphviz

    v24 v25  
    3030
    3131== Feedback ==
    32 
     32Django Trunk GenericRelation->
     33{{{
     34try:
     35   from django.db.models.fields.generic import GenericRelation
     36except ImportError:
     37   from django.contrib.contenttypes.generic import GenericRelation
     38}}}
    3339Please direct all feedback to [http://cavedoni.com/ Antonio Cavedoni].
Back to Top