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
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-04-27
Fixed #36335 -- Fixed typo in docs/topics/db/managers.txt.
dbogar89
2024-02-01
Fixed typo in docs/topics/db/managers.txt.
Ebram Shehata
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2021-01-28
Modernized custom manager example
Adam Johnson
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-03-10
Fixed #27865 -- Adjusted docs example to avoid confusion with models.BaseMana...
Adam Radwon
2020-03-06
Fixed #31342 -- Clarified docs about using base managers for related objects.
Carlton Gibson
2020-01-06
Removed "Don't do that" from docs and error messages.
Adam Johnson
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-05-15
Changed tuple choices to list in docs.
Jon Dufresne
2018-04-11
Fixed typo in docs/topics/db/managers.txt.
Luoxzhg
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-11
Fixed typo in docs/topics/db/managers.txt.
M Somerville
2016-09-07
Fixed #27172 -- Closed database cursor explicitly in two doc examples
Chris Jerdonek
2016-08-16
Fixed #19222 -- Documented that default managers aren't used for related quer...
Tim Graham
2016-06-20
Fixed typo in docs/topics/db/managers.txt
Tim Graham
2016-05-17
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...
Loïc Bistuer
2016-05-17
Fixed #20932, #25897 -- Streamlined manager inheritance.
Loïc Bistuer
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-11-27
Fixed a typo in the managers docs.
James Beith
2015-08-11
Fixed #25205 -- Removed doc references to deprecated GeoManager class.
Brendan Hayward
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-10-06
Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model...
Ismail Badawi
2014-09-29
Fixed typo in docs/topics/db/managers.txt
Greg Brown
2014-07-02
Removed non-existent reference to args/kwargs in manager docs.
Éric Araujo
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
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
[next]