.. |
auth/user
|
Fixed #16912 -- Fixed breadcrumb styling in a couple of admin pages, broken since r16857. Thanks Florian Apolloner for the report.
|
2011-09-22 17:04:05 +00:00 |
edit_inline
|
Fixed #16371 -- Added a prefix "field-" to all CSS class names automatically generated from field names in admin forms to avoid conflicts with other common class names (e.g. "button"). This is backwards-incompatible for those who previously used plain field names as selector in custom style sheets or javascript transformations.
|
2011-10-10 12:35:06 +00:00 |
includes
|
Fixed #16371 -- Added a prefix "field-" to all CSS class names automatically generated from field names in admin forms to avoid conflicts with other common class names (e.g. "button"). This is backwards-incompatible for those who previously used plain field names as selector in custom style sheets or javascript transformations.
|
2011-10-10 12:35:06 +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
|
Converted internal link generation in the admin and admin document generator to use named URLs.
|
2011-09-20 18:30:06 +00:00 |
actions.html
|
Fixed #13472 - Fixed minor regression in admin actions template introduced in r12968. Thanks for the report, Carl Meyer.
|
2010-05-04 22:13:14 +00:00 |
app_index.html
|
Converted internal link generation in the admin and admin document generator to use named URLs.
|
2011-09-20 18:30:06 +00:00 |
base.html
|
Converted internal link generation in the admin and admin document generator to use named URLs.
|
2011-09-20 18:30:06 +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 #9460 -- Added template blocks for submit buttons rows in admin app model add/change views.
|
2011-10-10 22:19:59 +00:00 |
change_list.html
|
Converted internal link generation in the admin and admin document generator to use named URLs.
|
2011-09-20 18:30:06 +00:00 |
change_list_results.html
|
Simplified the admin changelist multi-sort interface specifically by removing the popup window, adding explicit tooltip help texts, improving the hover visual states and allowing all operations (i.e. removing a column from sorting and toggling the sorting with and without changing the sorting priority) to be actionable with just one click. Many thanks to Idan Gazit for the feedback and direction. Refs #16212.
|
2011-09-24 06:17:53 +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
|
Converted internal link generation in the admin and admin document generator to use named URLs.
|
2011-09-20 18:30:06 +00:00 |
delete_selected_confirmation.html
|
Converted internal link generation in the admin and admin document generator to use named URLs.
|
2011-09-20 18:30:06 +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
|
Converted internal link generation in the admin and admin document generator to use named URLs.
|
2011-09-20 18:30:06 +00:00 |
invalid_setup.html
|
Converted internal link generation in the admin and admin document generator to use named URLs.
|
2011-09-20 18:30:06 +00:00 |
login.html
|
Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to staticfiles contrib app.
|
2011-08-11 14:07:39 +00:00 |
object_history.html
|
Converted internal link generation in the admin and admin document generator to use named URLs.
|
2011-09-20 18:30:06 +00:00 |
pagination.html
|
Reverted [13998] because it never worked.
|
2010-12-13 13:20:02 +00:00 |
prepopulated_fields_js.html
|
Fixed #15938 -- Prevented the `max_length` number in the admin `prepopulated_fields` javascript to be localized when `USE_THOUSAND_SEPARATOR` is turned on. Thanks to Lev Maximov, Mathieu Agopian and feel.
|
2011-10-26 05:33:17 +00:00 |
search_form.html
|
Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to staticfiles contrib app.
|
2011-08-11 14:07:39 +00:00 |
submit_line.html
|
Fixes #16186 -- remove inline CSS in contrib.admin
|
2011-06-09 15:39:12 +00:00 |