Tim Graham
|
9d27478958
Refs #23919 -- Removed docs references to long integers.
|
8 years ago |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 years ago |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 years ago |
Tim Graham
|
5139832398
Refs #26285 -- Removed MySQL __search lookup per deprecation timeline.
|
8 years ago |
Tim Graham
|
a0d166306f
Removed GeoManager and GeoQuerySet per deprecation timeline.
|
8 years ago |
Florian Apolloner
|
84c1826ded
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
|
8 years ago |
François Freitag
|
f3b7c05936
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
|
8 years ago |
Tim Graham
|
e2d02c1fc9
Used a nontemporal example in QuerySet.bulk_create() in docs.
|
8 years ago |
Perry Roper
|
3be2268992
Added Prefetch import to first use in QuerySet docs.
|
8 years ago |
Mads Jensen
|
1446902be4
Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.
|
8 years ago |
Mariusz Felisiak
|
55993d1e4e
Updated Oracle docs links to Oracle 12c.
|
8 years ago |
Tim Graham
|
414ad25b09
Fixed #27327 -- Simplified time zone handling by requiring pytz.
|
8 years ago |
Marti Raudsepp
|
51fbe2a60d
Updated postgresql.org links to https and made them canonical.
|
8 years ago |
Tim Graham
|
51b83d9e51
Fixed #27342 -- Corrected QuerySet.update_or_create() example.
|
8 years ago |
Tim Graham
|
9819676676
Updated links to the current version of MySQL docs.
|
8 years ago |
Abhishek Bera
|
f3b601f11a
Fixed #26987 -- Documented using QuerySet.get() without arguments.
|
8 years ago |
Ian Foote
|
39f35d4b9d
Fixed #25871 -- Added expressions support to QuerySet.values().
|
8 years ago |
Simon Charette
|
b8e6e1b43b
Fixed #26500 -- Added SKIP LOCKED support to select_for_update().
|
8 years ago |
Yoong Kang Lim
|
d30febb4e5
Fixed #26706 -- Made RelatedManager modification methods clear prefetch_related() cache.
|
8 years ago |
Simon Charette
|
8a4f017f45
Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.
|
8 years ago |
Vytis Banaitis
|
89ca112884
Fixed a typo in docs/ref/models/querysets.txt
|
8 years ago |
Will Koster
|
9899347641
Fixed #26638 -- Allowed callable arguments for QuerySet.get_or_create()/update_or_create() defaults.
|
8 years ago |
Chad Shryock
|
e6c5e68acd
Fixed #26526 -- Documented QuerySet.latest()'s dependency on database ordering.
|
8 years ago |
Florian Apolloner
|
62e4f8ec43
Fixed a typo in the docs.
|
8 years ago |
Nick Smith
|
838386815f
Fixed typo in docs/ref/models/querysets.txt
|
8 years ago |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 years ago |
Tim Graham
|
e475e84970
Refs #26021 -- Used hanging indentation in some doc examples.
|
8 years ago |
Vasiliy Faronov
|
ac77c55bc5
Fixed #26567 -- Updated references to obsolete RFC2616.
|
8 years ago |
Tim Graham
|
5ac7c8f7ab
Refs #22268 -- Fixed typo in docs/ref/models/querysets.txt
|
9 years ago |
Iacopo Spalletti
|
7d485d5d75
Fixed #22268 -- Documented values_list() behavior for multivalued relations.a
|
9 years ago |