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
2017-02-11
[1.11.x] Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in...
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
2015-10-12
Fixed #18012 -- Propagated reverse foreign keys from proxy to concrete models.
Simon Charette
2015-09-23
Refs #12663 -- Removed deprecated Model._meta methods.
Tim Graham
2015-08-27
Fixed #24590 -- Cached calls to swappable_setting.
Markus Holtermann
2015-08-14
Made Options.get_base_chain() always return a list.
Valentina Mukhamedzhanova
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-08
Fixed #24758 -- Corrected Options.get_fields() docstring.
Tim Graham
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-04-18
Fixed #23879 -- Allowed model migration skip based on feature/vendor
Claude Paroz
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-21
Fixed #24479 -- Added system check to prevent both ordering and order_wrt.
Jon Dufresne
2015-03-21
Removed double pop from meta_attrs.
Jon Dufresne
2015-02-20
Fixed #24328 -- cleaned up Options._get_fields() implementation
Anssi Kääriäinen
2015-02-14
Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.
Loic Bistuer
2015-02-10
Fixed #24146 -- Allowed model._meta.get_field() to be used after apps.models_...
Daniel Pyrathon
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24266 -- Changed get_parent_list to return a list ordered by MRO.
Simon Charette
2015-02-03
Reverted "Fixed #24146 -- Fixed a missing fields regression in admin checks."
Tim Graham
2015-01-16
Fixed #24146 -- Fixed a missing fields regression in admin checks.
Collin Anderson
2015-01-14
Fixed incorrect error message in Options.get_fields()
Collin Anderson
2015-01-08
Simplified verbose_name_raw property
Claude Paroz
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-15
Changed internal storing of abstract and concrete managers to be in a single ...
Markus Holtermann
2014-07-14
Fixed #22994 -- regression with generic FK + admin list_view
Anssi Kääriäinen
2014-06-18
Fixed #22778 -- Added a model Meta option to define default_related_name.
Renaud Parent
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-29
Fixed #22720 -- Migrations attempt to create _order twice.
Víðir Valberg Guðmundsson
[next]