1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/docs/ref/models
Jacob Walls edbf930287 Fixed #29984 -- Added QuerySet.iterator() support for prefetching related objects.
Co-authored-by: Raphael Kimmig <raphael.kimmig@ampad.de>
Co-authored-by: Simon Charette <charette.s@gmail.com>
2022-01-25 06:12:04 +01:00
..
class.txt
conditional-expressions.txt
constraints.txt Fixed #33335 -- Made model validation ignore functional unique constraints. 2021-12-06 07:59:11 +01:00
database-functions.txt
expressions.txt Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs. 2021-12-31 06:49:10 +01:00
fields.txt Avoided counting attributes and methods in docs. 2021-12-28 12:36:57 +01:00
index.txt
indexes.txt Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+. 2021-10-01 13:11:34 +02:00
instances.txt
lookups.txt
meta.txt
options.txt
querysets.txt Fixed #29984 -- Added QuerySet.iterator() support for prefetching related objects. 2022-01-25 06:12:04 +01:00
relations.txt