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
/
base.py
Age
Commit message (
Expand
)
Author
2021-02-04
[3.2.x] Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving ...
Hasan Ramezani
2021-01-21
[3.2.x] Fixed #32367 -- Fixed system check for specifying type of auto-create...
Mariusz Felisiak
2021-01-14
Fixed #32321 -- Added system checks for invalid model field names in function...
Hasan Ramezani
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-10-26
Fixed #29497 -- Fixed loss of assigned parent when saving child with bulk_cre...
Hannes Ljungberg
2020-08-12
Fixed #31382 -- Made Model.save(update_fields=...) raise ValueError on non-co...
Pat Garcia
2020-08-12
Fixed #31863 -- Prevented mutating model state by copies of model instances.
Gert Burger
2020-08-05
Fixed #26977 -- Made abstract models raise TypeError when instantiating.
Jacob Walls
2020-07-06
Fixed #31530 -- Added system checks for invalid model field names in CheckCon...
Hasan Ramezani
2020-06-10
Removed unnecessary list() call in ModelBase.__new__().
SergBobrovsky
2020-06-04
Refs #30913 -- Added system checks for covering indexes and unique constraint...
Mariusz Felisiak
2020-06-04
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
Hannes Ljungberg
2020-05-20
Fixed #31410 -- Added system checks for invalid model field names in UniqueCo...
Hasan Ramezani
2020-05-11
Optimized Model and QuerySet pickling version comparison.
Adam Johnson
2020-05-05
Fixed #31538 -- Fixed Meta.ordering validation lookups that are not transforms.
Mariusz Felisiak
2020-04-30
Fixed #20581 -- Added support for deferrable unique constraints.
Ian Foote
2020-04-10
Fixed #31351 -- Added system checks for partial indexes and unique constraint...
Ichlasul Affan
2020-03-31
Refs #31403 -- Made SQLInsertCompiler.execute_sql() always return an iterable...
Adam Johnson
2020-03-18
Refs #31055 -- Made long column names checks support databases aware.
Mariusz Felisiak
2020-03-05
Fixed #29129 -- Skipped UPDATE when adding a model instance with inherited pr...
Abhijeet Viswa
2020-02-19
Refs #31187 -- Added total_unique_constraints property to model's Options.
Mariusz Felisiak
2020-02-07
Fixed #31055 -- Made constraint checks support databases aware.
Simon Charette
2020-01-16
Fixed #29998 -- Allowed multiple OneToOneFields to the parent model.
Mariusz Felisiak
2020-01-15
Fixed #29871 -- Allowed setting pk=None on a child model to create a copy.
chetan22
2019-12-30
Fixed #31071 -- Disabled insert optimization for primary keys with defaults w...
Simon Charette
2019-11-08
Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...
Hasan Ramezani
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-09-27
Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields.
Hasan Ramezani
2019-09-27
Refs #30798 -- Prevented chaining fields from the same related model multiple...
Hasan Ramezani
2019-09-23
Fixed #13296 -- Fixed ordering by Options.order_with_respect_to after deletin...
Hasan Ramezani
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-08-19
Fixed #29260 -- Skipped an UPDATE when adding a model instance with primary k...
Hasan Ramezani
2019-08-12
Refs #11964 -- Made constraint support check respect required_db_features.
Simon Charette
2019-07-23
Removed unnecessary code in Model.__init__().
Jon Dufresne
2019-07-05
Fixed #30613 -- Moved index name validation to system checks.
can
2019-05-28
Simplified Model.save() a bit.
葛汉斌
2019-05-21
Fixed #28147 -- Fixed loss of assigned parent when saving child after parent.
Rob
2019-05-01
Fixed #30409 -- Allowed using foreign key's attnames in unique/index_together...
zeyneloz
2019-04-18
Fixed typos in docs, comments, and exception messages.
Ville Skyttä
2019-03-22
Fixed #30280 -- Restored Model.get_FIELD_display()'s coercion of lazy strings.
Matthias Kestenholz
2019-03-14
Fixed #30254 -- Allowed model metaclasses to access the attribute dict in __i...
Matt Westcott
2019-03-01
Refs #29408 -- Cosmetic edits for validation of related fields and lookups in...
Mariusz Felisiak
2019-03-01
Fixed #29408 -- Added validation of related fields and lookups in model Meta....
Hasan Ramezani
2019-01-21
Fixed #30106 -- Made order_with_respect_to updates use QuerySet.bulk_update().
Simon Charette
2019-01-12
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2018-12-22
Fixed #29970, #30041 -- Made ModelBase.__new__() pass attrs without contribut...
Sergey Fedoseev
2018-11-13
Fixed #29641 -- Added support for unique constraints in Meta.constraints.
Simon Charette
2018-10-28
Fixed #29896 -- Fixed incorrect Model.save() cache relation clearing for fore...
Tim Graham
2018-10-17
Fixed #21171 -- Avoided starting a transaction when a single (or atomic queri...
Florian Apolloner
[next]