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