django1/django/contrib/admin/templates/admin
Jannis Leidel 31f7ff1518 Fixed #12903 - Made translating the admin action selection text easier. Thanks to Ramiro Morales for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-13 10:29:19 +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 #12882 - Moved the admin's jQuery into our own namespace to lower the risk of a clash with third party apps that use jQuery. 2010-04-13 10:28:24 +00:00
includes Fixed #13038 -- Ensured that readonly fields in the admin have their name added as a CSS class. Thanks to andybak for the report, and javimansilla, fisadev and fgallina for their work on the patch. 2010-04-05 15:37:43 +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 #12903 - Made translating the admin action selection text easier. Thanks to Ramiro Morales for the patch. 2010-04-13 10:29:19 +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 #13177 -- Corrected usage of firstof in admin templates. Thanks to nomulous for the report and patch. 2010-03-23 14:52:51 +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 #11681. Fixed display of non_field_errors and non_form_errors in the admin. Thanks, nessita. 2010-02-23 18:56:00 +00:00
change_list.html Fixed #12903 - Made translating the admin action selection text easier. Thanks to Ramiro Morales for the patch. 2010-04-13 10:29:19 +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 #6191, #11296 -- Modified the admin deletion confirmation page to use the same object collection scheme as the actual deletion. This ensures that all objects that may be deleted are actually deleted, and that cyclic display problems are avoided. Thanks to carljm for the patch. 2010-02-26 13:17:43 +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 #12882 - Moved the admin's jQuery into our own namespace to lower the risk of a clash with third party apps that use jQuery. 2010-04-13 10:28:24 +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