Newforms-admin

Posted by: barbara | Date: Jul 23, 2008 | Updated: Sep 09, 2008 | Category: django
I wish I could say I were more excited about yesterday's merge of the newforms-admin branch into the Django trunk. Of course, I think it's great - all those inner Admin classes in my models never really made sense as a way to hook models into the admin site. But ...

Read More

Dynamic choices on a ForeignKey field

Posted by: barbara | Date: Jul 23, 2008 | Updated: Sep 09, 2008 | Category: django

One proviso before I get started - this example works with the old (as of a few days ago) version of admin, prior to the newforms-admin merge, where the models still use inner admin classes. I haven't started changing my current project to work with the merge, but as I ...

Read More