index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
templates
Age
Commit message (
Expand
)
Author
2006-08-17
Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for robots....
Adrian Holovaty
2006-08-12
Fixed #2533 -- Fixed XHTML error in admin edit_inline_tabular.html template. ...
Adrian Holovaty
2006-08-12
Fixed #2410 -- Added HTML ID attribute to <form> on admin change-list pages, ...
Adrian Holovaty
2006-08-04
Fixed #61 -- No more editing hashes when creating users via the admin. Create...
Adrian Holovaty
2006-07-21
Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...
Jacob Kaplan-Moss
2006-07-19
Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...
Malcolm Tredinnick
2006-07-15
More pre-emptive escaping of strings that should not be interpreted as HTML.
Malcolm Tredinnick
2006-07-14
Escaped variables that should not be interpreted as HTML and which might
Malcolm Tredinnick
2006-07-14
Escaped all strings that should not contain active HTML tags.
Malcolm Tredinnick
2006-07-14
Fixed another title string that needed escaping (these strings do need
Malcolm Tredinnick
2006-07-14
Fixed #2346 -- Escaped string output in titles in admin interface. Thanks Gary
Malcolm Tredinnick
2006-07-14
Fixed #2345 -- escaped object titles in breadcrumb display in admin. Thanks
Malcolm Tredinnick
2006-07-14
Fixed #2344 -- Filtered some object string representations through the escape
Malcolm Tredinnick
2006-07-07
Fixed #2290 -- Escaped HTML in admin messages. Thanks, Sean
Adrian Holovaty
2006-07-04
Changed admin/templates/admin/index.html to make <caption> translatable
Adrian Holovaty
2006-06-30
Fixed #2275 -- Added footer hook to admin base.html template
Adrian Holovaty
2006-06-18
Fixed #2186 -- Fixed i18n variable substitution in admin/templates/registrati...
Adrian Holovaty
2006-06-14
Fixed #2152 -- Now HTML-escaping user.first_name in admin/base.html template
Adrian Holovaty
2006-06-12
fixed #2128: updated BiDi support
Georg Bauer
2006-06-07
Fixed #2100 -- Made some remaining parts of the admin changelist translatable...
Adrian Holovaty
2006-06-06
fixed #2089: added language bidirectional support and updated the admin to us...
Georg Bauer
2006-06-05
Fixed #2084 -- Removed admin-site 'documentation / change password / log out'...
Adrian Holovaty
2006-06-01
Negligible spacing change to admin/templates/admin/field_line.html
Adrian Holovaty
2006-06-01
Fixed #2056 -- Escaped history messages in admin. Thanks, SmileyChris
Adrian Holovaty
2006-05-31
Fixed bug in admin where it would redirect infinitely if invalid lookup param...
Adrian Holovaty
2006-05-31
Fixed #2006 -- Admin now quotes strings in breadcrumbs and filters. Thanks, m...
Adrian Holovaty
2006-05-18
Made a few small tweaks to admin doc pages.
Jacob Kaplan-Moss
2006-05-05
Fixed #1728 -- Fixed broken nav links in password_change_done admin page. Tha...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-02-27
Exposed model __doc__ in admin docs views which fixes #1408. Thanks, poelzi
Jacob Kaplan-Moss
2006-02-27
Fixed #620 -- raw_id_admin and limit_choices_to now play well together (thank...
Jacob Kaplan-Moss
2006-02-23
Fixed #1387 -- Fixed some XHTML errors in admin templates. Thanks, vineet
Adrian Holovaty
2006-01-27
Fixed #1274 -- Fixed broken link in navigation in admin password-change templ...
Adrian Holovaty
2006-01-23
Removed example.com from default admin templates. One less thing to change in...
Wilson Miner
2006-01-15
Fixed #1090 -- Added {% block content_title %} hook to admin base.html templa...
Adrian Holovaty
2006-01-12
Added a link to admin docs in the userlinks block in admin templates.
Wilson Miner
2006-01-09
Fixed #1100 -- Admin RelatedObjectLookup JavaScript now works with OneToOneFi...
Adrian Holovaty
2005-12-28
Fixed #1102 -- Fixed some HTML validation errors in admin templates. Thanks, ...
Adrian Holovaty
2005-12-17
added missing translations to the file widget
Georg Bauer
2005-12-09
Fixed #1008 -- Added {{ block.super }} in change_form.html admin template. Th...
Adrian Holovaty
2005-12-09
Negligible quoting change to contrib/admin/templates/admin/change_form.html
Adrian Holovaty
2005-12-07
Fixed #926 -- Fixed spacing in admin index template/CSS to handle wider words
Adrian Holovaty
2005-12-04
first take at admin JavaScript translation - translation hooks for the calend...
Georg Bauer
2005-12-01
Fixed #951 -- Admin bookmarklets no longer assume admin is rooted at '/'
Adrian Holovaty
2005-12-01
Fixed #893 -- Admin 'change password' and 'log out' links no longer assume ad...
Adrian Holovaty
2005-11-29
Negligible spacing fix to admin/templates/widget/foreign.html
Adrian Holovaty
2005-11-28
Fixed #950 -- Fixed typo in admin bookmarklets template. Thanks, nesh
Adrian Holovaty
2005-11-28
added a new translation tag for the search "go" button
Georg Bauer
2005-11-27
Fixed bug in contrib/admin/templates/admin_doc/model_detail.html
Adrian Holovaty
2005-11-27
Fixed #917 -- Made admin change_list view overridable by custom templates
Adrian Holovaty
[next]