summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 #8286 -- Simplified the m2m intermediate serialization test to make it ...Russell Keith-Magee
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 #8189, another use of get_FOO_url() missed in the docs after filestorage.Jacob Kaplan-Moss
2008-08-12Fixed #8131: use reverse() in auth views. Patch from davenaff.Jacob Kaplan-Moss
2008-08-12Updated docs/index with new documents. Fixes #7725.Jacob Kaplan-Moss
2008-08-12Clarified a bit of the {% url %} documentation. Fixes #7714.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
2008-08-12Fixed a group of missing imports, aliases and parameter passings from theMalcolm Tredinnick
2008-08-12Updated my URL in the AUTHORS fileSimon Willison
2008-08-12Minor correction for [8325].Gary Wilson Jr
2008-08-12Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...Gary Wilson Jr
2008-08-12Corrected a documentation error. Thanks sk1p for catching this.Brian Rosner
2008-08-12Fixed #8246 -- Corrected the handling of settings files. Thanks to AdamG and ...Russell Keith-Magee
2008-08-12Added svn:ignore property on some recently added directories.Russell Keith-Magee
2008-08-12Fixed #8134 -- Corrected serialization of m2m fields with intermediate models...Russell Keith-Magee
2008-08-12Deleted a block of test code that got duplicated in applying a patch.Russell Keith-Magee
2008-08-12Changed "exact" matches in MySQL to use the database's native collation.Malcolm Tredinnick
2008-08-12Convert binary-matched VARCHAR fields to unicode objects in the MySQL backend.Malcolm Tredinnick
2008-08-12Do not use savepoints with PostgreSQL prior to 8.0.Malcolm Tredinnick
2008-08-12Fixes #8227. Thanks, marcob.Nicola Larosa
2008-08-12Added savepoint protection to get_or_create() to avoid problems on PostgreSQL.Malcolm Tredinnick
2008-08-12Added savepoint support to the transaction code.Malcolm Tredinnick
2008-08-12Fixed #3203 (again!) -- Install data files in the right place on MS WindowsMalcolm Tredinnick
2008-08-11Added a quick regression test that shows why Meta.ordering and order_by()Malcolm Tredinnick
2008-08-11Added a number of callbacks to SyndicationFeed for adding custom attributes a...Jacob Kaplan-Moss
2008-08-11Added a couple of extra syndication tests, and generally sanitized the existi...Jacob Kaplan-Moss
2008-08-11Fixed #8235: use subprocess instead of popen3 so that Python 2.6 is happy. Th...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 #4948, a race condition in file saving. Thanks to Martin von Löwis, wh...Jacob Kaplan-Moss
2008-08-11Fixed stupid syntax error in [8303].Jacob Kaplan-Moss
2008-08-11Refs #7742 -- Got bug639 regression tests using newforms instead of oldforms.Gary Wilson Jr