﻿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
23099	Remove usage of deprecated initial data in Django's test suite	Tim Graham	Tim Graham	"Initial data was marked as deprecated in 1.7 (f44dbf74a4abf9c45d49568c7ca46363ff6e5112), but there is still usage of it in Django's test suite. I'm guessing the first two usages test the actual feature and can stay until the feature is removed (the deprecation warning needs to be silenced), but I think the gis tests need to be updated to not use it.
{{{
$ find . -name 'initial_data.*'
./tests/fixtures/fixtures/initial_data.json
./tests/fixtures_model_package/fixtures/initial_data.json
./django/contrib/gis/tests/relatedapp/fixtures/initial_data.json.gz
./django/contrib/gis/tests/distapp/fixtures/initial_data.json.gz
./django/contrib/gis/tests/geogapp/fixtures/initial_data.json
./django/contrib/gis/tests/geoapp/fixtures/initial_data.json.gz
}}}"	Cleanup/optimization	closed	GIS	dev	Release blocker	fixed			Ready for checkin	1	0	0	0	0	0
