summaryrefslogtreecommitdiff
path: root/tests/schema/fields.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-17/+46
* Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....Daniyal2021-07-151-2/+4
* Fixed #32676 -- Prevented migrations from rendering related field attributes ...David Wobrock2021-05-281-1/+6
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-8/+8
* Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...Sergey Fedoseev2017-09-061-2/+3
* Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis2017-02-011-8/+9
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Fix import sorting problem.Aymeric Augustin2015-09-211-3/+2
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-211-2/+2
* Fixed #24846 -- Added support to MySQL SchemaEditor for all blob/text data typesAdam Chainz2015-05-301-0/+9
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-5/+6
* Merged ManyRelatedObjectsDescriptor and ReverseManyRelatedObjectsDescriptorLoic Bistuer2015-02-161-3/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Cleaned up schema testsMarkus Holtermann2015-02-051-0/+4
* Fixed #24104 -- Fixed check to look on field.many_to_many instead of class in...Andriy Sokolovskiy2015-01-221-0/+54