Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/options.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #18012 -- Removed the now unused proxied_children mo...Simon Charette2015-10-121-1/+0
* Refs #18012 -- Made proxy and concrete model reverse fiel...Simon Charette2015-10-121-10/+4
* Fixed #18012 -- Propagated reverse foreign keys from prox...Simon Charette2015-10-121-3/+10
* Refs #12663 -- Removed deprecated Model._meta methods.Tim Graham2015-09-241-156/+3
* Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann2015-08-271-1/+1
* Made Options.get_base_chain() always return a list.Valentina Mukhamedzhanova2015-08-141-5/+5
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-4/+4
* Fixed #24758 -- Corrected Options.get_fields() docstring.Tim Graham2015-05-081-3/+3
* Fixed #24693 -- Added label and label_lower property to M...Luis Del Giudice2015-05-021-2/+9
* Fixed #23879 -- Allowed model migration skip based on fea...Claude Paroz2015-04-181-1/+21
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-9/+9
* Fixed #24479 -- Added system check to prevent both orderi...Jon Dufresne2015-03-211-0/+4
* Removed double pop from meta_attrs.Jon Dufresne2015-03-211-5/+2
* Fixed #24328 -- cleaned up Options._get_fields() implemen...Anssi Kääriäinen2015-02-201-92/+85
* Fixed #24289 -- Reversed usage of Field.many_to_one and o...Loic Bistuer2015-02-131-3/+3
* Fixed #24146 -- Allowed model._meta.get_field() to be use...Daniel Pyrathon2015-02-111-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+5
* Fixed #24266 -- Changed get_parent_list to return a list ...Simon Charette2015-02-031-7/+7
* Reverted "Fixed #24146 -- Fixed a missing fields regressi...Tim Graham2015-02-031-20/+8
* Fixed #24146 -- Fixed a missing fields regression in admi...Collin Anderson2015-01-161-8/+20
* Fixed incorrect error message in Options.get_fields()Collin Anderson2015-01-141-2/+2
* Simplified verbose_name_raw propertyClaude Paroz2015-01-081-6/+3
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-251/+481
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-1/+2
* Fixed #21414 -- Removed RelatedObject and deprecated Fiel...Anssi Kääriäinen2014-12-231-6/+6
* Changed internal storing of abstract and concrete manager...Markus Holtermann2014-12-151-3/+18
* Fixed #22994 -- regression with generic FK + admin list_viewAnssi Kääriäinen2014-07-141-1/+3
* Fixed #22778 -- Added a model Meta option to define defau...Renaud Parent2014-06-181-1/+3
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Fixed #22720 -- Migrations attempt to create _order twice.Víðir Valberg Guðmundsson2014-05-291-1/+2
* Removed Model._meta.module_name per deprecation timeline.Tim Graham2014-03-211-12/+0
* Removed Model._meta.get_(add|change|delete)_permission me...Tim Graham2014-03-211-33/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-5/+6
* Fixed #22207 -- Added support for GenericRelation reverse...Gabe Jackson2014-03-051-5/+4
* Fixed #22172 -- Allowed index_together to be a single lis...Anubhav Joshi2014-03-011-9/+14
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-7/+12
* Small style cleanup.Aymeric Augustin2013-12-311-4/+8
* Removed the only_installed argument of Apps.get_models.Aymeric Augustin2013-12-281-2/+2
* Turned apps.ready into a property. Added tests.Aymeric Augustin2013-12-261-2/+2
* Removed a few gratuitous lambdas.Aymeric Augustin2013-12-261-5/+3
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-9/+9
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Terminated AppCache._populate() with extreme prejudice.Aymeric Augustin2013-12-221-1/+1
* Removed the app_config.installed flag.Aymeric Augustin2013-12-221-2/+2
* Normalized Model._meta.installed.Aymeric Augustin2013-12-171-1/+9
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-4/+4
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Fixed ModelState breaking when unique_together has unhash...Baptiste Mispelon2013-12-061-3/+6
* Fixed #21469 -- Allow set objects in Meta.unique_together.Baptiste Mispelon2013-11-201-0/+1