summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2008-08-16Fixed #7285: Improved inspectdb handling of dashes in table and field names. ...Russell Keith-Magee
2008-08-16Fixed #6935: Modified inspectdb to provide better handling for table names wi...Russell Keith-Magee
2008-08-16Fixed #8355: Removed some whitespace that was apparently causing difficulty w...Russell Keith-Magee
2008-08-16Fixes #7845: Removed a piece of stale code that was causing ./manage.py reset...Russell Keith-Magee
2008-08-16Fixed #7331 -- Made `QueryDict.iteritems` behave like `QueryDict.items`, than...Gary Wilson Jr
2008-08-15Fixed #6970 -- Raise the original `IntegrityError` when all required fields a...Gary Wilson Jr
2008-08-15Fixed #8219 -- More robust date to string conversion in syndication feeds.Malcolm Tredinnick
2008-08-15Fixed #8341 -- Allow simpler subclassing of ModelAdmin and InlineModelAdmin w...Brian Rosner
2008-08-15Fixed #5270 -- Allow template tags and filters to accept an emtpy string, pat...Gary Wilson Jr
2008-08-15Fixed #8292 -- Honor filter_horizontal and filter_vertical in inlines correct...Brian Rosner
2008-08-15Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of...Gary Wilson Jr
2008-08-15Fixed #5385 -- Made the date returned from the calendar picker consistent wit...Brian Rosner
2008-08-15Polish locales updatedJarek Zgoda
2008-08-15Removed some checks for Model._meta.one_to_one_field to prevent list_filter a...Brian Rosner
2008-08-15Fixed a typo and added a bit more ReST markup to cache middleware docstring.Gary Wilson Jr
2008-08-15Removed unused and redefined imports.Gary Wilson Jr
2008-08-15Fixed #957 -- prepopulated_fields now works correctly on inlines.Brian Rosner
2008-08-15Fixed media creation in the add_view. It was not pulling media from the corre...Brian Rosner
2008-08-15Fixed #7364 -- Never cache the contrib.auth login view.Gary Wilson Jr
2008-08-15Fixed typo in comment.Gary Wilson Jr
2008-08-15Made a few small tweaks to reduce persistent storage accesses in the sessionMalcolm Tredinnick
2008-08-15Reverted [8318] and [8329], since the change turned out to have no effect, uponMalcolm Tredinnick
2008-08-15Fixed 8186: Updated German locale, thanks benjixxJannis Leidel
2008-08-15Fixed #7416: Modified test client to preserve session when a user logs in. Th...Russell Keith-Magee
2008-08-15Fixed #7676 -- Modified serializer registration to be thread safe. Thanks to ...Russell Keith-Magee
2008-08-15Fixed #8331 -- Added style parameter to sqlite backend implementation of sql_...Russell Keith-Magee
2008-08-15Modified version number string for Beta 1 release.Russell Keith-Magee
2008-08-15Fixed Oracle backend test case failure in modeltests\lookup.Matt Boersma
2008-08-14Fixed failing tests from [8352]. Thanks Alex Gaynor for the patch.Brian Rosner
2008-08-14Fixed #8324 -- Corrected the simple case where list_display is not given. Tha...Brian Rosner
2008-08-14Fixed #7503 -- Allow callables in list_display. This also does a lookup on th...Brian Rosner
2008-08-14Fixed #8314 -- Fixed an infinite loop caused when submitting a session key (viaMalcolm Tredinnick
2008-08-14Fixes 8312. Italian translation: lowercased names of languages, months and we...Nicola Larosa
2008-08-14Removed some testing code inadvertently commited in [8348].Gary Wilson Jr
2008-08-14Fixed #8206 -- Removed validate methods of Model and Model fields. They are a...Gary Wilson Jr
2008-08-14Fixed #8310 -- Actually use the SystemRandom RNG, if available, which fixes anMalcolm Tredinnick
2008-08-14Fixed #8276 -- Changed the names of a few Polish localflavor classes to matchMalcolm Tredinnick
2008-08-14Fixed #6984 -- Make sure to load session data from the file (if necessary)Malcolm Tredinnick
2008-08-14Fixed #6941 -- When logging a user out, or when logging in with an existingMalcolm Tredinnick
2008-08-14Implemented a flush() method on sessions that cleans out the session andMalcolm Tredinnick
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-13Fixed #8289 -- Updated Irish translation from Michael Thornhill.Malcolm Tredinnick
2008-08-13Fixed #8064 -- Updated a few messages in the Javascript translation forMalcolm Tredinnick
2008-08-13Fixed #8045 -- Small update to Russian translation. Thanks, dmor.Malcolm Tredinnick
2008-08-13Refs #8138 -- Added a stealth option to the loaddata command so that the use ...Russell Keith-Magee
2008-08-12Fixed #8131: use reverse() in auth views. Patch from davenaff.Jacob Kaplan-Moss
2008-08-12Fixed #8253: fixed xmlns regression for Atom feeds, and in the process added ...Jacob Kaplan-Moss
2008-08-12Fixed oracle-specific test DB creation code so the test suite will run again.Matt Boersma
2008-08-12Fixed #8260 -- Changed [8318] to also work with MySQLdb 1.2.1p2.Malcolm Tredinnick