summaryrefslogtreecommitdiff
path: root/django/db/models/options.py
AgeCommit message (Expand)Author
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
2015-02-03Reverted "Fixed #24146 -- Fixed a missing fields regression in admin checks."Tim Graham
2015-01-16Fixed #24146 -- Fixed a missing fields regression in admin checks.Collin Anderson
2015-01-14Fixed incorrect error message in Options.get_fields()Collin Anderson
2015-01-08Simplified verbose_name_raw propertyClaude Paroz
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-02Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon
2014-12-23Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen
2014-12-15Changed internal storing of abstract and concrete managers to be in a single ...Markus Holtermann
2014-07-14Fixed #22994 -- regression with generic FK + admin list_viewAnssi Kääriäinen
2014-06-18Fixed #22778 -- Added a model Meta option to define default_related_name.Renaud Parent
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-29Fixed #22720 -- Migrations attempt to create _order twice.Víðir Valberg Guðmundsson
2014-03-21Removed Model._meta.module_name per deprecation timeline.Tim Graham
2014-03-21Removed Model._meta.get_(add|change|delete)_permission methods per deprecatio...Tim Graham
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-01Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-31Small style cleanup.Aymeric Augustin
2013-12-28Removed the only_installed argument of Apps.get_models.Aymeric Augustin
2013-12-26Turned apps.ready into a property. Added tests.Aymeric Augustin
2013-12-26Removed a few gratuitous lambdas.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Terminated AppCache._populate() with extreme prejudice.Aymeric Augustin
2013-12-22Removed the app_config.installed flag.Aymeric Augustin
2013-12-17Normalized Model._meta.installed.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-06Fixed ModelState breaking when unique_together has unhashable elements.Baptiste Mispelon
2013-11-20Fixed #21469 -- Allow set objects in Meta.unique_together.Baptiste Mispelon
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-07Fixed #21236 -- Allowed migrations to work with unique_together tuples.Javed Khan
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette