summaryrefslogtreecommitdiff
path: root/tests/model_meta
Commit message (Expand)AuthorAgeFilesLines
* 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