summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-10Fixed #8041 -- Modified media rendering to return safe strings. Thanks to Dan...Russell Keith-Magee
2008-08-10Fix typo in docs/files.txtJames Bennett
2008-08-10Fixed #8202 -- Moved user_change_password to UserAdmin. This enables seamless...Brian Rosner
2008-08-10Fixed #5943 -- Modified django-admin to behave like manage.py if settings are...Russell Keith-Magee
2008-08-10Fixed #8201 -- Corrected typo in files docs. Thanks Julien.Russell Keith-Magee
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-10Added a return value to the add() method for caches. It's now possible to tellMalcolm Tredinnick
2008-08-10Fixed #7250 -- Don't show internal data of a FileField in the admin when the ...Brian Rosner
2008-08-09Fixed #7921: for sqlite3 2.4.1 or later, adapt str objects to unicode, thus p...Jacob Kaplan-Moss
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-09Made NoReverseMatch exceptions more helpful. Thanks, mrtsLuke Plant
2008-08-09Fixed #5801: admin requests with GET args now get properly bounced through lo...Jacob Kaplan-Moss
2008-08-09Fixed #8176 -- Updated Japanese translation from Takashi Matsuo.Malcolm Tredinnick
2008-08-09Removed a translator name from a PO file (they all go in AUTHORS).Malcolm Tredinnick
2008-08-09Updated the tests.Malcolm Tredinnick
2008-08-09Added the ability to force an SQL insert (or force an update) via a model'sMalcolm Tredinnick
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-09No, really: PermWrapper is not iterable. Fixes #8182.Jacob Kaplan-Moss
2008-08-09Fixed a couple imports in django.core.files.storage. Fixes #8188.Jacob Kaplan-Moss
2008-08-09Fixed silly whitespace error in cache docs.Jacob Kaplan-Moss
2008-08-09Split CacheMiddleware up into two parts -- an update-cache and a fetch-from-c...Jacob Kaplan-Moss
2008-08-09Fixed #8121 -- Don't override the Content-Language HTTP header in the localeMalcolm Tredinnick
2008-08-09Updated LICENSE file to acknowledge individual copyrights as well (afterMalcolm Tredinnick
2008-08-09Fixed #8187: made PIL imports consistant. Thanks, bastih.Jacob Kaplan-Moss
2008-08-09Fixed a typo in files documentation. Fixes #8180.Jacob Kaplan-Moss
2008-08-08Use a FileField instead of an ImageField in the admin_widgets test so that fo...Jacob Kaplan-Moss
2008-08-08Fixed #7820: MiddlewareNotUsed is finally documented somewhere else besides m...Jacob Kaplan-Moss
2008-08-08Changed the version number to not include a space.Malcolm Tredinnick
2008-08-08Bumped version number prior to release.Malcolm Tredinnick
2008-08-081.0 alpha 2 release notesJames Bennett
2008-08-08Don't import PIL until needed so that systems without PIL don't barf.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 #6523 -- Use the correct cast on field types for PostgreSQL whenMalcolm Tredinnick
2008-08-08Fixed #8166 -- Corrected a typo in the admin documentation. Thanks d00gs for ...Brian Rosner
2008-08-08Fixed #8163 -- Restore oldforms admin styling on input fields. Also cleaned u...Brian Rosner
2008-08-08Fixed #8100: Jython, apparently, is now a TTY.Jacob Kaplan-Moss
2008-08-08Fixed #8047: property detect an external database backend and set sys.path ac...Jacob Kaplan-Moss
2008-08-08Fixed #8142 -- Removed an unnecessary parameter in a superclass init call.Malcolm Tredinnick
2008-08-08Added a few force_unicode() calls around objects in the admin. Required forMalcolm Tredinnick
2008-08-08Made auto-reloading for the dev server a little more friendly in the JythonMalcolm Tredinnick