django1/django/contrib/admin/media/js
Jacob Kaplan-Moss 44f3080226 Fixed #10505: added support for bulk admin actions, including a globally-available "delete selected" action. See the documentation for details.
This work started life as Brian Beck's "django-batchadmin." It was rewritten for inclusion in Django by Alex Gaynor, Jannis Leidel (jezdez), and Martin Mahner (bartTC). Thanks, guys!

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10121 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-23 20:22:56 +00:00
..
admin Fixed #9642 -- Made the admin calendar/clock popups go away when the users clicks outside them. The previous javascript code did not work on IE. Thanks northtea for the report and patch. 2008-11-21 14:52:58 +00:00
SelectBox.js Fixed #348 -- Fixed bug in admin JavaScript filter interface. Thanks for the patch, Gary Wilson 2007-08-25 23:33:58 +00:00
SelectFilter2.js Fixed #1888 -- Fixed small interface inaccuracy when using filter_interface=models.VERTICAL. Thanks, ryankanno, wnielson and SmileyChris 2007-09-15 05:01:58 +00:00
actions.js Fixed #10505: added support for bulk admin actions, including a globally-available "delete selected" action. See the documentation for details. 2009-03-23 20:22:56 +00:00
calendar.js Fixed #1426 -- Made several admin JavaScript improvements. Thanks, anonymous 2006-03-01 02:53:00 +00:00
core.js Fixed #5067 -- Fixed a problem with javascript popup widgets appearing in the wrong place if they were in a overflow=scroll block. Thanks to Erich Schmid for the original fix, and Robert Coup for the updated patch. 2007-09-14 06:43:46 +00:00
dateparse.js Fixed #2975: dateparse.js now correctly handles the last day of the year. Thanks, wangbin@exoweb.net. 2006-11-07 01:59:46 +00:00
getElementsBySelector.js Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code. 2005-10-19 01:09:05 +00:00
timeparse.js Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code. 2005-10-19 01:09:05 +00:00
urlify.js Fixed #6248 -- Fixed typo in urlify.js. Pointed out by arien. 2008-01-06 03:55:23 +00:00