diff options
Diffstat (limited to 'tests/base')
| -rw-r--r-- | tests/base/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/base/models.py b/tests/base/models.py index 23efdf9d5b..f84d64df53 100644 --- a/tests/base/models.py +++ b/tests/base/models.py @@ -5,7 +5,7 @@ from django.utils import six # The models definitions below used to crash. Generating models dynamically -# at runtime is a bad idea because it pollutes the app cache. This doesn't +# at runtime is a bad idea because it pollutes the app registry. This doesn't # integrate well with the test suite but at least it prevents regressions. |
