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.
2007
The Django newforms-admin branch. This should make customising the Django admin application a whole lot easier.