summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed a ReST error in cache docs.Gary Wilson Jr2008-08-151-4/+5
* Fixed #8137 -- Replaced an outdated link in the transactions docs.Gary Wilson Jr2008-08-151-3/+3
* Fixed #8244: Modified the temporary directory used by file storage tests so t...Russell Keith-Magee2008-08-151-2/+11
* Fixed 8186: Updated German locale, thanks benjixxJannis Leidel2008-08-154-491/+687
* Fixed #6551: clarify the meaning of ``DATABASE_NAME`` for SQLite in docs/tuto...James Bennett2008-08-151-2/+6
* Fixed #6765: Changed docs/model-apit.txt to better indicate what's expected o...James Bennett2008-08-151-3/+3
* Fixed #7416: Modified test client to preserve session when a user logs in. Th...Russell Keith-Magee2008-08-154-2/+46
* Fixed #8154: Added note to docs/db-api.txt indicating that reverse() is only ...James Bennett2008-08-151-0/+9
* Fixed #7676 -- Modified serializer registration to be thread safe. Thanks to ...Russell Keith-Magee2008-08-151-7/+24
* Fixed #8262: Corrected typo in docs/settings.txtJames Bennett2008-08-151-1/+1
* Fixed #8234: Corrected typo in docs/cache.txtJames Bennett2008-08-151-1/+1
* Fixed #8277: corrected minor typo in docs/forms.txt.James Bennett2008-08-151-1/+1
* Fixed #8337 -- Corrected typo introduced in [8365]. Thanks to julien for the...Russell Keith-Magee2008-08-151-2/+2
* Refs #8319 -- Added documentation note on the limitations of limit_choices_to.Russell Keith-Magee2008-08-151-1/+5
* Fixed #8331 -- Added style parameter to sqlite backend implementation of sql_...Russell Keith-Magee2008-08-151-1/+1
* One more minor typoJames Bennett2008-08-151-1/+1
* And one more typoJames Bennett2008-08-151-1/+1
* reST fix in release notesJames Bennett2008-08-151-1/+1
* Fix small typo in release notesJames Bennett2008-08-151-1/+1
* 1.0 beta 1 release notesJames Bennett2008-08-151-0/+159
* Fixed doctest which relied on implicit ordering and was failing on Oracle.Matt Boersma2008-08-151-0/+3
* Modified version number string for Beta 1 release.Russell Keith-Magee2008-08-151-1/+1
* Fixed Oracle backend test case failure in modeltests\lookup.Matt Boersma2008-08-151-1/+1
* Fixed failing tests from [8352]. Thanks Alex Gaynor for the patch.Brian Rosner2008-08-142-2/+3
* Fixed #8324 -- Corrected the simple case where list_display is not given. Tha...Brian Rosner2008-08-141-2/+4
* Fixed #7503 -- Allow callables in list_display. This also does a lookup on th...Brian Rosner2008-08-143-39/+100
* Fixed #8314 -- Fixed an infinite loop caused when submitting a session key (viaMalcolm Tredinnick2008-08-145-6/+23
* Fixes 8312. Italian translation: lowercased names of languages, months and we...Nicola Larosa2008-08-144-92/+92
* Removed some testing code inadvertently commited in [8348].Gary Wilson Jr2008-08-141-4/+0
* Fixed #8206 -- Removed validate methods of Model and Model fields. They are a...Gary Wilson Jr2008-08-145-231/+4
* Fixed #8286 -- Simplified the m2m intermediate serialization test to make it ...Russell Keith-Magee2008-08-141-90/+11
* Fixed #8310 -- Actually use the SystemRandom RNG, if available, which fixes anMalcolm Tredinnick2008-08-141-3/+3
* Fixed #8276 -- Changed the names of a few Polish localflavor classes to matchMalcolm Tredinnick2008-08-142-32/+31
* Fixed #6984 -- Make sure to load session data from the file (if necessary)Malcolm Tredinnick2008-08-141-1/+4
* Fixed #6941 -- When logging a user out, or when logging in with an existingMalcolm Tredinnick2008-08-143-11/+21
* Implemented a flush() method on sessions that cleans out the session andMalcolm Tredinnick2008-08-146-5/+69
* Added a clear() method to sessions. Patch from mrts. Refs #7515.Malcolm Tredinnick2008-08-143-2/+16
* Added guaranteed atomic creation of new session objects. Slightly backwardsMalcolm Tredinnick2008-08-144-36/+111
* Fixed #8289 -- Updated Irish translation from Michael Thornhill.Malcolm Tredinnick2008-08-132-948/+1125
* Fixed #8064 -- Updated a few messages in the Javascript translation forMalcolm Tredinnick2008-08-132-10/+17
* Fixed #8045 -- Small update to Russian translation. Thanks, dmor.Malcolm Tredinnick2008-08-132-0/+4
* Refs #8138 -- Added a stealth option to the loaddata command so that the use ...Russell Keith-Magee2008-08-131-10/+21
* Fixed #8189, another use of get_FOO_url() missed in the docs after filestorage.Jacob Kaplan-Moss2008-08-121-5/+4
* Fixed #8131: use reverse() in auth views. Patch from davenaff.Jacob Kaplan-Moss2008-08-121-3/+4
* Updated docs/index with new documents. Fixes #7725.Jacob Kaplan-Moss2008-08-121-0/+6
* Clarified a bit of the {% url %} documentation. Fixes #7714.Jacob Kaplan-Moss2008-08-121-2/+2
* Fixed #8253: fixed xmlns regression for Atom feeds, and in the process added ...Jacob Kaplan-Moss2008-08-122-5/+19
* Fixed oracle-specific test DB creation code so the test suite will run again.Matt Boersma2008-08-121-22/+24
* Fixed #8260 -- Changed [8318] to also work with MySQLdb 1.2.1p2.Malcolm Tredinnick2008-08-121-3/+9
* Fixed a group of missing imports, aliases and parameter passings from theMalcolm Tredinnick2008-08-121-25/+28