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
2024-08-05
[5.1.x] Refs #35638 -- Avoided wrapping expressions with Value in _get_field_...
David Sanders
2024-07-04
[5.1.x] Fixed #35560 -- Made Model.full_clean() ignore GeneratedFields for co...
Mark Gensler
2024-06-26
[5.1.x] Fixed #35561 -- Made *args and **kwargs parsing more strict in Model....
nessita
2024-06-25
[5.1.x] Fixed #35554, Refs #35060 -- Corrected deprecated *args parsing in Mo...
Adam Johnson
2024-05-07
Fixed #35425 -- Avoided INSERT with force_update and explicit pk.
Jacob Walls
2024-04-10
Fixed #35350 -- Fixed save() with pk set on models with GeneratedFields.
Sarah Boyce
2024-03-08
Fixed #35044 -- Avoided clearing reverse relations and private fields when ac...
Giannis Terzopoulos
2024-03-08
Optimized Model.refresh_from_db(fields=...) by using a set.
Giannis Terzopoulos
2024-03-08
Fixed #35223 -- Made Model.full_clean() ignore fields with db_default when va...
Ben Cail
2024-02-29
Refs #35234 -- Moved constraint system checks to Check/UniqueConstraint methods.
Simon Charette
2024-02-26
Fixed #35241 -- Cached model's full parent list.
Adam Johnson
2024-02-20
Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...
Adam Johnson
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-19
Fixed #35127 -- Made Model.full_clean() ignore GeneratedFields.
Mariusz Felisiak
2024-01-15
Fixed #28344 -- Allowed customizing queryset in Model.refresh_from_db()/arefr...
Aivars Kalvans
2024-01-02
Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave().
Salvo Polizzi
2023-12-08
Fixed #35019 -- Fixed save() on models with both GeneratedFields and ForeignK...
Sarah Boyce
2023-11-25
Refs #34925 -- Avoided altering passed by reference refresh_from_db(fields).
Simon Charette
2023-11-24
Fixed #34925 -- Prevented Model.refresh_from_db() from mutating list of fields.
trontelj
2023-09-18
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
Mariusz Felisiak
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta
2023-08-11
Fixed #34743 -- Fixed Meta.constraints validation crash when using pk.
Francesco Panico
2023-07-19
Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
Simon Charette
2023-06-29
Fixed #30382 -- Allowed specifying parent classes in force_insert of Model.sa...
Akash Kumar Sen
2023-06-20
Fixed #34634 -- Adjusted system check for clashing fields to warn about links...
Akash Kumar Sen
2023-06-15
Fixed #33414 -- Fixed creating diamond-shaped MTI objects for common ancestor...
Akash Kumar Sen
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-02-08
Fixed #34319 -- Fixed Model.validate_constraints() crash on ValidationError w...
Mariusz Felisiak
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
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
[next]