Simon Willison’s Weblog

Subscribe

2 items tagged “admin”

2008

Changeset 8266—Added ModelAdmin.save_model() and ModelAdmin.save_formset() methods. One of those small changes that opens up enormous possibilities—it’s now incredibly easy to customise exactly how a model is saved in the Django admin interface by over-riding the save_model method.

# 10th August 2008, 1:17 pm / admin, django, python

2007

The Django newforms-admin branch. This should make customising the Django admin application a whole lot easier.

# 15th January 2007, 2:43 am / admin, branch, django, newforms