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
Age
Commit message (
Expand
)
Author
2019-08-15
Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to re...
zeyneloz
2019-08-14
Optimized Field.deconstruct() by using elif.
Mads Jensen
2019-08-13
Refs #25367 -- Moved Oracle Exists() handling to contextual methods.
Simon Charette
2019-08-13
Refs #25367 -- Moved select_format hook to BaseExpression.
Simon Charette
2019-08-12
Refs #24793 -- Removed bogus connection argument from SQLCompiler.compile() c...
Simon Charette
2019-08-12
Refs #11964 -- Made constraint support check respect required_db_features.
Simon Charette
2019-08-12
Refs #23879 -- Made introspection 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
Simplified AlterModelTable by making it subclass ModelOptionOperation.
Nick Pope
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-08-02
Removed obsolete mentions of a check constraint in BaseDatabaseSchemaEditor.a...
Mariusz Felisiak
2019-08-01
Refs #30664 -- Fixed migrations crash when altering AutoField/BigAutoField wi...
Mariusz Felisiak
2019-08-01
Fixed #30664 -- Fixed migrations crash when altering table on SQLite or alter...
Ngalim Siregar
2019-07-31
Fixed #30665 -- Added support for distinct argument to Avg() and Sum().
Étienne Beaulé
2019-07-30
Refs #30593 -- Fixed introspection of check constraints columns on MariaDB.
Hasan Ramezani
2019-07-30
Refs #30593 -- Added _parse_constraint_columns() hook to introspection on Mar...
Hasan Ramezani
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
Refs #29548 -- Fixed DatabaseWrapper.display_name on MariaDB.
Mariusz Felisiak
2019-07-23
Removed unnecessary code in Model.__init__().
Jon Dufresne
2019-07-22
Fixed #30644 -- Made introspection use pg_table_is_visible() instead of filte...
Georgi Yanchev
2019-07-20
Simplified get_key_columns()/get_relations() introspection methods for Postgr...
Mariusz Felisiak
2019-07-19
Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.
Hasan Ramezani
2019-07-16
Fixed #30636 -- Fixed options ordering when cloning test database on MySQL.
Yann Sionneau
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-07-02
Fixed typos in comments and docs.
Min ho Kim
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-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
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-13
Fixed #30128 -- Fixed handling timedelta timezone in database functions.
can
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.
葛汉斌
[prev]
[next]