From 9063e6ed39c3dadbef8545b34ab62ce037c94d96 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 8 Apr 2014 10:12:15 -0400 Subject: [PATCH] [1.7.x] Fixed casing of "GeoDjango". --- docs/releases/1.6.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 30b2f741cd..86219ee8d4 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -444,7 +444,7 @@ but will not be removed from Django until version 1.8. .. _recommendations in the Python documentation: http://docs.python.org/2/library/doctest.html#unittest-api -Removal of ``django.contrib.gis.tests.GeoDjangoTestSuiteRunner`` Geodjango custom test runner +Removal of ``django.contrib.gis.tests.GeoDjangoTestSuiteRunner`` GeoDjango custom test runner ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This is for developers working on the GeoDjango application itself and related