﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30552	GEOSGeometry.reverse() loses SRID.	Yury Ryabov	nobody	"Following code reproduces the bug. Haven't tested if it persists on Django 2.2.

{{{
from django.contrib.gis.geos import GEOSGeometry

linestring = GEOSGeometry('LINESTRING(0 1, 1 2)', srid=4326)
assert linestring.srid == 4326
linestring.reverse()
assert linestring.srid == 4326, 'SRID data is lost!'
}}}
"	Bug	closed	GIS	dev	Normal	fixed	SRID, geometry, GIS		Accepted	1	0	0	0	0	0
