summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Expand)Author
2009-03-25Fixed #10574 -- Documented interaction between annotations and order_by.Malcolm Tredinnick
2009-03-24Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv.Russell Keith-Magee
2009-03-23Added 1.1 beta release notes.Jacob Kaplan-Moss
2009-03-19Added some documentation explaining "managed=False" vs. "proxy=True".Malcolm Tredinnick
2009-03-18Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).Malcolm Tredinnick
2009-03-15Documented patterns for adding extra managers to model subclasses.Malcolm Tredinnick
2009-03-15Clarified and expanded documentation for Manager.use_for_related_fields.Malcolm Tredinnick
2009-03-11Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.Malcolm Tredinnick
2009-03-09Made a couple of cross-references in the model fields documentaiton consistent.Malcolm Tredinnick
2009-03-04Made it explicit if you accidentally override a Field from a parent model.Malcolm Tredinnick
2009-03-03Minor update to documentation for many-to-many filter() calls.Malcolm Tredinnick
2009-02-24Fixed #10344 -- Corrected some typos in the aggregation docs. Thanks to ewoud...Russell Keith-Magee
2009-02-23Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...Russell Keith-Magee
2009-02-22Fixed #9347 -- Added an entry in the field reference for the verbose_name opt...Russell Keith-Magee
2009-02-22Fixed #10118 -- Clarified the error message raised when accessing a subclass ...Russell Keith-Magee
2009-02-19Fixed #10303 -- Corrected a contradiction in the docs regarding the capabilit...Russell Keith-Magee
2009-02-03Fixed #10187 -- Added documentation on how to import F() objects. Thanks to t...Russell Keith-Magee
2009-01-29Fixed #7210 -- Added F() expressions to query language. See the documentation...Russell Keith-Magee
2009-01-23Fixed #10052 -- Added import line for other aggregates used in examples. Than...Russell Keith-Magee
2009-01-16Fixed #10042 -- YAADT (Aggregation Docs Typo).Russell Keith-Magee
2009-01-15Fixed #10039 -- More typos in aggregation docs. Seriously, people, now you're...Russell Keith-Magee
2009-01-15Fixed #10035 -- Corrected more typos in the aggregation docs. Thanks to Ivan ...Russell Keith-Magee
2009-01-15Corrected another typo in aggregation docs. Thanks to Ivan Sagalaev for the r...Russell Keith-Magee
2009-01-15Corrected typo in aggregation docs. Thanks to Ivan Sagalaev for the report.Russell Keith-Magee
2009-01-15Corrected a copy-and-paste typo in a heading of the aggregation docs. Thanks ...Russell Keith-Magee
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee
2008-10-24Fixed #9432 -- Revived documentation of ~Q usage.Malcolm Tredinnick
2008-10-05Fixed #9301 -- Correct a markup typo in the docs.Malcolm Tredinnick
2008-09-29Fixed #9234 -- Typo fix.Malcolm Tredinnick
2008-09-22Fixed #8967: Added documentation for the 'through' option on a many-to-many f...Russell Keith-Magee
2008-09-14Fixed #9046: Corrected a typo in the m2m intermediate docs. Thanks to djoume ...Russell Keith-Magee
2008-09-07Fixed #8924 -- Corrected a couple typos in queries documentation, thanks arien.Gary Wilson Jr
2008-09-06Fixed #8883 -- Fixed some glitches in model reference. Thanks, arienAdrian Holovaty
2008-09-03Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro.Jacob Kaplan-Moss
2008-09-02Fixed #7154 -- Inherit all model managers from abstract base classes.Malcolm Tredinnick
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-09-01Fixed #8759 -- Corrected a typo in example code. Thanks James Tauber for the ...Brian Rosner
2008-09-01Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss
2008-09-01Fixed #8728: Corrected some broken links in the documentationJames Bennett
2008-09-01Fixed #8705: Corrected some formatting issues in models documentationJames Bennett
2008-09-01Fixed #8730: Incorporated (with minor changes) additions/enhancements to one-...James Bennett
2008-08-31Fixed #8533: restored model inheritance docs, and updated one-to-one docs to ...James Bennett
2008-08-31Fixed #8679: use full signature of Model.save() in docs and remove no-longer-...James Bennett
2008-08-30Fixed #8693: Fixed formatting of the "null" argument for model fieldsJames Bennett
2008-08-25Fixed a bad link in topics/db/models.txtJacob Kaplan-Moss
2008-08-25Fixed #8539: fixed PEP references. Thanks, carljm.Jacob Kaplan-Moss
2008-08-25Fixed a handful of typo/markup problems in the docs. Patch from Daniel Roseman.Jacob Kaplan-Moss
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss