django1/django/contrib/admin
Brian Rosner 8ad96b4d29 Added back save_model that was removed from [8273] to allow for both pre- and post- operations around save in ModelAdmin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-11 17:20:47 +00:00
..
media Fixed #8225 -- Right align radio fields in RTL mode, thanks remohammadi. 2008-08-11 14:01:34 +00:00
templates Refs #7742 -- Changed the `django.contrib.admin.views.template.template_validator` view to use newforms instead of oldforms. 2008-08-11 04:31:55 +00:00
templatetags Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
views Refs #7742 -- Changed the `django.contrib.admin.views.template.template_validator` view to use newforms instead of oldforms. 2008-08-11 04:31:55 +00:00
__init__.py Fixed #8086 -- Removed 2.5 specific keyword argument to __import__. Thanks CHasenpflug for noticing this. 2008-08-02 00:33:21 +00:00
filterspecs.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Added back save_model that was removed from [8273] to allow for both pre- and post- operations around save in ModelAdmin. 2008-08-11 17:20:47 +00:00
sites.py Fixed #8205 -- Corrected a misspelling in the API introduced in [8265] and [8274]. Thanks for the report, Simon. 2008-08-10 12:41:42 +00:00
util.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
validation.py Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thanks julien and wamberg for the patches. 2008-08-01 18:55:43 +00:00
widgets.py Fixed #7250 -- Don't show internal data of a FileField in the admin when the form does not validate. This also alternatively fixes a recent problem since [8244] when the form is not valid. Thanks Marc Garcia for the initial ticket. 2008-08-10 01:07:40 +00:00