summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-08-08Fixed #5463 -- Allow alternate file extensions on files that are translated.Malcolm Tredinnick
2008-08-08Added an import that was missed in [8193]. Thanks Karen Tracey. Fixed #8143.Malcolm Tredinnick
2008-08-08Fixed #7546 -- Fixed an incorrect example in the docs that was misleading someMalcolm 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-08Fixed #8111 -- Error message typo fix. Thanks mzgur.Malcolm Tredinnick
2008-08-08Fixed #8120, #7997 -- Cleaned up the help messages displayed by django-admin ...Russell Keith-Magee
2008-08-08Fixed #5825 -- Modified the custom command loader to allow for explicit speci...Russell Keith-Magee
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-05Fixed Chris' name in AUTHORS -- sorryJacob 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 #7683: Try not to delete uploaded files before moving them, and don't w...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-05Fixed reST formatting from [8212].Jacob Kaplan-Moss
2008-08-05Fixed #7904: added support for a "use_for_related_fields" property on manager...Jacob Kaplan-Moss
2008-08-05Fixed #8031 - url tag no longer silences NoReverseMatch exceptions since this...Luke Plant