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
/
managers.txt
Age
Commit message (
Expand
)
Author
2014-07-02
[1.7.x] Removed non-existent reference to args/kwargs in manager docs.
Éric Araujo
2014-02-05
Fixed gendered examples in the docs.
Loic Bistuer
2013-12-04
Fixing manager documentation inaccuracy
Frank Wiles
2013-08-15
Fixed some ReST errors regarding backticks
Tim Graham
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-07-26
Fixed #20625 -- Chainable Manager/QuerySet methods.
Loic Bistuer
2013-05-18
Add missing imports and models to the examples in the the model layer documen...
Marc Egli
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-31
Fixed #20168 - Generalized a PostgreSQL specific database query in the docs.
Tim Graham
2013-03-30
Fixed #20150 -- Fixed an error in manager doc example
Nimesh Ghelani
2013-03-22
Added missing markup to docs.
Tim Graham
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2012-12-15
Fixed #19384 -- Documented the behavior of custom managers on abstract models.
Russell Keith-Magee
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-06-04
Fixed #16145 - typo in manager docs; thanks leereilly.
Timo Graham
2011-01-16
Fixed #15062 -- Documented the fact that managers must be able to be shallow ...
Russell Keith-Magee
2011-01-03
Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.
Timo Graham
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-04
Fixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.
Jacob Kaplan-Moss
2010-04-06
Fixed #13035 - Incorrect documentation regarding admin and default managers
Luke Plant
2010-03-26
Fixed #12930, #12832, #11538 -- Refactored and merged the GeoDjango documenta...
Justin Bronn
2010-02-22
Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for the repo...
Justin Bronn
2010-01-12
Fixed #11794 - Typo in model manager documentation. Thanks, timo.
Jannis Leidel
2010-01-10
Fixed #11794 -- Removed an unnecessary literary flourish in docs/topics/db/ma...
Adrian Holovaty
2009-03-24
Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv.
Russell Keith-Magee
2009-03-18
Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).
Malcolm Tredinnick
2009-03-15
Documented patterns for adding extra managers to model subclasses.
Malcolm Tredinnick
2009-03-15
Clarified and expanded documentation for Manager.use_for_related_fields.
Malcolm Tredinnick
2008-09-02
Fixed #7154 -- Inherit all model managers from abstract base classes.
Malcolm Tredinnick
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss