django1/django/contrib/admin/media/js
Jannis Leidel c14937cf7a Fixed #12508 - Added ability to dynamically add inlines in the admin app.
Refs #13. Also introduces an ``empty_form`` attribute on formsets to make it easier to implement dynamic forms.

Many thanks to Zain Memon for the initial patch from his Summer of Code 2009 project, Stanislaus Madueke for his django-dynamic-formset app and all the other people helping out.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-26 15:02:53 +00:00
..
admin Fixed #12492 - Refactored JavaScript format localization by separating it from the translation backend. Thanks, Ramiro Morales. 2010-01-04 02:28:34 +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 #11697 - Allow shift clicking for selecting multiple action checkboxes in the admin changelist. Thanks buriy and Sean Brant. 2010-01-09 23:49:11 +00:00
calendar.js Fixed #11314 - Highlight the current date in the admin calendar widget. 2010-01-04 22:48:36 +00:00
core.js Fixed #12454 - Added support for localized formats to admin date and time widgets. 2009-12-30 22:12:16 +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 #10783 -- Fixed Javascript error when adding a new object in admin. 2009-04-11 11:33:10 +00:00
inlines.js Fixed #12508 - Added ability to dynamically add inlines in the admin app. 2010-01-26 15:02:53 +00:00
inlines.min.js Fixed #12508 - Added ability to dynamically add inlines in the admin app. 2010-01-26 15:02:53 +00:00
jquery.js Fixed #12508 - Added ability to dynamically add inlines in the admin app. 2010-01-26 15:02:53 +00:00
jquery.min.js Fixed #12508 - Added ability to dynamically add inlines in the admin app. 2010-01-26 15:02:53 +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