summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
2010-01-10Fixed #12271 -- Fixed typo in URLField docs. Thanks, adam@andyet.netAdrian Holovaty
2010-01-10Fixed #10947 -- Fixed error in __in documentation. Thanks, julianb and timoAdrian Holovaty
2010-01-10Fixed #10862 -- Clarified confusing documentation about ImageField height/wid...Adrian Holovaty
2010-01-09Fixed #12512 -- Fixed typo in docs/ref/models/fields.txt. Thanks, bward1Adrian Holovaty
2010-01-09Fixed #12555 -- Fixed typo in docs/ref/models/querysets.txt. Thanks, y_feldblumAdrian Holovaty
2010-01-09Made some edits to the validation part of docs/ref/models/instances.txtAdrian Holovaty
2010-01-08Corrected the chronograph on my time machine. ``using`` argument was added in...Russell Keith-Magee
2010-01-08Added `using` to the list of documented arguments for save() on a model; upda...Russell Keith-Magee
2010-01-05Added a note that full_validate will not be called automatically by model.sav...Joseph Kocherhans
2010-01-05Added a section to the docs for discussing validators and updated a few links...Joseph Kocherhans
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes #12219,...Gary Wilson Jr
2009-12-26Fixed #9465 -- Simplified API Reference documentation titles for easier looku...Gary Wilson Jr
2009-12-26Fixed #12205 -- Corrected malformed reference links in the 1.1 and 1.1-alpha ...Gary Wilson Jr
2009-12-22Improved documentation of when QuerySet.exists() and .count() are a genuine o...Luke Plant
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2009-11-12Fixed #12204 -- Corrected the use of :djadmin: links in the testing docs, plu...Russell Keith-Magee
2009-10-24Fixed #11402: added a `QuerySet.exists()` method. Thanks, Alex Gaynor.Jacob Kaplan-Moss
2009-09-28Fixed #9674 - documented app_label.Luke Plant
2009-09-23Fixed #11931: Removed mention of nonexistent get_sql() method for arguments t...James Bennett
2009-09-12Fixed #6047 -- Minor correction to the documentation regarding regex field lo...Russell Keith-Magee
2009-09-12Fixed #11592 -- Corrected the grammar in the queryset docs. Thanks to Shannon...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