index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
schema
/
fields.py
Age
Commit message (
Expand
)
Author
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-15
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....
Daniyal
2021-05-28
Fixed #32676 -- Prevented migrations from rendering related field attributes ...
David Wobrock
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2017-09-06
Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...
Sergey Fedoseev
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2015-09-21
Fix import sorting problem.
Aymeric Augustin
2015-09-21
Renamed descriptor classes for related objects.
Aymeric Augustin
2015-05-30
Fixed #24846 -- Added support to MySQL SchemaEditor for all blob/text data types
Adam Chainz
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-16
Merged ManyRelatedObjectsDescriptor and ReverseManyRelatedObjectsDescriptor
Loic Bistuer
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Cleaned up schema tests
Markus Holtermann
2015-01-22
Fixed #24104 -- Fixed check to look on field.many_to_many instead of class in...
Andriy Sokolovskiy