summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2008-08-10Fix typo in docs/files.txtJames Bennett
2008-08-10Fixed #8201 -- Corrected typo in files docs. Thanks Julien.Russell Keith-Magee
2008-08-10Fixed #4667 -- Added support for inline generic relations in the admin. Thank...Brian Rosner
2008-08-10Added a return value to the add() method for caches. It's now possible to tellMalcolm Tredinnick
2008-08-09Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objectsBrian Rosner
2008-08-09Added the ability to force an SQL insert (or force an update) via a model'sMalcolm Tredinnick
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 a typo in files documentation. Fixes #8180.Jacob Kaplan-Moss
2008-08-08Fixed #7820: MiddlewareNotUsed is finally documented somewhere else besides m...Jacob Kaplan-Moss
2008-08-081.0 alpha 2 release notesJames Bennett
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 #8166 -- Corrected a typo in the admin documentation. Thanks d00gs for ...Brian Rosner
2008-08-08Fixed #5463 -- Allow alternate file extensions on files that are translated.Malcolm Tredinnick
2008-08-08Fixed #7546 -- Fixed an incorrect example in the docs that was misleading someMalcolm Tredinnick
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-04Fixed #7942 -- Added a note to the admin ordering option documentation about ...Brian Rosner
2008-08-04Clarified the intermediary models admin documentation and a minor clean-up.Brian Rosner
2008-08-04Added the missing form option to the ModelAdmin options section. Also added a...Brian Rosner
2008-08-03Fixed a few long lines and removed trailing whitespace.Gary Wilson Jr
2008-08-03Removed two-year-old note about serialization framework being under heavy dev...Gary Wilson Jr
2008-08-03Fixed #8092, #3828 -- Removed dictionary access for request objects so that G...Gary Wilson Jr
2008-08-03Removed trailing whitespace.Gary Wilson Jr
2008-08-03Removed "forms and validation" link reference that is not used since [5818].Gary Wilson Jr
2008-08-03Removed notes about legacy Paginator object in the generic view docs (refs #7...Gary Wilson Jr
2008-08-03Used definition lists to be consistent with other docs. Also used 3rd-level ...Gary Wilson Jr
2008-08-03Fixed #7781 -- Documented the `per_page` argument/attribute for `Paginator` o...Gary Wilson Jr
2008-08-02Removed several deprecated features for 1.0 (refs #7830):Gary Wilson Jr
2008-08-02Removed two-year-old note about testing framework being under development.Gary Wilson Jr
2008-08-01Reverted [8182]. Accidently committed from the wrong branch.Brian Rosner
2008-08-01Initial admin template docs. Needs more work.Brian Rosner
2008-08-01Clarified the raw_id_fields documentation and added it to InlineModelAdmin op...Brian Rosner
2008-08-01Fixed #7983 -- Added fields to the ModelAdmin section in the admin documentat...Brian Rosner
2008-08-01Clarify the m2m intermediary docs a bit.James Bennett
2008-07-30Fixed #7935 -- Corrected typo in template docs, plus slightly clarified the l...Russell Keith-Magee
2008-07-30Fixed #7998 -- Corrected typo. Thanks to ElliotM for the report.Russell Keith-Magee
2008-07-30Fixed #7999 -- Slightly changed the overview example to disambiguate the use ...Russell Keith-Magee
2008-07-30A couple of small typo fixes in the settings docs. Fixed #8032.Malcolm Tredinnick
2008-07-29Added a clarification to the docs about filtering across nullable intermediateMalcolm Tredinnick
2008-07-29Fixed #6095 -- Added the ability to specify the model to use to manage a Many...Russell Keith-Magee
2008-07-29Fixed #1157 -- Added some text to i18n.txt to explain how to install theMalcolm Tredinnick
2008-07-29Fixed #7560 -- Moved a lot of the value conversion preparation forMalcolm Tredinnick
2008-07-27Remove the last remaining references to manipulators outside of oldforms docsJames Bennett
2008-07-27Removing another mention of manipulatorsJames Bennett
2008-07-27Remove a couple mentions of manipulators (which are no longer relevant) from ...James Bennett
2008-07-27Made the Paginator class a bit more backwards compatible with the lecacy `Obj...Gary Wilson Jr
2008-07-27Fixed #7320 -- For `object_list` generic view, the `page` argument can also b...Gary Wilson Jr
2008-07-27Fixed #6427 -- Added some more features to the Austrian localflavor.Malcolm Tredinnick