.. |
auth/user
|
Fixed #4548 -- Added username hint to admin's change_password form.
|
2016-06-09 12:18:15 -04:00 |
edit_inline
|
Fixed #494 -- Added ability to specify classes on admin inline fieldsets.
|
2015-12-21 13:50:06 -05:00 |
includes
|
Fixed #24411 -- Avoided dict key/method clash in admin delete views.
|
2015-02-25 07:15:56 -05:00 |
404.html
|
…
|
|
500.html
|
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
|
2012-09-26 14:14:51 +02:00 |
actions.html
|
Fixed #25165 -- Removed inline JavaScript from the admin.
|
2015-12-05 15:51:57 -05:00 |
app_index.html
|
Fixed #21371 -- Added the block.super to admin bodyclass blocks.
|
2014-02-10 09:13:29 -05:00 |
base.html
|
Fixed #21221 -- Made form Media and static template tag use staticfiles if installed.
|
2015-12-10 14:30:19 -05:00 |
base_site.html
|
Restored site header text in password reset view.
|
2014-05-07 23:12:58 -03:00 |
change_form.html
|
Fixed an incorrectly used translation string in admin changeform.
|
2016-01-14 19:19:57 -05:00 |
change_list.html
|
Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is False.
|
2015-12-29 12:10:44 -05:00 |
change_list_results.html
|
Fixed #21221 -- Made form Media and static template tag use staticfiles if installed.
|
2015-12-10 14:30:19 -05: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 #21221 -- Made form Media and static template tag use staticfiles if installed.
|
2015-12-10 14:30:19 -05:00 |
delete_selected_confirmation.html
|
Fixed #21221 -- Made form Media and static template tag use staticfiles if installed.
|
2015-12-10 14:30:19 -05:00 |
filter.html
|
Fixed #26872 -- Fixed text overflow in ModelAdmin.list_filter.
|
2016-07-09 08:06:42 -04:00 |
index.html
|
Lowercased "actions" of "Recent actions" and "My actions" in admin index sidebar.
|
2016-01-22 15:43:03 -05:00 |
invalid_setup.html
|
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review.
|
2012-04-24 19:55:52 +00:00 |
login.html
|
Fixed #26558 -- Removed need for request context processor on admin login page.
|
2016-05-04 09:43:24 -04:00 |
object_history.html
|
Fixed #21113 -- Made LogEntry.change_message language independent
|
2016-01-08 20:34:59 +01:00 |
pagination.html
|
Refs #25236 -- Removed ifequal/ifnotequal usage.
|
2015-08-08 07:33:15 -04:00 |
popup_response.html
|
Fixed #21221 -- Made form Media and static template tag use staticfiles if installed.
|
2015-12-10 14:30:19 -05:00 |
prepopulated_fields_js.html
|
Fixed #21221 -- Made form Media and static template tag use staticfiles if installed.
|
2015-12-10 14:30:19 -05:00 |
related_widget_wrapper.html
|
Fixed #21221 -- Made form Media and static template tag use staticfiles if installed.
|
2015-12-10 14:30:19 -05:00 |
search_form.html
|
Fixed #21221 -- Made form Media and static template tag use staticfiles if installed.
|
2015-12-10 14:30:19 -05:00 |
submit_line.html
|
Fixed template tag braces spacing.
|
2014-12-12 09:34:18 -05:00 |