diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2015-12-12 20:00:46 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-12 10:49:04 -0500 |
| commit | f7889b83b0e62f3dd7e16c0f54b03985de900ffb (patch) | |
| tree | 804ff9997ce2e2dd2f7996454de1f221b3039f5b /docs | |
| parent | d40a38b3359b966cac9a6df81d27000572e2deaa (diff) | |
Fixed #25924 -- Removed gis.utils.srs.add_postgis_srs() backwards-compatibility alias.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 1f45394642..f8e90bbed7 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -354,6 +354,9 @@ Miscellaneous since pre-1.0. If you use it in your project, you can add it to your project's settings. The default value was ``'/accounts/logout/'``. +* The ``add_postgis_srs()`` backwards compatibility alias for + ``django.contrib.gis.utils.add_srs_entry()`` is removed. + .. _deprecated-features-1.10: Features deprecated in 1.10 |
