Changes between Initial Version and Version 2 of Ticket #23579
- Timestamp:
- Oct 11, 2014, 2:47:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23579
- Property Has patch set
-
Ticket #23579 – Description
initial v2 3 3 For me, coordinates without SRID is like an encoded string without knowing its encoding, or a datetime object without the timezone. 4 4 5 The change is trivial. There is a small backwards compatibility issue, essentially for people testing the output of `str(geom)`, and it also means that the SRID will also appear in ` loaddata` output, which is welcome in my opinion.5 The change is trivial. There is a small backwards compatibility issue, essentially for people testing the output of `str(geom)`, and it also means that the SRID will also appear in `dumpdata` output, which is welcome in my opinion. 6 6 7 7 Comments welcome.