1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #25924 -- Removed gis.utils.srs.add_postgis_srs() backwards-compatibility alias.

This commit is contained in:
Sergey Fedoseev
2015-12-12 20:00:46 +05:00
committed by Tim Graham
parent d40a38b335
commit f7889b83b0
3 changed files with 4 additions and 4 deletions

View File

@@ -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