From 2f3a4cd573166e6b7bac9ed89d448ca34ab93edf Mon Sep 17 00:00:00 2001 From: Loic Bistuer Date: Wed, 24 Sep 2014 12:13:13 +0700 Subject: Removed numbering from the models.py header of some test packages. This is a reliqua from the early days of the modeltests/regressiontests era. --- tests/basic/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/basic') diff --git a/tests/basic/models.py b/tests/basic/models.py index d9fa08a056..5496e6b409 100644 --- a/tests/basic/models.py +++ b/tests/basic/models.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -1. Bare-bones model +Bare-bones model This is a basic model with only two non-primary-key fields. """ -- cgit v1.3