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
/
options.py
Age
Commit message (
Expand
)
Author
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-07-08
Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...
can
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-17
Refs #28750 -- Removed suppport for model Meta.manager_inheritance_from_future.
Tim Graham
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2017-10-31
Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future...
Charlie Denton
2017-09-22
Refs #27532 -- Removed Model._meta.has_auto_field per deprecation timeline.
Tim Graham
2017-09-22
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-08-31
Simplified model's Options._get_fields() a bit.
Sergey Fedoseev
2017-08-23
Removed unneeded iter() calls.
Sergey Fedoseev
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-05
Fixed #28269 -- Fixed Model.__init__() crash on models with a field that has ...
Adam Johnson
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-05-27
Fixed #28222 -- Allowed settable properties in QuerySet.update_or_create()/ge...
Alex
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-11
Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
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 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
2017-01-17
Refs #26320 -- Removed implicit OneToOnField parent_link per deprecation time...
Tim Graham
2017-01-17
Refs #16508 -- Removed virtual aliases of "private fields".
Tim Graham
2016-12-15
Optimized Model instantiation a bit.
Adam Chainz
2016-12-07
Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...
InvalidInterrupt
2016-11-25
Fixed #27532 -- Deprecated Model._meta.has_auto_field
Adam Chainz
2016-10-12
Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
João Sampaio
2016-09-17
Made FieldError/FieldDoesNotExist messages uniform across Python versions.
François Freitag
2016-08-25
Removed unneeded smart_text
Claude Paroz
2016-08-25
Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().
Mattias Loverot
2016-08-19
Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.
Loïc Bistuer
2016-08-05
Fixed #26808 -- Added Meta.indexes for class-based indexes.
Akshesh
2016-06-27
Fixed #26709 -- Added class-based indexes.
Akshesh
2016-05-17
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...
Loïc Bistuer
2016-05-17
Fixed #20932, #25897 -- Streamlined manager inheritance.
Loïc Bistuer
2016-04-22
Fixed #26320 -- Deprecated implicit OneToOnField parent_link.
Tim Graham
2016-04-13
Refs #16508 -- Renamed the current "virtual" fields to "private".
Michal Petrucha
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-06
Refs #25746 -- Added a test utility to isolate inlined model registration.
Simon Charette
2015-11-14
Fixed #25750 -- Made Options._expire_cache() faster
Patryk Zawadzki
2015-10-12
Refs #18012 -- Removed the now unused proxied_children model option.
Simon Charette
2015-10-12
Refs #18012 -- Made proxy and concrete model reverse fields consistent.
Simon Charette
[next]