index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
Age
Commit message (
Expand
)
Author
2018-04-04
[1.11.x] Fixed reference to nonexistent __between lookup.
Daniel Roseman
2018-01-19
[1.11.x] Fixed #29032 -- Fixed an example of using expressions in QuerySet.va...
Mariusz Felisiak
2017-11-12
[1.11.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for un...
Mariusz Felisiak
2017-10-17
[1.11.x] Fixed typo in docs/ref/models/querysets.txt.
Jozef
2017-09-29
[1.11.x] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.
Stefan Schneider
2017-09-06
[1.11.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() an...
Tim Graham
2017-09-04
[1.11.x] Fixed #28568 -- Fixed typo in docs/ref/models/database-functions.txt.
Michael
2017-09-01
[1.11.x] Fixed #28557 -- Fixed ForeignKey/OneToOneField/ManyToManyField argum...
Tim Graham
2017-08-14
[1.11.x] Clarified Concat example in docs.
Mathieu Hinderyckx
2017-08-08
[1.11.x] Fixed #28471 -- Clarified that Meta.indexes is preferred to index_to...
Tim Graham
2017-08-07
[1.11.x] Fixed #28466 -- Clarified the definition of a lazy relationship.
Tim Graham
2017-07-18
[1.11.x] Doc'd the need to remove default ordering on Subquery aggregates.
Tomer Chachamu
2017-07-15
[1.11.x] Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), an...
Florian Apolloner
2017-07-11
[1.11.x] Fixed #28352 -- Corrected QuerySet.values_list() return type in docs...
Irindu Indeera
2017-06-19
[1.11.x] Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting A...
François Freitag
2017-06-13
[1.11.x] Fixed #27434 -- Doc'd how to raise a model validation error for a fi...
Matthias Kestenholz
2017-06-09
[1.11.x] Fixed typo in docs/ref/models/querysets.txt.
Tim Graham
2017-06-08
[1.11.x] Refs #25240 -- Added ExtractWeek examples.
Mads Jensen
2017-06-02
[1.11.x] Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.
Lachlan Musicman
2017-06-01
[1.11.x] Clarified QuerySet.iterator()'s docs on server-side cursors.
François Freitag
2017-05-06
[1.11.x] Fixed #28062 -- Added a setting to disable server-side cursors on Po...
François Freitag
2017-04-25
[1.11.x] Removed nonexistent methods from File's docs.
Josh Schneier
2017-04-10
[1.11.x] Fixed #27947 -- Doc'd that model Field.error_messages often don't pr...
Taavi Teska
2017-04-05
[1.11.x] Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt.
Sudhanshu Mishra
2017-03-20
[1.11.x] Removed extra characters in docs header underlines.
Mariusz Felisiak
2017-03-16
[1.11.x] Removed self from method signatures in docs.
Alasdair Nicol
2017-03-15
[1.11.x] Fixed incorrect import in docs/ref/models/expressions.txt.
lb1c
2017-02-24
[1.11.x] Made a few queryset lookup examples consistent.
Alexkane
2017-01-25
[1.11.x] Bumped MySQLdb version requirement to 1.2.3.
Tim Graham
2017-01-25
[1.11.x] Fixed typo in docs/ref/models/expressions.txt.
Paolo Melchiorre
2017-01-14
Fixed #27149 -- Added Subquery and Exists database expressions.
Matthew Schinckel
2017-01-14
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Florian Apolloner
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2016-12-27
Used a nontemporal example in QuerySet.bulk_create() in docs.
Tim Graham
2016-12-17
Made cosmetic edits to the "What happens when you save?" docs.
Tim Graham
2016-12-14
Added Prefetch import to first use in QuerySet docs.
Perry Roper
2016-12-08
Fixed #13312 -- Allowed specifying the order of null fields in queries.
Yohann Gabory
2016-11-30
Replaced RawSQL with Cast in Coalesce doc example.
Simon Charette
2016-11-21
Fixed #27511 -- Corrected Field.related_model docs about GenericRelation.
Tim Graham
2016-11-17
Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().
Jonatas CD
2016-11-15
Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be unique.
Jonatas CD
2016-11-11
Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.
Mads Jensen
2016-11-09
Inlined a note in docs/ref/models/expressions.txt.
Tim Graham
2016-11-09
Fixed #27414 -- Doc'd that F() expressions on relations return pk values.
Jop Reyntjes
2016-10-31
Updated Oracle docs links to Oracle 12c.
Mariusz Felisiak
2016-10-28
Fixed #27188 -- Allowed using unique=True with FileField.
Michael Scott
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-25
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-10-13
Fixed #27342 -- Corrected QuerySet.update_or_create() example.
Tim Graham
2016-10-07
Fixed #25475 -- Doc'd how to use a literal % in Func.template.
Tim Graham
[next]