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
/
django
/
db
/
models
Age
Commit message (
Expand
)
Author
2019-08-12
Refs #11964 -- Made constraint support check respect required_db_features.
Simon Charette
2019-08-05
Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField...
Diederik van der Boor
2019-08-02
Fixed #30668 -- Made QuerySet.filter() raise NotSupportedError if any of sour...
aaktsipetrov
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-07-31
Fixed #30665 -- Added support for distinct argument to Avg() and Sum().
Étienne Beaulé
2019-07-27
Refs #28147 -- Fixed setting of OneToOne and Foreign Key fields to None when ...
Jon Dufresne
2019-07-25
Added Query.is_sliced property.
Mariusz Felisiak
2019-07-25
Fixed #27995 -- Added error messages on unsupported operations following unio...
Hasan Ramezani
2019-07-25
Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_cla...
Jon Dufresne
2019-07-25
Refs #30657 -- Made DeferredAttribute.__init__() to take a field instance ins...
Jon Dufresne
2019-07-23
Improved error message when index in __getitem__() is invalid.
Jon Dufresne
2019-07-23
Removed unnecessary code in Model.__init__().
Jon Dufresne
2019-07-12
Fixed #30602 -- Made Extract raise ValueError when using unsupported lookups ...
Hasan Ramezani
2019-07-11
Refs #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering conta...
Mariusz Felisiak
2019-07-11
Fixed #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering cont...
Hasan Ramezani
2019-07-11
Fixed #28289 -- Fixed crash of RawSQL annotations on inherited model fields.
can
2019-07-10
Fixed #30628 -- Adjusted expression identity to differentiate bound fields.
Simon Charette
2019-07-08
Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...
can
2019-07-08
Refs #29444 -- Added support for fetching a returned non-integer insert value...
Johannes Hoppe
2019-07-05
Fixed #30613 -- Moved index name validation to system checks.
can
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-28
Fixed #28408 -- Added error message when updating with annotated expressions ...
can
2019-06-25
Fixed #30477 -- Made reverse lookup use Field.get_db_prep_value() from the ta...
can
2019-06-21
Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...
Nadège Michel
2019-06-19
Fixed #29834 -- Fixed column mismatch crash with QuerySet.values()/values_lis...
can
2019-06-19
Fixed #30572 -- Prevented values()/values_list() on combined queryset from mu...
Mariusz Felisiak
2019-06-10
Fixed #30548 -- Improved exception when expression contains mixed types.
CruxBox
2019-06-05
Fixed #30542 -- Fixed crash of numerical aggregations with filter.
Étienne Beaulé
2019-05-31
Fixed #26192 -- Fixed crash of ordering by constants on PostgreSQL.
Mariusz Felisiak
2019-05-28
Simplified Model.save() a bit.
葛汉斌
2019-05-23
Fixed #30501 -- Preventing QuerySet.reverse() from mutating expressions in Qu...
Mariusz Felisiak
2019-05-21
Fixed #28147 -- Fixed loss of assigned parent when saving child after parent.
Rob
2019-05-21
Refs #29396, #30494 -- Reduced code duplication in year lookups.
Simon Charette
2019-05-21
Fixed #29396 -- Added indirect values support to __year lookups.
Simon Charette
2019-05-21
Fixed #30494 -- Disabled __year lookup optimization for indirect values.
Simon Charette
2019-05-18
Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contain...
ruchit2801
2019-05-16
Fixed #30482 -- Prevented unnecessary evaluation of lookup.queryset in prefet...
Iain Watts
2019-05-13
Fixed #30436 -- Added check that on_delete is callable in ForeignKey and OneT...
Rob
2019-05-12
Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows.
Amir Hadi
2019-05-07
Fixed #30349 -- Fixed QuerySet.exclude() on FilteredRelation.
Rob
2019-05-07
Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accepts the fi...
Tobias Kunze
2019-05-06
Fixed #30339 -- Made Model.delete(keep_parents=True) preserves nested parent ...
Stephen Brown
2019-05-03
Fixed #29692 -- Fixed removing ordering parts for multiline RawSQL expressions.
can
2019-05-02
Fixed #29529 -- Allowed models.fields.FilePathField to accept a callable path.
Mykola Kokalko
2019-05-01
Fixed #30409 -- Allowed using foreign key's attnames in unique/index_together...
zeyneloz
2019-04-30
Fixed #30412 -- Fixed crash when adding check constraints with OR'ed conditio...
can
2019-04-29
Simplified Field.contribute_to_class().
Jon Dufresne
2019-04-23
Fixed #29810 -- Fixed crash of select_related() on FilteredRelation with empt...
can
2019-04-19
Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a ...
Scott Fitsimones
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
[prev]
[next]