summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2008-08-14Added a clear() method to sessions. Patch from mrts. Refs #7515.Malcolm Tredinnick
2008-08-14Added guaranteed atomic creation of new session objects. Slightly backwardsMalcolm Tredinnick
2008-08-12Fixed #8131: use reverse() in auth views. Patch from davenaff.Jacob Kaplan-Moss
2008-08-11Added a couple of extra syndication tests, and generally sanitized the existi...Jacob Kaplan-Moss
2008-08-11Fixed the `gis` test suite, finished conversions missed in r8296. Thanks, ro...Justin Bronn
2008-08-11Added back save_model that was removed from [8273] to allow for both pre- and...Brian Rosner
2008-08-11Fixed #8226 -- Fixed a Python 2.3 incompatibility in a unicode string substit...Gary Wilson Jr
2008-08-11Fixed #8225 -- Right align radio fields in RTL mode, thanks remohammadi.Gary Wilson Jr
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-08-11Refs #7742 -- Removed oldforms bits from `contrib.gis` app.Gary Wilson Jr
2008-08-11Refs #7742 -- Changed the `django.contrib.admin.views.template.template_valid...Gary Wilson Jr
2008-08-11Refs #7742 -- Removed unused `validator_list` argument (this is already being...Gary Wilson Jr
2008-08-11Refs #7742 -- newforms-admin does not use oldforms `validator_list` argument,...Gary Wilson Jr
2008-08-10gis: Fixed #8207; now shield 2.4 test runners from attempting to import ctypes.Justin Bronn
2008-08-10Fixed #8205 -- Corrected a misspelling in the API introduced in [8265] and [8...Russell Keith-Magee
2008-08-10Fixed #8202 -- Moved user_change_password to UserAdmin. This enables seamless...Brian Rosner
2008-08-10Fixed #7932 -- Made it easier to use a custom User model with the admin. Adde...Brian Rosner
2008-08-10Fixed #4667 -- Added support for inline generic relations in the admin. Thank...Brian Rosner
2008-08-10Fixed #7250 -- Don't show internal data of a FileField in the admin when the ...Brian Rosner
2008-08-09Added a missing import in AdminSite.check_dependancies.Brian Rosner
2008-08-09Moved ModelAdmin.check_dependancies to AdminSite. Make debugging problems why...Brian Rosner
2008-08-09Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objectsBrian Rosner
2008-08-09Fixed #5801: admin requests with GET args now get properly bounced through lo...Jacob Kaplan-Moss
2008-08-09Added ModelAdmin.save_model() and ModelAdmin.save_formset() methods to allow ...Jacob Kaplan-Moss
2008-08-09Broke the admin's use of LogEntry and user messages out into callbacks on Mod...Jacob Kaplan-Moss
2008-08-09Fixed #7811: moved admindocs templates into admindocs/templates. This is slig...Jacob Kaplan-Moss
2008-08-08Removed an extraneous } that regressed from an older patch for [8247].Brian Rosner
2008-08-08Fixed #8169 -- Honor attrs from subclasses of the new admin widgets introduce...Brian Rosner
2008-08-08Fixed #7115: tweaked ordering on Permission to more closely match the pre-QSR...Jacob Kaplan-Moss
2008-08-08Fixed #8107 -- Fixed a missing forced_unicode() call in admin. Patch fromMalcolm Tredinnick
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss
2008-08-08Fixed #8069 -- Corrected the inconsistent case with BaseInlineFormset. It has...Brian Rosner
2008-08-08Fixed #8163 -- Restore oldforms admin styling on input fields. Also cleaned u...Brian Rosner
2008-08-08Added a few force_unicode() calls around objects in the admin. Required forMalcolm Tredinnick
2008-08-08Fixed #8020 -- Fixed paginator initialisation in sitemaps framework. Thanks,Malcolm Tredinnick
2008-08-08Fixed #7575 -- Peru now has regions, not departments (changed at some pointi nMalcolm Tredinnick
2008-08-07Added a 'name' attribute to the 'Save' button on admin change formLuke Plant
2008-08-07gis: Fixed #8141; moved Python 2.3 incompatibilities out of the reach of the ...Justin Bronn
2008-08-06gis: The `verbose_name` positional keyword now works for `GeometryField`, tha...Justin Bronn
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss
2008-08-05Do [8221] in a slightly more clean way.Jacob Kaplan-Moss
2008-08-05Fixed #8128: correctly handle feeds that incorrectly don't provide pubdates. ...Jacob Kaplan-Moss
2008-08-05Merged the gis branch into trunk.Justin Bronn
2008-08-05Fixed #6213: flatpage view now correctly redirects if settings.APPEND_SLASH. ...Jacob Kaplan-Moss
2008-08-05Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon.Jacob Kaplan-Moss
2008-08-05Cleaned up whitespaceLuke Plant
2008-08-04Fixed #8901 -- Corrected typo in docstring. Thanks to Hayley Bonham <djangoco...Russell Keith-Magee
2008-08-02Removed some unused and duplicated imports.Gary Wilson Jr
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-08-02Fixed #8078 -- Fixed a Python 2.3 incompatibility in `contrib/admin/options.p...Gary Wilson Jr