Commit History

Author SHA1 Message Date
  Luoxzhg 99539ca319 Fixed typo in docs/topics/db/managers.txt. 7 years ago
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 8 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. 9 years ago
  Loïc Bistuer 3a47d42fa3 Fixed #20932, #25897 -- Streamlined manager inheritance. 9 years ago
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 9 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. 10 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. 10 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. 11 years ago
  Loic Bistuer f265c1ef13 Fixed gendered examples in the docs. 11 years ago
  Frank Wiles 164df40501 Fixing manager documentation inaccuracy 11 years ago
  Tim Graham 29255fcb4f Fixed some ReST errors regarding backticks 11 years ago
  Dominic Rodger c33d1ca1d9 Fixed #20852 - Fixed incorrectly generated left quotes in docs. 11 years ago
  Loic Bistuer 31fadc1202 Fixed #20625 -- Chainable Manager/QuerySet methods. 11 years ago
  Marc Egli e4591debd1 Add missing imports and models to the examples in the the model layer documentation 12 years ago
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 years ago
  Tim Graham c119d0f152 Fixed #20168 - Generalized a PostgreSQL specific database query in the docs. 12 years ago
  Nimesh Ghelani 485c024567 Fixed #20150 -- Fixed an error in manager doc example 12 years ago
  Tim Graham 93cffc3b37 Added missing markup to docs. 12 years ago
  Loic Bistuer 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 years ago
  Russell Keith-Magee 1b646e656e Fixed #19384 -- Documented the behavior of custom managers on abstract models. 12 years ago