Changes between Version 16 and Version 17 of DjangoGraphviz


Ignore:
Timestamp:
Sep 14, 2006, 5:03:50 AM (18 years ago)
Author:
anonymous
Comment:

Corrected again..

Legend:

Unmodified
Added
Removed
Modified
  • DjangoGraphviz

    v16 v17  
    151151= Feedback =
    152152 * favo: I have a large app(some model has lots fields). The generated png file is too large. Maybe this tools could work in a concision mode which only contain related field and omit other fields of a model.
    153  * elvstone: How did you manage to get the edges to only reach the edge of the subgraphs? I get [http://bob.dose.se/watchtower.png this] result, which isn't very nice. I've digged through the GraphViz docs/mailing lists without luck :(
     153 * elvstone: How did you manage to get the edges to only reach the edge of the subgraphs? I get
     154{{{
     155#!html
     156<a href="http://bob.dose.se/watchtower.png">this</a>
     157}}}
     158result, which isn't very nice. I've digged through the GraphViz docs/mailing lists without luck :(
Back to Top