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-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
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
2016-10-07
Doc'd that model instances with pk=None don't compare equal.
Adam Chainz
2016-09-30
Updated links to the current version of MySQL docs.
Tim Graham
2016-09-17
Corrected docs for return type of Field.formfield().
zhuanyenan
2016-09-12
Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.
Simon Charette
2016-08-19
Fixed #26987 -- Documented using QuerySet.get() without arguments.
Abhishek Bera
2016-08-18
Fixed #25871 -- Added expressions support to QuerySet.values().
Ian Foote
2016-08-15
Made cosmetic edits to Field.default docs.
Victor Oliveira da Silva
2016-08-12
Fixed #27048 -- Documented that refresh_from_db() doesn't reload @cached_prop...
Tim Graham
2016-08-12
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
Akshesh
2016-08-12
Fixed #20888 -- Added support for column order in class-based indexes.
Akshesh
2016-08-08
Fixed #26500 -- Added SKIP LOCKED support to select_for_update().
Simon Charette
2016-08-05
Fixed #26808 -- Added Meta.indexes for class-based indexes.
Akshesh
2016-08-05
Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat...
Yoong Kang Lim
2016-07-25
Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.
Tim Graham
2016-07-21
Fixed #26899 -- Documented why RawSQL params is a required parameter.
petedmarsh
[prev]
[next]