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
Age
Commit message (
Expand
)
Author
2008-08-01
Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thank...
Brian Rosner
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-30
Fixed #7880 -- Corrected the handling of fields in the admin that specify cho...
Russell Keith-Magee
2008-07-30
Fixed #7992 -- Interpolate UTF-8 verbose_names correctly into unicode strings
Malcolm Tredinnick
2008-07-29
Fixed #7695 -- Modified template to trust help_text on a model field. Thanks ...
Russell Keith-Magee
2008-07-29
Fixed #6095 -- Added the ability to specify the model to use to manage a Many...
Russell Keith-Magee
2008-07-25
Fixed #6109 again.
Luke Plant
2008-07-23
Improved admin model registration options: you can now register using registe...
Jacob Kaplan-Moss
2008-07-23
Fixed #7898 -- Moved formset media definition to a media property in InlineAd...
Brian Rosner
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-21
Fixed #7858 -- Quick CSS fix for right-to-left written languages in inlines. ...
Brian Rosner
2008-07-20
Fixed filter_horizontal and filter_vertical handling in admin so that they can
Malcolm Tredinnick
2008-07-20
Fixed #7775 -- Removed some duplicated code from the admin login sequence. Th...
Russell Keith-Magee
2008-07-19
Fixed #7828 -- Removed some unnecessary imports from admin widgets. Thanks to...
Russell Keith-Magee
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-07-08
Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaf...
Malcolm Tredinnick
2008-07-08
Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify...
Adrian Holovaty
2008-05-16
Simplified control flow for change made in r7535
Luke Plant
2008-05-15
Fixed bug in staff_member_required decorator for the case where users share a...
Luke Plant
2008-05-10
Removed mark_safe from the saved request path on the admin login form. This p...
Russell Keith-Magee
2008-04-28
Fixed #3002 -- Fixed a problem with ordering by related models in the admin
Malcolm Tredinnick
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-04-15
Fixed #7012 -- Added a missing file for CSS backgrounds with right-to-left
Malcolm Tredinnick
2008-03-25
Fixed #6852 -- Converted the admin to use the new paginator, to remove Deprec...
Adrian Holovaty
2008-03-18
Added "svn:eol-style native" to every text file in the tree (*.txt, *.html,
Malcolm Tredinnick
2008-02-25
Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...
Gary Wilson Jr
2008-02-19
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Malcolm Tredinnick
2008-02-03
Fixed #6109 -- Marked fieldset descriptions as safe from auto-escaping. Good
Malcolm Tredinnick
2008-01-28
Fixed #6354 -- Fixed url in `django/conf/urls/shortcut.py` to work with non-i...
Gary Wilson Jr
2008-01-06
Fixed #6248 -- Fixed typo in urlify.js. Pointed out by arien.
Malcolm Tredinnick
2007-12-17
Fixed #5044 -- Added Latvian character map for Javascript slug generation. P...
Malcolm Tredinnick
2007-12-04
Fixed #6116: mark-safe the admin changelist table class. Thanks, zlobnyi anti...
Jacob Kaplan-Moss
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-28
Fixed #6015 -- Fixed a CSS escaping issue for admin's edit-inline.
Malcolm Tredinnick
2007-11-25
Fixed #2086 -- Changed `base.css` to import `null.css` (added in [6197]) inst...
Gary Wilson Jr
2007-11-20
Fixed #5976 -- Handle auto-escaping correctly for empty columns in admin change
Malcolm Tredinnick
2007-11-20
Fixed #5973 -- Fixed inadvertent allow_tags=True auto-escaping problem.
Malcolm Tredinnick
2007-11-18
Fixed #5880 -- Fixed an XSS hole in the admin interface.
Gary Wilson Jr
2007-11-14
Fixed #5944 -- Added safe string markings to admin error messages in one place
Malcolm Tredinnick
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-10-20
Fixed #4902 -- Added some missing Czech uppercase characters to urlify.js.
Malcolm Tredinnick
2007-10-20
Fixed #5678 -- Added Polish transliteration to urlify.js. Thanks,
Malcolm Tredinnick
2007-09-21
Fixed #3453: introduced a new template variable resolution system by Brian Ha...
Jacob Kaplan-Moss
2007-09-20
Fixed #3491 -- Fixed links in `user-tools` section of admin's `base.html` tem...
Gary Wilson Jr
2007-09-16
Fixed #1394 -- Fixed an admin crash when saving models with pk db column != p...
Malcolm Tredinnick
2007-09-15
Added a get_host() method to HttpRequest. There is still an http.get_host() v...
Malcolm Tredinnick
2007-09-15
Fixed #1888 -- Fixed small interface inaccuracy when using filter_interface=m...
Adrian Holovaty
[prev]
[next]