diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-02 10:25:57 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:05 -0500 |
| commit | e27e4c03399f610e0db1fb9b881095d762fda2b7 (patch) | |
| tree | 11bd3fc4e762fad072ef29c0498daab3cba49554 /docs/howto/custom-model-fields.txt | |
| parent | 401c5b2e42bf9134d9221f446765dd0777306f0b (diff) | |
Removed versionadded/changed annotations for 1.10.
Diffstat (limited to 'docs/howto/custom-model-fields.txt')
| -rw-r--r-- | docs/howto/custom-model-fields.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/howto/custom-model-fields.txt b/docs/howto/custom-model-fields.txt index 3c71f8f004..a5f2048272 100644 --- a/docs/howto/custom-model-fields.txt +++ b/docs/howto/custom-model-fields.txt @@ -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 |
