summaryrefslogtreecommitdiff
path: root/tests/foreign_object/models/article.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-17/+19
* Fixed #32951 -- Removed Query.where_class & co.Nick Pope2021-07-221-1/+1
* Removed invalid Meta.ordering in a test model.Tim Graham2018-08-221-1/+0
* Refs #16043 -- Refactored internal fields value cache.Paulo2017-08-101-2/+2
* Decreased max_length for char fields unless absolutely needed. (#8485)Florian Apolloner2017-05-101-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_fil...Anssi Kääriäinen2016-02-111-0/+13
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-211-3/+2
* Moved foreign_object models.py into a module.Tim Graham2015-08-141-0/+99