.. |
auth/user
|
Fixed #23948 -- Moved password help text from the template to the form.
|
2014-12-26 08:09:12 -05:00 |
edit_inline
|
Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.
|
2015-03-30 19:07:17 -04:00 |
includes
|
Fixed #24411 -- Avoided dict key/method clash in admin delete views.
|
2015-02-25 07:15:56 -05: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
|
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
|
2012-09-26 14:14:51 +02: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
|
Fixed #21371 -- Added the block.super to admin bodyclass blocks.
|
2014-02-10 09:13:29 -05:00 |
base.html
|
Fixed #19538 -- Removed window.__admin_media_prefix__ from admin templates.
|
2015-03-05 06:44:16 -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 #24405 -- Made admin related object JavaScript overridable
|
2015-03-24 11:51:37 -04:00 |
change_list.html
|
Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.
|
2014-09-26 12:12:40 -04:00 |
change_list_results.html
|
Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.
|
2014-03-28 18:55:06 -04: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 #13165 -- Added edit and delete links to admin foreign key widgets.
|
2015-01-10 12:24:52 -05:00 |
delete_selected_confirmation.html
|
Fixed #7361 -- Added cancel link to admin delete views.
|
2014-09-30 08:45:04 -04:00 |
filter.html
|
Updated uses of i18n.blocktrans template tag to use the new more compact syntax introduced in 1.3.
|
2011-12-01 22:57:01 +00:00 |
index.html
|
Fixed #24099 -- Removed contenttype.name deprecated field
|
2015-01-16 20:21:34 +01: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 #23993 -- Added form.media to the admin login template.
|
2015-03-07 12:59:58 +01:00 |
object_history.html
|
Used application verbose names in the admin.
|
2013-12-22 16:53:57 +01:00 |
pagination.html
|
Reverted [13998] because it never worked.
|
2010-12-13 13:20:02 +00:00 |
popup_response.html
|
Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.
|
2015-03-30 19:07:17 -04:00 |
prepopulated_fields_js.html
|
Fixed #13068 (again) -- Corrected the admin stacked inline template to allow prepopulated fields to work (Thanks Stanislas Guerra for the report). Also fixed a regression introduced in [16953] where prepopulated fields wouldn't be recognized any more due to the additional "field-" CSS class name prefix.
|
2012-02-19 16:42:12 +00:00 |
related_widget_wrapper.html
|
Fixed #13165 -- Added edit and delete links to admin foreign key widgets.
|
2015-01-10 12:24:52 -05:00 |
search_form.html
|
Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.
|
2014-09-26 12:12:40 -04:00 |
submit_line.html
|
Fixed template tag braces spacing.
|
2014-12-12 09:34:18 -05:00 |