Changes between Version 25 and Version 26 of DjangoGraphviz


Ignore:
Timestamp:
Jun 21, 2007, 12:36:42 PM (17 years ago)
Author:
Antonio Cavedoni <antonio@…>
Comment:

Removed reference to GenericRelations, it’s been fixed by a patch from Andre Campos

Legend:

Unmodified
Added
Removed
Modified
  • DjangoGraphviz

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