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
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-08-08
Fixed #28471 -- Clarified that Meta.indexes is preferred to index_together.
Tim Graham
2017-08-07
Fixed #28466 -- Clarified the definition of a lazy relationship.
Tim Graham
2017-07-21
Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary...
Tom Carrick
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-18
Doc'd the need to remove default ordering on Subquery aggregates.
Tomer Chachamu
2017-07-15
Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and interse...
Florian Apolloner
2017-07-11
Refs #28352 -- Corrected another QuerySet.values_list() return type in docs e...
Tim Graham
2017-07-11
Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.
Irindu Indeera
2017-06-29
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
Ran Benita
2017-06-28
Fixed #27473 -- Added DurationField support to Extract.
Daniel Hahler
2017-06-27
Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.
Mariusz Felisiak
2017-06-19
Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.
François Freitag
2017-06-13
Fixed #27434 -- Doc'd how to raise a model validation error for a field not i...
Matthias Kestenholz
2017-06-09
Fixed typo in docs/ref/models/querysets.txt.
Tim Graham
2017-06-08
Fixed #28103 -- Added quarter extract, truncation, and lookup.
Mads Jensen
2017-06-08
Refs #25240 -- Added ExtractWeek examples.
Mads Jensen
2017-06-02
Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.
Lachlan Musicman
2017-06-01
Fixed #27639 -- Added chunk_size parameter to QuerySet.iterator().
François Freitag
2017-06-01
Clarified QuerySet.iterator()'s docs on server-side cursors.
François Freitag
2017-05-06
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
François Freitag
2017-04-25
Removed nonexistent methods from File's docs.
Josh Schneier
2017-04-11
Updated docs after changing select_for_update() to raise NotSupportedError.
Ran Benita
2017-04-10
Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate t...
Taavi Teska
2017-04-05
Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt.
Sudhanshu Mishra
2017-04-03
Refs #27834 -- Removed Value wrapping from StrIndex's substring param.
Adam Johnson
2017-03-20
Removed extra characters in docs header underlines.
Mariusz Felisiak
2017-03-16
Removed self from method signatures in docs.
Alasdair Nicol
2017-03-15
Fixed incorrect import in docs/ref/models/expressions.txt.
lb1c
2017-03-14
Fixed #27834 -- Added StrIndex database function.
Brad Melin
2017-02-24
Made a few queryset lookup examples consistent.
Alexkane
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-25
Refs #23919 -- Removed obsolete MySQLdb references.
Tim Graham
2017-01-25
Fixed typo in docs/ref/models/expressions.txt.
Paolo Melchiorre
2017-01-23
Assumed iri_to_uri always returns a string
Claude Paroz
2017-01-19
Refs #23919 -- Removed docs references to long integers.
Tim Graham
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #26285 -- Removed MySQL __search lookup per deprecation timeline.
Tim Graham
2017-01-17
Refs #26230 -- Removed support for model name query lookups when using Meta.d...
Tim Graham
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-17
Refs #25550 -- Removed support for direct assignment to the reverse side of a...
Tim Graham
2017-01-17
Removed GeoManager and GeoQuerySet per deprecation timeline.
Tim Graham
2017-01-17
Refs #21127 -- Required on_delete for ForeignKey/OneToOneField.
Tim Graham
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
[prev]
[next]