Removed numbering from the models.py header of some test packages.

This is a reliqua from the early days of the modeltests/regressiontests era.
This commit is contained in:
Loic Bistuer 2014-09-24 12:13:13 +07:00
parent d128eac316
commit 2f3a4cd573
35 changed files with 35 additions and 35 deletions

View file

@ -1,5 +1,5 @@
"""
41. Tests for select_related()
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