django1/django/contrib/admin/templates/admin
Jannis Leidel f109f36a06 Fixed #12282 - When paginated allow selecting all items in the admin changlist.
Thanks to Martin Mahner, Rob Hudson and Zain Memon for providing inital patches and guidance.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-26 15:03:23 +00:00
..
auth/user Make use of new ability to override admin add form templates and removed a litle bit of redundancy in the templates. 2010-01-12 23:35:29 +00:00
edit_inline Fixed #12508 - Added ability to dynamically add inlines in the admin app. 2010-01-26 15:02:53 +00:00
includes Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for bootstrapping the patch. 2009-12-22 18:29:00 +00:00
404.html MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
500.html MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
actions.html Fixed #12282 - When paginated allow selecting all items in the admin changlist. 2010-01-26 15:03:23 +00:00
app_index.html Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and ext for their work on patches. 2008-08-23 04:00:15 +00:00
base.html Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for patch and tests, isagalaev 2010-01-10 16:51:13 +00:00
base_site.html Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
change_form.html Fixed #11478 - Use namespacing for URLs to i18n JavaScript in admin. 2010-01-09 20:03:11 +00:00
change_list.html Fixed #12282 - When paginated allow selecting all items in the admin changlist. 2010-01-26 15:03:23 +00:00
change_list_results.html Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and variables in cycle values. Thanks to SmileyChris and Chris McAvoy for their work on this. 2007-09-14 02:49:21 +00:00
date_hierarchy.html Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
delete_confirmation.html Fixed #9977 - CsrfMiddleware gets template tag added, session dependency removed, and turned on by default. 2009-10-26 23:23:07 +00:00
delete_selected_confirmation.html Fixed #9977 - CsrfMiddleware gets template tag added, session dependency removed, and turned on by default. 2009-10-26 23:23:07 +00:00
filter.html Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding 2008-09-08 05:19:28 +00:00
index.html Fixed #10275 -- Corrected the edge case of rendering a LogEntry with a contenttype of None. Thanks to Jarek Zgoda for the report, and Peter Bengtsson for the patch 2009-05-05 11:52:03 +00:00
invalid_setup.html Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
login.html Fixed #9977 - CsrfMiddleware gets template tag added, session dependency removed, and turned on by default. 2009-10-26 23:23:07 +00:00
object_history.html Fixed #12564 - Use locale-aware date format in admin object history overview 2010-01-23 17:07:38 +00:00
pagination.html Fixed #11271 -- Added a translation marker for the list_editable save button. Thanks to dc for the report. 2009-06-06 13:43:44 +00:00
prepopulated_fields_js.html Fixed #7903 -- Allow admin's prepopulated_from to work with TextFields. Patch 2008-08-23 22:10:45 +00:00
search_form.html Fixed #10959 -- Changed the admin search button text to make it clearer in the UI, and to disambiguate during translation. Thanks to Ramiro Morales for the report and patch. 2009-05-05 22:26:01 +00:00
submit_line.html Fixed #8812 -- Fixed up the positioning of the "delete" link in the admin 2008-09-03 04:22:39 +00:00
template_validator.html Fixed #9977 - CsrfMiddleware gets template tag added, session dependency removed, and turned on by default. 2009-10-26 23:23:07 +00:00