summaryrefslogtreecommitdiff
path: root/docs/ref/models/instances.txt
AgeCommit message (Expand)Author
2013-01-15[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2012-12-26[1.5.X] Fixed broken links, round 3. refs #19516Tim Graham
2012-11-28[1.5.x] Fixed #19374 -- Typo in docs/ref/models/instances.txt.Jason Yan
2012-11-22[1.5.X] Fixed #18974 - Warned against using models.permalinkTim Graham
2012-11-05[1.5.X] Fixed #15591 - Clarified interaction between ModelForm and model vali...Tim Graham
2012-11-04[1.5.x] Merge pull request #493 from edavis/fix-get-foo-display-docsAlex Gaynor
2012-10-07Added section about URL reversion to URL mapper document.Ramiro Morales
2012-09-30Corrected links to only()/defer() in Model documentationAnssi Kääriäinen
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
2012-08-30Fixed #18883 -- added a missing self parameter in the docsAlex Gaynor
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-12Fixed #18306 -- Made deferred models issue update_fields on saveAndrei Antoukh
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-01Fixed #17436 - Added warning about overriding Model.__init__()Tim Graham
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-06Replaced documentation snippets using "gender" with less sensitive examples.Jacob Kaplan-Moss
2012-05-12Fixed #4102 -- Allow update of specific fields in model.save()Andrei Antoukh
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-03-11Fixed an inappropriate repetition. Thanks DanGer for the report.Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-11Fixed #16109: Corrected an inconsistency in URLconf examples for matching a n...James Bennett
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-28Slightly rewrite @permalink and get_absolute_url() documentation.Malcolm Tredinnick
2011-08-28Documentation edits for model instance docs.Malcolm Tredinnick
2011-05-31Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom.Timo Graham
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-11-07Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro...Gabriel Hurley
2010-10-20Fixed #14493 -- Corrected use of the wrong attribute in the model validation ...Gabriel Hurley
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-09-11Better error message for calling get_next_by_* on unsaved models.Malcolm Tredinnick
2010-08-30Fixed #14189 - permalink docs import mistakeLuke Plant
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-07-17Fixed import example code for NON_FIELD_ERRORS.Karen Tracey
2010-06-17Fixed #13778: Removed a stray colon in a code example. Thanks canassa.Karen Tracey
2010-05-09Fixed #13100 -- Clarified the model validation rules around full_clean(). Tha...Russell Keith-Magee
2010-01-12Fixed #9326 - Use decorator syntax in get_absolute_url example. Thanks, timo.Jannis Leidel
2010-01-12Fixed #12586. Corrected a typo in the validation docs. Thanks, phyfus.Joseph Kocherhans
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
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-07-24Fixed #11527 -- Added unit tests and documentation for the use of F() express...Russell Keith-Magee
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.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