Commit History

Author SHA1 Message Date
  David Sanders 0494efddc4 Fixed #34440 -- Doc'd that & queryset operator works similar to chaining. 1 year ago
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2 years ago
  tschilling c5808470aa Fixed #34280 -- Allowed specifying different field values for create operation in QuerySet.update_or_create(). 2 years ago
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 2 years ago
  Mariusz Felisiak 1391356276 Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError after prefetch_related(). 2 years ago
  Mariusz Felisiak 2fad163257 Refs #32365 -- Removed is_dst argument for various methods and functions. 2 years ago
  Mariusz Felisiak 490cccbe7e Removed versionadded/changed annotations for 4.1. 2 years ago
  Ryan Cheley 68bd8f4cb4 Fixed #24048 -- Corrected QuerySet.only() docs about interaction with defer(). 2 years ago
  sarahboyce 7a5307974a Fixed #34099 -- Added release notes for QuerySet.update_or_create() changes. 2 years ago
  Nick Pope 9bd174b9a7 Updated documentation and comments for RFC updates. 2 years ago
  Ryan Cheley 38936f6a0c Fixed typo in docs/ref/models/querysets.txt. 2 years ago
  Mariusz Felisiak e20e5d1557 Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transforms on SQLite. 2 years ago
  Carlton Gibson ca1c3151c3 Removed versionadded/changed annotations for 4.0. 2 years ago
  Andrew Godwin 58b27e0dbb Fixed #33646 -- Added async-compatible interface to QuerySet. 3 years ago
  Mariusz Felisiak 39ae8d740e Added missing backticks to function names. 2 years ago
  Ryan Heard c6b4d62fa2 Fixed #29865 -- Added logical XOR support for Q() and querysets. 3 years ago
  Nick Pope 847f46e9bf Removed redundant QuerySet.all() calls in docs and tests. 3 years ago
  Jacob Walls edbf930287 Fixed #29984 -- Added QuerySet.iterator() support for prefetching related objects. 3 years ago
  sean_c_hsu 0f6946495a Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create(). 4 years ago
  Mariusz Felisiak ad6bb20557 Avoided counting attributes and methods in docs. 3 years ago
  Ömer Faruk Abacı f04b44bad4 Refs #33319 -- Added note about commutation of QuerySet's | operator. 3 years ago
  Mariusz Felisiak a17becf4c7 Corrected signatures of QuerySet's methods. 3 years ago
  Hannes Ljungberg d400b08a8b Fixed #32888 -- Doc'd that select_for_update() only locks tables with selected columns. 3 years ago
  Mariusz Felisiak 221b2f85fe Fixed #33129 -- Dropped support for MariaDB 10.2. 3 years ago
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 years ago
  Carlton Gibson 306607d5b9 Fixed #32365 -- Made zoneinfo the default timezone implementation. 3 years ago
  Can Sarıgöl 7ea86076fc Fixed #33046 -- Added note about using length of cached result by QuerySet.count(). 3 years ago
  Abhyudai 85d47a58bf Made minor edits to QuerySet.update_or_create() docs. 3 years ago
  David Smith 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 years ago
  Nick Pope 501a8db465 Fixed #10929 -- Added default argument to aggregates. 4 years ago