L

You are viewing an archive of posts for September 14th, 2008. You can also head back to the blog home.

django 1.0 enhanced reverse generic admin view

Sept. 14th 2008 17:05:47

Django 1.0 has some nice new features and some better ways of doing things we used to do manually. The admin app getting decoupled from the ORM has really paved the way for a lot of customization to go into the admin app; so much so that the last 10% it used to be missing for most CMS needs is now probably easily realized via small decoupled customizations.