summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2010-05-11[1.1.X] Fixed #12997 -- Corrected the module markup for QuerySet methods. Tha...Russell Keith-Magee
2010-05-10[1.1.X] Fixed #12678 -- Corrected a few references to Queryset into QuerySet....Russell Keith-Magee
2010-05-10[1.1.X] Fixed #12229 -- Added documentation of the FieldFile methods that are...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #12997 -- Added markup for methods in the queryset docs. Thanks...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #13282 -- Clarified documentation around week_day filtering in ...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #13455 -- Clarified the interaction of values() and extra(). Th...Russell Keith-Magee
2010-05-03[1.1.X] Fixed #13099 - incorrect SQL for exclude() exampleKaren Tracey
2010-04-12[1.1.X] Fixed #11711 -- clarified that ValuesQuerySets are not lists per se.Karen Tracey
2010-03-20[1.1.X] Fixed `fieldlookup` docs cross-reference directive, and added it to t...Justin Bronn
2010-03-08[1.1.X] Fixed #12024: Changed admin code to avoid raising an exception when a...Karen Tracey
2010-02-24[1.1.X] Fixed #12538 -- Added a note that pickles aren't stable during versio...Russell Keith-Magee
2010-02-23[1.1.X] Fixed #12837 -- Clarified the naming strategy for m2m intermediate ta...Russell Keith-Magee
2010-02-22[1.1.X] Fixed #12620 - Refer to better fieldname in defer docs. Thanks, dwillis.Jannis Leidel
2010-01-16[1.1.X] Fixed #12622 - exists() mentioned in 1.1 docsLuke Plant
2010-01-16[1.1.X] Created a 'DB optimization' topic, with cross-refs to relevant sections.Luke Plant
2010-01-08[1.1.X] Updated the docs to suggest using ``*args, **kwargs`` when implementi...Russell Keith-Magee
2009-12-26[1.1.X] Fixed several broken and redirecting URLs in the documentation (fixes...Gary Wilson Jr
2009-12-26[1.1.X] Fixed #9465 -- Simplified API Reference documentation titles for easi...Gary Wilson Jr
2009-11-12[1.1.X] Fixed #12204 -- Corrected the use of :djadmin: links in the testing d...Russell Keith-Magee
2009-09-28[1.1.X] Fixed #9674 - documented app_label.Luke Plant
2009-09-23[1.1.X] Fixed #11931: Removed mention of nonexistent get_sql() method for arg...James Bennett
2009-09-13[1.1.X] Fixed #6047 -- Minor correction to the documentation regarding regex ...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11592 -- Corrected the grammar in the queryset docs. Thanks to...Russell Keith-Magee
2009-07-24Fixed #11527 -- Added unit tests and documentation for the use of F() express...Russell Keith-Magee
2009-07-15Fixed #11235 -- Added a missing clause from some sample SQL in the queryset d...Russell Keith-Magee
2009-06-24Fixed #11354 -- Remove stray whitespace in queryset docs. Thanks to flebel fo...Russell Keith-Magee
2009-06-17Fixed #9919 -- Added note on the need to mark transactions as dirty when usin...Russell Keith-Magee
2009-06-10Fixed #10981 -- Clarified documentation regarding lazy cross-application rela...Russell Keith-Magee
2009-04-22Added a `QuerySet.ordered` property to check if a queryset is already ordered...Jacob Kaplan-Moss
2009-04-16Fixed #10776 -- Added metadata targets for the contrib.admin docs, and used o...Russell Keith-Magee
2009-04-16Fixed #10812 -- Corrected typo in aggregation docs. Thanks to uzi for the rep...Russell Keith-Magee
2009-04-09Fixed #10647: intermediary tables between two umanaged models are no longer c...Jacob Kaplan-Moss
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...Jacob Kaplan-Moss
2009-03-31Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...Gary Wilson Jr
2009-03-31Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,...Gary Wilson Jr
2009-03-30Fixed a few class references in the model field docs.Gary Wilson Jr
2009-03-30Fixed #10076 -- Documented invalid arguments for `FileField`, based on patch ...Gary Wilson Jr
2009-03-30Fixed #9853 -- Added information to the model date/time fields to note the Py...Gary Wilson Jr
2009-03-25Fixed #10574 -- Documented interaction between annotations and order_by.Malcolm Tredinnick
2009-03-24Fixed #10329 -- Added link target for get_FOO_display, get_next_by_FOO, and g...Russell Keith-Magee
2009-03-23Added 1.1 beta release notes.Jacob Kaplan-Moss
2009-03-21Corrected syntax typos in a couple of versionadded directives.Gary Wilson Jr
2009-03-20Added some further clarification to the docs for Meta.managed.Malcolm Tredinnick
2009-03-19Fixed #10546 -- Fixed a docs typo noticed by carljm.Malcolm Tredinnick
2009-03-19Fixed #5420 -- Added support for delayed loading of model fields.Malcolm Tredinnick
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-09Fixed #3163 -- Add a "Meta.managed" option to models.Malcolm Tredinnick
2009-03-09Made a couple of cross-references in the model fields documentaiton consistent.Malcolm Tredinnick