Commit History

Author SHA1 Message Date
  Ebram Shehata 2152246c0a Fixed typo in docs/topics/db/managers.txt. 10 months ago
  Nick Pope 500e01073a Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices. 1 year ago
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 1 year ago
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 1 year ago
  Adam Johnson 59e503b670 Modernized custom manager example 3 years ago
  Adam Johnson d17b380653 Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 4 years ago
  Adam Radwon a2f554249e Fixed #27865 -- Adjusted docs example to avoid confusion with models.BaseManager. 4 years ago
  Carlton Gibson 08a6215d33 Fixed #31342 -- Clarified docs about using base managers for related objects. 4 years ago
  Adam Johnson 2ea3fb3e63 Removed "Don't do that" from docs and error messages. 4 years ago
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago
  Jon Dufresne 97d3321e89 Changed tuple choices to list in docs. 5 years ago
  Luoxzhg 99539ca319 Fixed typo in docs/topics/db/managers.txt. 6 years ago
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 7 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  M Somerville 56c87b51ab Fixed typo in docs/topics/db/managers.txt. 8 years ago
  Chris Jerdonek ccf7adb064 Fixed #27172 -- Closed database cursor explicitly in two doc examples 8 years ago
  Tim Graham 8fb53c50ce Fixed #19222 -- Documented that default managers aren't used for related queries. 8 years ago
  Tim Graham 00551c3eff Fixed typo in docs/topics/db/managers.txt 8 years ago
  Loïc Bistuer ed0ff913c6 Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models' default and base managers. 8 years ago
  Loïc Bistuer 3a47d42fa3 Fixed #20932, #25897 -- Streamlined manager inheritance. 8 years ago
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 8 years ago
  James Beith e03798a4ae Fixed a typo in the managers docs. 9 years ago
  Brendan Hayward c9fb4f3c45 Fixed #25205 -- Removed doc references to deprecated GeoManager class. 9 years ago
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 9 years ago
  Ismail Badawi e501d4c505 Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model uses. 10 years ago
  Greg Brown 9e8658db51 Fixed typo in docs/topics/db/managers.txt 10 years ago
  Éric Araujo 5842d8eba4 Removed non-existent reference to args/kwargs in manager docs. 10 years ago
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 10 years ago
  Loic Bistuer f265c1ef13 Fixed gendered examples in the docs. 10 years ago