summaryrefslogtreecommitdiff
path: root/tests/aggregation_regress
diff options
context:
space:
mode:
authorMin ho Kim <minho42@gmail.com>2019-08-23 18:46:43 +1000
committerCarlton Gibson <carlton.gibson@noumenal.es>2019-08-23 10:46:43 +0200
commit7bd963332017eace00be8caf7dc1b7b304da613a (patch)
treec6e31c2ef6af2b1868fdaa3004e4f0388514bc49 /tests/aggregation_regress
parent521308e575e4510ef4256f2ba2943a5e570c9328 (diff)
downloaddjango-7bd963332017eace00be8caf7dc1b7b304da613a.tar.gz
Fixed typos in test names and a comment.
Diffstat (limited to 'tests/aggregation_regress')
-rw-r--r--tests/aggregation_regress/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aggregation_regress/tests.py b/tests/aggregation_regress/tests.py
index f46da0e957..4142643020 100644
--- a/tests/aggregation_regress/tests.py
+++ b/tests/aggregation_regress/tests.py
@@ -1298,7 +1298,7 @@ class AggregationTests(TestCase):
)
@skipUnlessDBFeature('allows_group_by_selected_pks')
- def test_aggregate_ummanaged_model_columns(self):
+ def test_aggregate_unmanaged_model_columns(self):
"""
Unmanaged models are sometimes used to represent database views which
may not allow grouping by selected primary key.