index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
db
Age
Commit message (
Expand
)
Author
2009-06-18
[1.0.X] Fixed #11278 -- Clarified query documentation regarding bulk assignme...
Russell Keith-Magee
2009-06-17
[1.0.X] Fixed #9919 -- Added note on the need to mark transactions as dirty w...
Russell Keith-Magee
2009-05-23
[1.0.X] Fixed #11188 -- Removed incorrect doc note about step being unsupport...
Karen Tracey
2009-05-17
[1.0.X] Fixed #11106 -- Corrected typo in models doc. Thanks mnieber.
Karen Tracey
2009-05-16
[1.0.X] Fixed #9206 -- Added documentation on savepoints, and how to use them...
Russell Keith-Magee
2009-05-02
[1.0.X] Fixed #9206 -- Clarified documentation of transaction handling in raw...
Russell Keith-Magee
2009-04-03
[1.0.X] Fixed a whole bunch of small docs typos, errors, and ommissions. Back...
Jacob Kaplan-Moss
2009-03-31
[1.0.X] Fixed #9012: Changed inappropriate title of models documentation. Bac...
James Bennett
2009-03-30
[1.0.X]: Fixed #9914 -- Fixed field class name in models docs, patch from timo.
Gary Wilson Jr
2009-03-24
[1.0.X] Made a couple of cross-references in the model fields documentaiton c...
Malcolm Tredinnick
2009-03-24
[1.0.X] Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv.
Russell Keith-Magee
2009-03-15
[1.0.X] Documented patterns for adding extra managers to model subclasses.
Malcolm Tredinnick
2009-03-15
[1.0.X] Clarified and expanded documentation for Manager.use_for_related_fields.
Malcolm Tredinnick
2009-03-04
[1.0.X] Made it explicit if you accidentally override a Field from a parent m...
Malcolm Tredinnick
2009-03-03
[1.0.X] Minor update to documentation for many-to-many filter() calls.
Malcolm Tredinnick
2009-02-22
[1.0.X] Fixed #9347 -- Added an entry in the field reference for the verbose_...
Russell Keith-Magee
2009-02-22
[1.0.X] Fixed #10118 -- Clarified the error message raised when accessing a s...
Russell Keith-Magee
2008-10-24
[1.0.X] Fixed #9432 -- Revived documentation of ~Q usage.
Malcolm Tredinnick
2008-10-05
[1.0.X] Fixed #9301 -- Correct a markup typo in the docs.
Malcolm Tredinnick
2008-09-29
Fixed #9234 -- Typo fix.
Malcolm Tredinnick
2008-09-22
Fixed #8967: Added documentation for the 'through' option on a many-to-many f...
Russell Keith-Magee
2008-09-14
Fixed #9046: Corrected a typo in the m2m intermediate docs. Thanks to djoume ...
Russell Keith-Magee
2008-09-07
Fixed #8924 -- Corrected a couple typos in queries documentation, thanks arien.
Gary Wilson Jr
2008-09-06
Fixed #8883 -- Fixed some glitches in model reference. Thanks, arien
Adrian Holovaty
2008-09-03
Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro.
Jacob Kaplan-Moss
2008-09-02
Fixed #7154 -- Inherit all model managers from abstract base classes.
Malcolm Tredinnick
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-09-01
Fixed #8759 -- Corrected a typo in example code. Thanks James Tauber for the ...
Brian Rosner
2008-09-01
Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...
Jacob Kaplan-Moss
2008-09-01
Fixed #8728: Corrected some broken links in the documentation
James Bennett
2008-09-01
Fixed #8705: Corrected some formatting issues in models documentation
James Bennett
2008-09-01
Fixed #8730: Incorporated (with minor changes) additions/enhancements to one-...
James Bennett
2008-08-31
Fixed #8533: restored model inheritance docs, and updated one-to-one docs to ...
James Bennett
2008-08-31
Fixed #8679: use full signature of Model.save() in docs and remove no-longer-...
James Bennett
2008-08-30
Fixed #8693: Fixed formatting of the "null" argument for model fields
James Bennett
2008-08-25
Fixed a bad link in topics/db/models.txt
Jacob Kaplan-Moss
2008-08-25
Fixed #8539: fixed PEP references. Thanks, carljm.
Jacob Kaplan-Moss
2008-08-25
Fixed a handful of typo/markup problems in the docs. Patch from Daniel Roseman.
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss