summaryrefslogtreecommitdiff
path: root/tests/schema/fields.py
AgeCommit message (Expand)Author
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2017-09-06Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...Sergey Fedoseev
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2015-09-21Fix import sorting problem.Aymeric Augustin
2015-09-21Renamed descriptor classes for related objects.Aymeric Augustin
2015-05-30Fixed #24846 -- Added support to MySQL SchemaEditor for all blob/text data typesAdam Chainz
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-02-16Merged ManyRelatedObjectsDescriptor and ReverseManyRelatedObjectsDescriptorLoic Bistuer
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-05Cleaned up schema testsMarkus Holtermann
2015-01-22Fixed #24104 -- Fixed check to look on field.many_to_many instead of class in...Andriy Sokolovskiy