django1/django/contrib
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
..
admin Fixed #24406 -- Improved SelectFilter js to use click events 2015-02-26 12:50:09 -05:00
admindocs Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
auth Removed reference to iteration count in the PBKDF2 hasher docstring. 2015-02-20 16:37:29 -05:00
contenttypes Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:34:09 +07:00
flatpages Moved contrib.flatpages tests out of contrib. 2015-02-11 10:19:22 -05:00
gis Update converters to take a consistent set of parameters. 2015-02-20 11:35:52 +00:00
humanize Moved contrib.humanize tests out of contrib. 2015-02-11 10:19:22 -05:00
messages Moved contrib.messages tests out of contrib. 2015-02-11 10:19:22 -05:00
postgres Fixed #24341 -- Added specific error messages to RangeField subclasses 2015-02-20 16:49:15 -05:00
redirects Moved contrib.redirects tests out of contrib. 2015-02-11 10:19:22 -05:00
sessions Moved contrib.sessions tests out of contrib. 2015-02-11 10:19:22 -05:00
sitemaps Moved contrib.sitemaps tests out of contrib. 2015-02-11 10:19:22 -05:00
sites Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:34:09 +07:00
staticfiles Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
syndication Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
webdesign Moved contrib.webdesign tests out of contrib. 2015-02-11 12:30:07 -05:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00