mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().
Support for returning tuples was undocumented and error prone.
This commit is contained in:
parent
8d01edfa65
commit
0ef9979669
3 changed files with 9 additions and 19 deletions
|
@ -211,6 +211,8 @@ backends.
|
|||
* The second argument of ``DatabaseIntrospection.get_geometry_type()`` is now
|
||||
the row description instead of the column name.
|
||||
|
||||
* ``DatabaseIntrospection.get_field_type()`` may no longer return tuples.
|
||||
|
||||
Miscellaneous
|
||||
-------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue