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
2019-09-27
[3.0.x] Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields.
Hasan Ramezani
2019-09-27
[3.0.x] Refs #30798 -- Prevented chaining fields from the same related model ...
Hasan Ramezani
2019-09-23
[3.0.x] Fixed #13296 -- Fixed ordering by Options.order_with_respect_to after...
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
2018-08-31
Refs #27795 -- Removed force_text() in Model._get_FIELD_display().
Jon Dufresne
2018-08-22
Fixed #26352 -- Made system check allow ManyToManyField to target the same mo...
Simon Willison
2018-08-20
Fixed #29625 -- Made Model.refresh_from_db() clear prefetch related caches.
Ming Qin
2018-08-10
Fixed #29653 -- Fixed missing related_query_name reverse accessor if GenericR...
Ramiro Morales
2018-07-20
Fixed #29568 -- Prevented unnecessary UPDATE queries creating child models.
François Dupayrat
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-06-25
Refs #29516 -- Reverted inadvertent change in Model.__init__().
Tim Graham
2018-06-25
Fixed #29517 -- Rephrased error message when passing incorrect kwarg to model...
Federico Bond
2018-05-03
Refs #29358 -- Corrected wording in primary key check message.
Carlton Gibson
2018-05-03
Fixed #29358 -- Added a system check to prohibit models with more than one pr...
Hasan Ramezani
2018-03-12
Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table...
robwa
2018-01-31
Fixed #29093 -- Simplified a few lines in ModelBase.__new__().
Дилян Палаузов
2018-01-30
Fixed #29076 -- Made Model.refresh_from_db() clear cached relationships even ...
Jon Dufresne
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Fixed #28867 -- Added system check for a model property that clashes with a r...
shanghui
2018-01-02
Fixed #28974 -- Made refresh_from_db() hint routers about its instance.
Simon Charette
2017-12-30
Fixed #28918 -- Fixed Model.refresh_from_db() for instances hidden by the def...
Tim Graham
2017-12-27
Fixed #28714 -- Added system checks for invalid model field names in Meta.ind...
hui shang
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-09
Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a ...
Paulo
2017-10-13
Fixed #28695 -- Allowed models to use __init_subclass__().
k
2017-10-13
Refs #28575 -- Removed unnecessary code for model exception pickling.
Simon Charette
2017-10-13
Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturne...
Rachel Tobin
2017-10-12
Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.
Paulo
2017-09-18
Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary ...
Mariusz Felisiak
2017-09-06
Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...
Sergey Fedoseev
[next]