summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fixed #8373 -- Corrected a bad link in the admin.txt documentation. Thanks ja...Brian Rosner2008-08-171-2/+0
* Documented that GenericForeignKey fields can't be used transparently inMalcolm Tredinnick2008-08-161-0/+10
* Fixed #8132 -- Updated tutorial 2 to describe the current way to customise theMalcolm Tredinnick2008-08-161-8/+7
* Fixed #8007: removed mention of admin options in models from docs/design_phil...James Bennett2008-08-161-2/+4
* Fixed #8267: Corrected documentation for default value of DEFAULT_FILE_STORAG...James Bennett2008-08-161-1/+1
* Fixed #6915: Documented the fact that QuerySet.delete() may not call delete()...James Bennett2008-08-161-0/+9
* Fixed #8299 -- Clarified the ModelAdmin.form option. Also added an inner Meta...Brian Rosner2008-08-151-3/+11
* Fixed #8352 -- Corrected a typo in the contenttypes.txt documentation. Thanks...Brian Rosner2008-08-151-1/+1
* 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 #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 #8154: Added note to docs/db-api.txt indicating that reverse() is only ...James Bennett2008-08-151-0/+9
* 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
* 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 #7503 -- Allow callables in list_display. This also does a lookup on th...Brian Rosner2008-08-141-24/+51
* Fixed #6941 -- When logging a user out, or when logging in with an existingMalcolm Tredinnick2008-08-142-2/+14
* Implemented a flush() method on sessions that cleans out the session andMalcolm Tredinnick2008-08-141-0/+10
* Added a clear() method to sessions. Patch from mrts. Refs #7515.Malcolm Tredinnick2008-08-141-1/+3
* Fixed #8189, another use of get_FOO_url() missed in the docs after filestorage.Jacob Kaplan-Moss2008-08-121-5/+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
* Corrected a documentation error. Thanks sk1p for catching this.Brian Rosner2008-08-121-1/+1
* Changed "exact" matches in MySQL to use the database's native collation.Malcolm Tredinnick2008-08-121-0/+13
* Added a number of callbacks to SyndicationFeed for adding custom attributes a...Jacob Kaplan-Moss2008-08-111-39/+134
* Added back save_model that was removed from [8273] to allow for both pre- and...Brian Rosner2008-08-111-14/+11
* Fixed #8224 -- Corrected link in files documentation.Gary Wilson Jr2008-08-111-16/+16
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-1/+4
* Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr2008-08-105-496/+32
* Fixed #8211 -- Corrected a misspelt word in docs/add_ons.txt. Thanks Piotr Le...Brian Rosner2008-08-101-1/+1
* Fix typo in docs/files.txtJames Bennett2008-08-101-2/+2
* Fixed #8201 -- Corrected typo in files docs. Thanks Julien.Russell Keith-Magee2008-08-101-1/+1
* Fixed #4667 -- Added support for inline generic relations in the admin. Thank...Brian Rosner2008-08-102-5/+70
* Added a return value to the add() method for caches. It's now possible to tellMalcolm Tredinnick2008-08-101-3/+7
* Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objectsBrian Rosner2008-08-091-0/+38
* Added the ability to force an SQL insert (or force an update) via a model'sMalcolm Tredinnick2008-08-091-2/+20
* Fixed silly whitespace error in cache docs.Jacob Kaplan-Moss2008-08-091-1/+2
* Split CacheMiddleware up into two parts -- an update-cache and a fetch-from-c...Jacob Kaplan-Moss2008-08-091-14/+29
* Fixed a typo in files documentation. Fixes #8180.Jacob Kaplan-Moss2008-08-091-1/+1
* Fixed #7820: MiddlewareNotUsed is finally documented somewhere else besides m...Jacob Kaplan-Moss2008-08-081-8/+30
* 1.0 alpha 2 release notesJames Bennett2008-08-081-0/+141
* File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss2008-08-086-63/+500