django1/django/contrib/admin
Rolf Jagerman fa9cb5dcdc Fixed #24406 -- Improved SelectFilter js to use click events
The SelectFilter widget used href to execute javascript. This was
problematic if one wishes to customize the widget, since the href
javascript is executed after events are handled. This change modifies
the javascript to use click events to handle button behavior.
2015-02-26 12:50:09 -05:00
..
bin Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
locale Updated en translation catalogs 2015-01-17 11:19:37 +01:00
migrations Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
static/admin Fixed #24406 -- Improved SelectFilter js to use click events 2015-02-26 12:50:09 -05:00
templates Fixed #24411 -- Avoided dict key/method clash in admin delete views. 2015-02-25 07:15:56 -05:00
templatetags Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
views Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
__init__.py Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters. 2014-08-04 09:39:02 -04:00
actions.py Fixed #24411 -- Avoided dict key/method clash in admin delete views. 2015-02-25 07:15:56 -05:00
apps.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
checks.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
decorators.py Fixed typo in exception message; refs #19414 2013-09-19 06:24:12 -04:00
exceptions.py Prevented data leakage in contrib.admin via query string manipulation. 2014-08-20 14:39:40 -04:00
filters.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
forms.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
helpers.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
models.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
options.py Fixed #24411 -- Avoided dict key/method clash in admin delete views. 2015-02-25 07:15:56 -05:00
sites.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
tests.py Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase 2014-08-28 08:44:26 +02:00
utils.py Fixed #24381 -- removed ForeignObjectRel opts and to_opts 2015-02-23 07:24:43 -05:00
widgets.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00