summaryrefslogtreecommitdiff
path: root/tests/model_meta
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-827/+900
* Refs #32983 -- Removed unneeded related_name from test model definitions.Nick Touran2021-08-061-3/+3
* Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...manav0142020-12-302-12/+12
* Fixed #26977 -- Made abstract models raise TypeError when instantiating.Jacob Walls2020-08-051-1/+10
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-4/+6
* Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...Johannes Hoppe2019-09-091-0/+5
* Merged isinstance() calls.Jon Dufresne2019-03-021-1/+1
* Refs #28750 -- Removed suppport for model Meta.manager_inheritance_from_future.Tim Graham2019-01-171-15/+0
* Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future...Charlie Denton2017-10-311-0/+15
* Refs #27532 -- Removed Model._meta.has_auto_field per deprecation timeline.Tim Graham2017-09-221-22/+0
* Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak2017-06-261-1/+1
* Fixed #28269 -- Fixed Model.__init__() crash on models with a field that has ...Adam Johnson2017-06-052-0/+11
* Added a test for Model._meta._property_names.Adam Johnson2017-06-052-0/+9
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-4/+4
* Fixed #27532 -- Deprecated Model._meta.has_auto_fieldAdam Chainz2016-11-251-0/+22
* Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz2016-09-091-2/+2
* Refs #16508 -- Renamed the current "virtual" fields to "private".Michal Petrucha2016-04-132-5/+5
* Refs #24227 -- Replaced M2M isinstance checks by field.many_to_manyClaude Paroz2016-03-191-3/+2
* Fixed #26125 -- Fixed E731 flake warnings.userimack2016-01-251-2/+4
* Refs #18012 -- Made proxy and concrete model reverse fields consistent.Simon Charette2015-10-123-3/+99
* Fixed #18012 -- Propagated reverse foreign keys from proxy to concrete models.Simon Charette2015-10-122-1/+7
* Refs #12663 -- Removed deprecated Model._meta methods.Tim Graham2015-09-231-166/+0
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-7/+6
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-14/+17
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-8/+8
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-202-5/+5
* Fixed #24156 -- Fixed inherited related name of ManyToManyField.Andriy Sokolovskiy2015-05-122-11/+11
* Fixed #24693 -- Added label and label_lower property to Model._metaLuis Del Giudice2015-05-022-0/+23
* Fixed #24505 -- Fixed clash with hidden m2m fields.Marco Fucci2015-03-262-11/+11
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Fixed #24328 -- cleaned up Options._get_fields() implementationAnssi Kääriäinen2015-02-201-8/+5
* Fixed #24146 -- Allowed model._meta.get_field() to be used after apps.models_...Daniel Pyrathon2015-02-101-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-064-12/+13
* Fixed #24266 -- Changed get_parent_list to return a list ordered by MRO.Simon Charette2015-02-032-1/+29
* Reverted "Fixed #24146 -- Fixed a missing fields regression in admin checks."Tim Graham2015-02-031-11/+5
* Fixed #24146 -- Fixed a missing fields regression in admin checks.Collin Anderson2015-01-161-5/+11
* Fixed incorrect error message in Options.get_fields()Collin Anderson2015-01-141-3/+3
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-064-661/+1209
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-2/+2
* Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen2014-12-231-155/+155
* Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne2014-12-081-2/+2
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-3/+3
* Fixed #22994 -- regression with generic FK + admin list_viewAnssi Kääriäinen2014-07-141-5/+10
* Refs #12663 -- Added tests for methods in db.models.options.Daniel Pyrathon2014-06-193-0/+776