django1/django/contrib/admin
Ramiro Morales 290d7d4d21 Fixed #16542 -- Made Raw ID form widgets shipped with the admin app render the related object lookup tool only when the related model is effectively registered with the AdminSite.
Also, converted these widgets to reverse named URLs instead of hard-coded '../../...'-style links, refs #15294.
Thanks Florian Apolloner for the initial patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-01 23:38:11 +00:00
..
locale Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
static/admin Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admin to conventional file system location. 2011-06-30 09:06:19 +00:00
templates Removed deprecated admin contrib app AdminSite root_path attribute. Refs #15294, r11250, r16136. 2011-07-30 19:09:23 +00:00
templatetags Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
views Fixed typos in admin views wrt list_filter. Refs #16311. 2011-06-22 12:20:52 +00:00
__init__.py Fixed #5833 -- Modified the admin list filters to be easier to customize. Many thanks to Honza Král, Tom X. Tobin, gerdemb, eandre, sciyoshi, bendavis78 and Julien Phalip for working on this. 2011-05-03 10:44:23 +00:00
actions.py Removed deprecated admin contrib app AdminSite root_path attribute. Refs #15294, r11250, r16136. 2011-07-30 19:09:23 +00:00
filters.py Fixed #15971 -- Fixed regression introduced in r16144 that prevented the use of the field's verbose_name attribute. Thanks to mk and Julien. 2011-05-07 16:58:35 +00:00
forms.py Fixed #15322 -- Removed a redundant check in admin logins. Thanks to melinath for the report. 2011-02-19 08:09:40 +00:00
helpers.py Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admin to conventional file system location. 2011-06-30 09:06:19 +00:00
models.py Fixed up bad return value introduced in [16120]. 2011-05-04 17:36:34 +00:00
options.py Fixed #16542 -- Made Raw ID form widgets shipped with the admin app render the related object lookup tool only when the related model is effectively registered with the AdminSite. 2011-08-01 23:38:11 +00:00
sites.py Simplified AdminSite self.name attribute initialization. 2011-07-30 19:22:43 +00:00
util.py Fixed bug with `__str__` headers in admin changelist have a non-functioning sort URL 2011-06-01 23:17:40 +00:00
validation.py Fixed #15669 -- Included app label in admin validation messages. Thanks, lamby and Jure Cuhalev. 2011-06-26 16:52:31 +00:00
widgets.py Fixed #16542 -- Made Raw ID form widgets shipped with the admin app render the related object lookup tool only when the related model is effectively registered with the AdminSite. 2011-08-01 23:38:11 +00:00