Closed GoogleCodeExporter closed 9 years ago
ops i forgot bctfi.py
Original comment by MiratCan...@gmail.com
on 13 Sep 2009 at 12:40
Attachments:
So basically this is a manage.py command that generates static templates
fragments.
This is fine if your tree is tiny and hardly ever changes, but when it does you
have to go back and regenerate your template.
wontfix. I will be investigating what improvements we can make to the fields in
mptt/forms.py though.
Original comment by craig.ds@gmail.com
on 3 Sep 2010 at 11:18
I think this is already possible right now.
mptt.forms.TreeNodeChoiceField is a subclass of ModelChoiceField which prepends
a freely definable string to the model self-description (__unicode__).
Original comment by matthias...@gmail.com
on 6 Sep 2010 at 9:18
Original issue reported on code.google.com by
MiratCan...@gmail.com
on 13 Sep 2009 at 12:34Attachments: