summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Expand)Author
2009-12-22[soc2009/multidb] Final cleanup of multi-db docs. Patch from Russell Keith-M...Alex Gaynor
2009-12-21[soc2009/multidb] Added documentation for usage of admin with multidb. Patch...Alex Gaynor
2009-12-21[soc2009/multidb] A couple of cleanups of multi-db support for raw queries, i...Alex Gaynor
2009-12-21[soc2009/multidb] Merged up to trunk r11924.Alex Gaynor
2009-12-20[soc2009/multidb] Merged up to trunk r11921. This does not include updating...Alex Gaynor
2009-12-18[soc2009/multidb] Cleaned up the interaction between managers and the using(...Alex Gaynor
2009-12-12[soc2009/multidb] Added documentation about the potential complications tryin...Alex Gaynor
2009-12-03[soc2009/multidb] Removed a documentation reference to Meta.using. Patch fro...Alex Gaynor
2009-11-23[soc2009/multidb] Fixed some documentation markup problems. Patch from Russ...Alex Gaynor
2009-10-09[soc2009/multidb] Updated to trunk r11603. This includes a critical security...Alex Gaynor
2009-08-09[soc2009/multidb] Raise a ConnectionDoesNotExist exception, instead of a KeyE...Alex Gaynor
2009-07-01[soc2009/multidb] Added a using option to a Model's Meta class. This allows ...Alex Gaynor
2009-07-01[soc2009/multidb] First set of documentation for multi-dbAlex Gaynor
2009-06-18[soc2009/multidb] Merged up to trunk r11068Alex Gaynor
2009-06-07[soc2009/multidb] Updated the transactions documentation for parts of the API...Alex Gaynor
2009-05-23Fixed #11188 -- Removed incorrect doc note about step being unsupported when ...Karen Tracey
2009-05-18Fixed #11137 -- Add missing base class in proxy model extra managers doc. Th...Karen Tracey
2009-05-17Fixed #11106 -- Corrected typo in models doc. Thanks mnieber.Karen Tracey
2009-05-16Fixed #9206 -- Added documentation on savepoints, and how to use them to reco...Russell Keith-Magee
2009-05-02Fixed #9206 -- Clarified documentation of transaction handling in raw SQL, an...Russell Keith-Magee
2009-04-12Fixed #10490 -- Small wording correction in the docs. Thanks, matehat.Malcolm Tredinnick
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-31Fixed #9012: Changed inappropriate title of models documentation.James Bennett
2009-03-31Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,...Gary Wilson Jr
2009-03-30Fixed #9914 -- Fixed field class name in models docs, patch from timo.Gary Wilson Jr
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