django1/django/contrib/admin
Brian Rosner de977c8514 Fixed #8522 -- Allow app_index to take extra_context to be consistent with the other views in the admin. Thanks Jannis Leidel for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8529 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-25 03:55:47 +00:00
..
media Tweaked the Admin add/change page so that "save" is still the highlighted 2008-08-23 19:07:49 +00:00
templates Fixed #8129: Modified the password reset email template to use a URL lookup, so that the email doesn't require customization based on the way that the reset view is deployed. Thanks to davenaff for the report and fix. 2008-08-24 08:51:33 +00:00
templatetags Fixed #8353 -- Corrected the case when adminform is not in the context when rendering {% prepopulated_fields_js %} in the admin. Thanks evan_schulz for the initial patch. 2008-08-17 05:16:16 +00:00
views Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to rajeshd for the report of a problem case. 2008-08-24 06:34:18 +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
helpers.py Moved admin form helpers to their own module to clean-up django/contrib/admin/options.py a little bit. 2008-08-18 15:49:58 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Fixed #8367 -- Pass the object to get_form from get_fieldsets in ModelAdmin. Thanks jarrow for catching this. 2008-08-23 05:05:21 +00:00
sites.py Fixed #8522 -- Allow app_index to take extra_context to be consistent with the other views in the admin. Thanks Jannis Leidel for the patch. 2008-08-25 03:55:47 +00:00
util.py Moved admin form helpers to their own module to clean-up django/contrib/admin/options.py a little bit. 2008-08-18 15:49:58 +00:00
validation.py Fixed failing tests from [8352]. Thanks Alex Gaynor for the patch. 2008-08-14 21:03:44 +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