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
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
2017-09-05
Fixed #28335 -- Allowed query expressions in Meta.ordering.
Dima Kudosh
2017-08-11
Refs #28459 -- Optimized ModelState instantiation.
Sergey Fedoseev
2017-08-11
Fixed #28456 -- Allowed customizing Model pickling by overriding __getstate__().
Nerl~
2017-08-10
Refs #16043 -- Refactored internal fields value cache.
Paulo
2017-08-02
Refs #28459 -- Improved performance of Model.from_db() when fields are deferred.
Sergey Fedoseev
2017-07-31
Avoided creating temporary lists for obtaining the first item.
Sergey Fedoseev
2017-06-11
Refs #23919 -- Removed support for broken Model.__str__() in Model.__repr__().
Tim Graham
2017-06-09
Fixed #27953 -- Added instance's pk to Model.__str__().
Collin Anderson
2017-06-08
Fixed #28282 -- Fixed class-based indexes name for models that only inherit M...
Jon Dufresne
2017-06-05
Replaced Model._get_pk_val() with pk property.
Tim Graham
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-04-27
Replaced set |= operator with update() to avoid temporary set.
Jon Dufresne
2017-03-21
Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.
Tim Graham
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
Tim Graham
2016-12-15
Optimized Model instantiation a bit.
Adam Chainz
[next]