diff options
| author | krishbharadwaj <krishna.bmsce@gmail.com> | 2016-04-17 00:10:05 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-16 16:47:04 -0400 |
| commit | e494b9ffb60215bb303e81049bd67e8aa36a504d (patch) | |
| tree | ee07f8e3c72ca6916cd3c3e1bd46a5fc1d0c119f /docs/internals | |
| parent | a3265af808bdf8fb466545a64608ff42de30f40d (diff) | |
Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index a369767713..9b2304137d 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -158,6 +158,8 @@ details on these changes. * The ``javascript_catalog()`` and ``json_catalog()`` views will be removed. +* The ``django.contrib.gis.utils.precision_wkt()`` function will be removed. + .. _deprecation-removed-in-1.10: 1.10 |
