summaryrefslogtreecommitdiff
path: root/django/contrib/admin/views
AgeCommit message (Expand)Author
2008-10-22[1.0.X] Fixed #9252 -- Moved the try/except protecting against incorrect look...Karen Tracey
2008-10-08[1.0.X] Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods...Karen Tracey
2008-09-21Fixed #7582: Removed checks that prevented null=True ForeignKey fields from b...Karen Tracey
2008-09-02Security fix. Announcement forthcoming.Jacob Kaplan-Moss
2008-09-01Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr...Brian Rosner
2008-08-29Fixed #7881: Support `__in` lookups in `limit_choices_to` and `raw_id_admin`....Jacob Kaplan-Moss
2008-08-24Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to r...Russell Keith-Magee
2008-08-15Removed some checks for Model._meta.one_to_one_field to prevent list_filter a...Brian Rosner
2008-08-11Refs #7742 -- Changed the `django.contrib.admin.views.template.template_valid...Gary Wilson Jr
2008-08-09Fixed #5801: admin requests with GET args now get properly bounced through lo...Jacob Kaplan-Moss
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
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-03-25Fixed #6852 -- Converted the admin to use the new paginator, to remove Deprec...Adrian Holovaty
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
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-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-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-08-04Refs #3397 -- Corrected the Exception that is caught when ordering by non-fie...Gary Wilson Jr
2007-07-13Fixed #4846 -- Fixed some Python 2.3 encoding problems in the admin interface.Malcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-23Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assumeMalcolm Tredinnick
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-04-26Revert [5092], since this should only have been applied to newforms-admin.Malcolm Tredinnick
2007-04-26Fixed #1576 -- Fixed incorrect SQL generated when using descending orderingMalcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-04-25Fixed #3379 -- Changed login() so that we update last_login when a userMalcolm Tredinnick
2007-03-12Fixed #3410 -- Edited a few i18n markups for completeness and to remove someMalcolm Tredinnick
2007-02-26Fixed #2828, a TypeError when deleting objects with m2m relations to self. T...Jacob Kaplan-Moss
2007-02-26Fixed #3397: You can now order by non-DB fields in the admin by telling Djang...Jacob Kaplan-Moss
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
2006-12-30Fixed typo in a docstring in django/contrib/admin/views/main.pyAdrian Holovaty
2006-12-30Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch,...Adrian Holovaty
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-12-07Improved [4180] to add HTML escaping on the primary-key value in the error me...Adrian Holovaty
2006-12-07Added improved error message in admin views/main.py when loading ChangeManipu...Adrian Holovaty
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-10-24Fixed #2925 -- Added missing exception import to admin.views.auth. Thanks, Sm...Adrian Holovaty