index
:
chango.git
devmain
fix-31295
initial-branch
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
2008-09-21
Fixed 8984: Only include a "Documentation" link on change password and change...
Karen Tracey
2008-09-08
Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...
Adrian Holovaty
2008-09-03
Fixed #8812 -- Fixed up the positioning of the "delete" link in the admin
Malcolm Tredinnick
2008-09-02
Security fix. Announcement forthcoming.
Jacob Kaplan-Moss
2008-09-02
Fixed #2612: fixed display of admin `help_text` with multiple fields on the s...
Jacob Kaplan-Moss
2008-09-01
Fixed #2612 -- Fixed admin formatting when help_text is used with multiple fi...
Brian Rosner
2008-08-31
Fixed #8631 -- Corrected a display issue with the popup submit_row where the ...
Brian Rosner
2008-08-29
Fixed #7810: added named URLs for admin docs, and use them in the admin base ...
Jacob Kaplan-Moss
2008-08-26
Marked a couple of unmarked strings in edit_inline templates and corrected a ...
Brian Rosner
2008-08-26
Fixed #7984 -- 'View on site' links now work in inlines. Thanks philwo for th...
Brian Rosner
2008-08-25
Fixed #8547 -- Corrected the breadcrumb display in the object_history.html te...
Brian Rosner
2008-08-24
Fixed #8129: Modified the password reset email template to use a URL lookup, ...
Russell Keith-Magee
2008-08-23
Fixed #7903 -- Allow admin's prepopulated_from to work with TextFields. Patch
Malcolm Tredinnick
2008-08-23
Tweaked the Admin add/change page so that "save" is still the highlighted
Malcolm Tredinnick
2008-08-23
Updated password change template (in admin templates) to use current form
Malcolm Tredinnick
2008-08-23
Fixed #7946: Modified object history template to use a common date format. Th...
Russell Keith-Magee
2008-08-23
Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and e...
Brian Rosner
2008-08-15
Fixed #957 -- prepopulated_fields now works correctly on inlines.
Brian Rosner
2008-08-11
Refs #7742 -- Changed the `django.contrib.admin.views.template.template_valid...
Gary Wilson Jr
2008-08-09
Fixed #7811: moved admindocs templates into admindocs/templates. This is slig...
Jacob Kaplan-Moss
2008-08-08
Fixed #8163 -- Restore oldforms admin styling on input fields. Also cleaned u...
Brian Rosner
2008-08-07
Added a 'name' attribute to the 'Save' button on admin change form
Luke Plant
2008-08-01
Added a login link to the password reset completion screen.
Luke Plant
2008-07-31
Fixed #7723 - implemented a secure password reset form that uses a token and ...
Luke Plant
2008-07-29
Fixed #7695 -- Modified template to trust help_text on a model field. Thanks ...
Russell Keith-Magee
2008-07-25
Fixed #6109 again.
Luke Plant
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-03-18
Added "svn:eol-style native" to every text file in the tree (*.txt, *.html,
Malcolm Tredinnick
2008-02-03
Fixed #6109 -- Marked fieldset descriptions as safe from auto-escaping. Good
Malcolm Tredinnick
2007-11-30
Fixed #6061 -- Don't escape help_text in the admin interface (so that it
Malcolm Tredinnick
2007-11-29
Fixed #5706 -- Fixed a couple of XHTML incompatibilities. Based on a patch from
Malcolm Tredinnick
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-09-20
Fixed #3491 -- Fixed links in `user-tools` section of admin's `base.html` tem...
Gary Wilson Jr
2007-09-14
Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ...
Russell Keith-Magee
2007-08-19
Fixed #5155 -- Translated the model name (when available) in the Recent Actio...
Malcolm Tredinnick
2007-08-12
Fixed #5019 -- Fixed broken links in navigation of 'change password' admin pa...
Adrian Holovaty
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-01-10
Fixed #3269 -- Fixed typo in admin change_password.html template. Thanks, ramiro
Adrian Holovaty
2006-12-30
Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch,...
Adrian Holovaty
2006-12-20
Fixed #3128: Added explicit object-tools block so custom admin templates can ...
Jacob Kaplan-Moss
2006-12-06
Fixed bug in admin with raw_id_admin -- change list in popup didn't append 'p...
Adrian Holovaty
2006-10-24
Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ...
Adrian Holovaty
2006-09-26
Fixed #2587 -- Removed some escaping from the summary fields.
Malcolm Tredinnick
2006-08-22
Fixed #2587 -- Removed unnecessary escaping from admin_doc/model_detail.html ...
Adrian Holovaty
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
[next]