Removed versionadded/changed annotations for 1.10.

This commit is contained in:
Tim Graham 2017-01-02 10:25:57 -05:00
parent 401c5b2e42
commit e27e4c0339
57 changed files with 0 additions and 562 deletions

View file

@ -464,10 +464,6 @@ need the foreign keys that point to that field to use the same data type::
def rel_db_type(self, connection):
return 'integer UNSIGNED'
.. versionadded:: 1.10
The :meth:`~Field.rel_db_type` method was added.
.. _converting-values-to-python-objects:
Converting values to Python objects