Opened 9 years ago
Closed 9 years ago
#25924 closed Cleanup/optimization (fixed)
remove django.contrib.gis.utils.srs.add_postgis_srs
Reported by: | Sergey Fedoseev | Owned by: | Sergey Fedoseev |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django.contrib.gis.utils.srs.add_postgis_srs
is backwards-compatibility alias for django.contrib.gis.utils.srs.add_srs_entry
. add_postgis_srs
was renamed to add_srs_entry
in Django 1.2.
Change History (4)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 9 years ago
Has patch: | set |
---|
Note:
See TracTickets
for help on using tickets.
PR -- https://github.com/django/django/pull/5819