summaryrefslogtreecommitdiff
path: root/django/db/models/options.py
AgeCommit message (Expand)Author
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-05-27Fixed #28222 -- Allowed settable properties in QuerySet.update_or_create()/ge...Alex
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
2017-02-11Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.Tim Graham
2017-01-17Refs #26320 -- Removed implicit OneToOnField parent_link per deprecation time...Tim Graham
2017-01-17Refs #16508 -- Removed virtual aliases of "private fields".Tim Graham
2016-12-15Optimized Model instantiation a bit.Adam Chainz
2016-12-07Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...InvalidInterrupt
2016-11-25Fixed #27532 -- Deprecated Model._meta.has_auto_fieldAdam Chainz
2016-10-12Fixed #24607 -- Serialized natural keys in multi-table inheritance models.João Sampaio
2016-09-17Made FieldError/FieldDoesNotExist messages uniform across Python versions.François Freitag
2016-08-25Removed unneeded smart_textClaude Paroz
2016-08-25Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot
2016-08-19Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.Loïc Bistuer
2016-08-05Fixed #26808 -- Added Meta.indexes for class-based indexes.Akshesh
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh
2016-05-17Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer
2016-05-17Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer
2016-04-22Fixed #26320 -- Deprecated implicit OneToOnField parent_link.Tim Graham
2016-04-13Refs #16508 -- Renamed the current "virtual" fields to "private".Michal Petrucha
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2016-01-06Refs #25746 -- Added a test utility to isolate inlined model registration.Simon Charette
2015-11-14Fixed #25750 -- Made Options._expire_cache() fasterPatryk Zawadzki
2015-10-12Refs #18012 -- Removed the now unused proxied_children model option.Simon Charette
2015-10-12Refs #18012 -- Made proxy and concrete model reverse fields consistent.Simon Charette
2015-10-12Fixed #18012 -- Propagated reverse foreign keys from proxy to concrete models.Simon Charette
2015-09-23Refs #12663 -- Removed deprecated Model._meta methods.Tim Graham
2015-08-27Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann
2015-08-14Made Options.get_base_chain() always return a list.Valentina Mukhamedzhanova
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-08Fixed #24758 -- Corrected Options.get_fields() docstring.Tim Graham
2015-05-02Fixed #24693 -- Added label and label_lower property to Model._metaLuis Del Giudice
2015-04-18Fixed #23879 -- Allowed model migration skip based on feature/vendorClaude Paroz
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-21Fixed #24479 -- Added system check to prevent both ordering and order_wrt.Jon Dufresne
2015-03-21Removed double pop from meta_attrs.Jon Dufresne
2015-02-20Fixed #24328 -- cleaned up Options._get_fields() implementationAnssi Kääriäinen
2015-02-14Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.Loic Bistuer
2015-02-10Fixed #24146 -- Allowed model._meta.get_field() to be used after apps.models_...Daniel Pyrathon
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24266 -- Changed get_parent_list to return a list ordered by MRO.Simon Charette