summaryrefslogtreecommitdiff
path: root/docs/topics/db/managers.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-04-27Fixed #36335 -- Fixed typo in docs/topics/db/managers.txt.dbogar89
2024-02-01Fixed 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-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2021-01-28Modernized custom manager exampleAdam Johnson
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-03-10Fixed #27865 -- Adjusted docs example to avoid confusion with models.BaseMana...Adam Radwon
2020-03-06Fixed #31342 -- Clarified docs about using base managers for related objects.Carlton Gibson
2020-01-06Removed "Don't do that" from docs and error messages.Adam Johnson
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-05-15Changed tuple choices to list in docs.Jon Dufresne
2018-04-11Fixed typo in docs/topics/db/managers.txt.Luoxzhg
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-11Fixed typo in docs/topics/db/managers.txt.M Somerville
2016-09-07Fixed #27172 -- Closed database cursor explicitly in two doc examplesChris Jerdonek
2016-08-16Fixed #19222 -- Documented that default managers aren't used for related quer...Tim Graham
2016-06-20Fixed typo in docs/topics/db/managers.txtTim Graham
2016-05-17Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer
2016-05-17Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-11-27Fixed a typo in the managers docs.James Beith
2015-08-11Fixed #25205 -- Removed doc references to deprecated GeoManager class.Brendan Hayward
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-10-06Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model...Ismail Badawi
2014-09-29Fixed typo in docs/topics/db/managers.txtGreg Brown
2014-07-02Removed non-existent reference to args/kwargs in manager docs.Éric Araujo
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-02-05Fixed gendered examples in the docs.Loic Bistuer
2013-12-04Fixing manager documentation inaccuracyFrank Wiles
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-07-26Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer
2013-05-18Add missing imports and models to the examples in the the model layer documen...Marc Egli
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-31Fixed #20168 - Generalized a PostgreSQL specific database query in the docs.Tim Graham
2013-03-30Fixed #20150 -- Fixed an error in manager doc exampleNimesh Ghelani
2013-03-22Added missing markup to docs.Tim Graham
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2012-12-15Fixed #19384 -- Documented the behavior of custom managers on abstract models.Russell Keith-Magee
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-06-04Fixed #16145 - typo in manager docs; thanks leereilly.Timo Graham
2011-01-16Fixed #15062 -- Documented the fact that managers must be able to be shallow ...Russell Keith-Magee
2011-01-03Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.Timo Graham
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-04Fixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
2010-04-06Fixed #13035 - Incorrect documentation regarding admin and default managersLuke Plant