Index: modeltests/select_related/models.py
===================================================================
--- modeltests/select_related/models.py	(revision 6782)
+++ modeltests/select_related/models.py	(working copy)
@@ -1,5 +1,5 @@
 """
-40. Tests for select_related()
+41. Tests for select_related()
 
 ``select_related()`` follows all relationships and pre-caches any foreign key
 values so that complex trees can be fetched in a single query. However, this
Index: modeltests/empty/models.py
===================================================================
--- modeltests/empty/models.py	(revision 6782)
+++ modeltests/empty/models.py	(working copy)
@@ -1,5 +1,5 @@
 """
-39. Empty model tests
+40. Empty model tests
 
 These test that things behave sensibly for the rare corner-case of a model with
 no fields.
Index: modeltests/serializers/models.py
===================================================================
--- modeltests/serializers/models.py	(revision 6782)
+++ modeltests/serializers/models.py	(working copy)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 """
-41. Serialization
+42. Serialization
 
 ``django.core.serializers`` provides interfaces to converting Django querysets
 to and from "flat" data (i.e. strings).
Index: modeltests/user_commands/models.py
===================================================================
--- modeltests/user_commands/models.py	(revision 6782)
+++ modeltests/user_commands/models.py	(working copy)
@@ -1,5 +1,5 @@
 """
-37. User-registered management commands
+38. User-registered management commands
 
 The manage.py utility provides a number of useful commands for managing a
 Django project. If you want to add a utility command of your own, you can.
@@ -27,4 +27,4 @@
 CommandError: Unknown command: 'explode'
 
 
-"""}
\ No newline at end of file
+"""}
Index: modeltests/test_client/models.py
===================================================================
--- modeltests/test_client/models.py	(revision 6782)
+++ modeltests/test_client/models.py	(working copy)
@@ -1,6 +1,6 @@
 # coding: utf-8
 """
-38. Testing using the Test Client
+39. Testing using the Test Client
 
 The test client is a class that can act like a simple
 browser for testing purposes.
