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
2023-02-08
[4.2.x] Fixed #34319 -- Fixed Model.validate_constraints() crash on Validatio...
Mariusz Felisiak
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-11-07
Fixed #34137 -- Made Model.refresh_from_db() clear cached generic relations.
Bhuvnesh
2022-11-04
Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...
LightDiscord
2022-11-02
Fixed #34112 -- Added async-compatible interface to Model methods.
DevilsAutumn
2022-09-30
Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
Mariusz Felisiak
2022-09-29
Refs #32095 -- Added model's Options._non_pk_concrete_field_names property.
sarahboyce
2022-07-27
Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.
Nick Pope
2022-07-21
Refs #27236 -- Made cosmetic edits to Meta.index_together deprecation.
Mariusz Felisiak
2022-05-31
Fixed #33191 -- Avoided clearing cached reference when saving child after par...
Allen Jonathan David
2022-05-10
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-04-21
Fixed #33004 -- Made saving objects with unsaved GenericForeignKey raise Valu...
sarahboyce
2022-03-16
Used sets for field names for exclusion.
Gagaro
2022-02-09
Fixed #33501 -- Made order_with_respect_to respect database routers.
Damian Posener
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-13
Improved Model.__init__() properties loop.
Adam Johnson
2022-01-11
Fixed #13251 -- Made pre/post_delete signals dispatch the origin.
mgaligniana
2021-12-03
Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on Postgr...
Mariusz Felisiak
2021-11-29
Fixed #33322 -- Fixed loss of assigned related object when saving relation wi...
Hannes Ljungberg
2021-11-08
Fixed #32980 -- Made models cache related managers.
Keryn Knight
2021-11-03
Fixed #32996 -- Cached PathInfos on relations.
Keryn Knight
2021-07-28
Refs #32946 -- Changed internal usage of dynamic Q() objects construction to ...
Keryn Knight
2021-07-15
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....
Daniyal
2021-06-22
Fixed #32863 -- Skipped system check for specifying type of auto-created prim...
Hasan Ramezani
2021-05-18
Fixed #32733 -- Skipped system check for specifying type of auto-created prim...
Rust Saiargaliev
2021-04-14
Fixed #32635 -- Fixed system check crash for reverse o2o relations in CheckCo...
Hasan Ramezani
2021-03-01
Fixed #22640 -- Raised TypeError when instantiating model with keyword and po...
Jacob Walls
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-04
Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving child af...
Hasan Ramezani
2021-01-21
Fixed #32367 -- Fixed system check for specifying type of auto-created primar...
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
[next]