Commit History

Author SHA1 Message Date
  Adrian Holovaty d8b7772fca Made some edits to the validation part of docs/ref/models/instances.txt 15 years ago
  Russell Keith-Magee 0e0b18229f Corrected the chronograph on my time machine. ``using`` argument was added in v1.2, not v1.1. Thanks to Ramiro Morales for the report. 15 years ago
  Russell Keith-Magee 96848352f9 Added `using` to the list of documented arguments for save() on a model; updated the docs to suggest using ``*args, **kwargs`` when implementing model save methods. Thanks to Jeff Croft for the report. 15 years ago
  Joseph Kocherhans 4d6c66d4d8 Added a note that full_validate will not be called automatically by model.save(). 15 years ago
  Joseph Kocherhans cd7da17132 Added a section to the docs for discussing validators and updated a few links to point to it. 15 years ago
  Joseph Kocherhans 471596fc1a Merged soc2009/model-validation to trunk. Thanks, Honza! 15 years ago
  Russell Keith-Magee b2f72fc040 Fixed #11527 -- Added unit tests and documentation for the use of F() expressions in single object updates. Thanks to Zachary Voase for the patch. 15 years ago
  Jacob Kaplan-Moss c6c25adf6d Fixed a whole bunch of small docs typos, errors, and ommissions. 15 years ago
  Gary Wilson Jr b4f5655c86 Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comments, according to the Django style guide. Based on patch from rduffield. 15 years ago
  Gary Wilson Jr 7372ea159a Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@gmail.com. 15 years ago
  Russell Keith-Magee cce822c0f5 Fixed #10329 -- Added link target for get_FOO_display, get_next_by_FOO, and get_previous_by_FOO. Thanks to rctay for the report, and timo for the patch. 15 years ago
  Malcolm Tredinnick e0a09b7dac Fixed a couple of markup errors in the documentation. 16 years ago
  Jacob Kaplan-Moss 7b0b992a87 Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro. 16 years ago
  Jacob Kaplan-Moss 64a9469127 Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here. 16 years ago
  James Bennett f2c80f93d9 Fixed #8658: Added cross-references to signals docs from Model.save() docs 16 years ago
  James Bennett 6ba55eee30 Fixed #8679: use full signature of Model.save() in docs and remove no-longer-used 'raw' argument 16 years ago
  Malcolm Tredinnick d22ee35ee9 Fixed #8662 -- Fixed the documentation of Model.save() to match the real 16 years ago
  Malcolm Tredinnick c181734fa1 Changed create() and get_or_create() to force an insert (not update an existing value). 16 years ago
  Jacob Kaplan-Moss 97cb07c3a1 Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 16 years ago