django-mptt

2008-09-04 Thread peter_g
Hi! Playing with the wonderful mptt code: http://code.google.com/p/django-mptt/ I would like to ask if someone knows how to do this: (I play with some kind of navigation for websites) I have a tree where some nodes are marked "inactive" or "deleted". Furthermore, some nodes are to be displayed

Re: custom widget necessary?

2008-08-25 Thread peter_g
Thank you, Norman! > > Do you have links to examples? > > http://www.djangosnippets.org/snippets/937/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djang

custom widget necessary?

2008-08-25 Thread peter_g
Hi! I have datetime fields like "createdate" or "modified" in some of my models. Do I need to create custom widgets if i want their time and date to be displayed in the admin area (change-form) and not the default editable representation (text fields, with "now" etc. shortcuts)? Like, e.g. Crea

Re: Inline Editing

2008-08-20 Thread peter_g
...ah, sorry: I was not explicit enough. I'm looking for the correct way to display one entry block of "DemoThing" fields below "MainThing", without any notions of "#1" etc. And upon saving, Data are stored in both tables. So that it follows a OneToOne intention. --~--~-~--~~--

Inline Editing

2008-08-20 Thread peter_g
Hi! I use the SVN release and have a newbie problem in the admin area: I try to display fields for my DemoThing class/model, which I didn't model with a OneToOneField, but followed suggestions of a ForeignKey- approach. What do I have to change or add so that not only my "MainThing" gets displ