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/m2m_multiple/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/m2m_multiple') diff --git a/tests/m2m_multiple/models.py b/tests/m2m_multiple/models.py index 9c5b755905..a6db9425bd 100644 --- a/tests/m2m_multiple/models.py +++ b/tests/m2m_multiple/models.py @@ -1,5 +1,5 @@ """ -20. Multiple many-to-many relationships between the same two tables +Multiple many-to-many relationships between the same two tables In this example, an ``Article`` can have many "primary" ``Category`` objects and many "secondary" ``Category`` objects. -- cgit v1.3