diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-28 17:39:14 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-29 07:53:02 -0400 |
| commit | 3d98941d5c1b0ed9ff89cbf5b1cf6af24964d759 (patch) | |
| tree | e3b0ab5f509805fc112b31f8aa68654859fec26e /tests/multiple_database | |
| parent | d099c03789cb88e450002ceaf072990b50052995 (diff) | |
[1.7.x] Fixed several typos in Django
Backport of 1dcc603eff from master
Diffstat (limited to 'tests/multiple_database')
| -rw-r--r-- | tests/multiple_database/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/multiple_database/tests.py b/tests/multiple_database/tests.py index 8f3ff29dcf..e17d6fbb90 100644 --- a/tests/multiple_database/tests.py +++ b/tests/multiple_database/tests.py @@ -647,7 +647,7 @@ class QueryTestCase(TestCase): new_bob_profile = UserProfile(flavor="spring surprise") - # assigning a profile requires a explicit pk as the object isn't saved + # assigning a profile requires an explicit pk as the object isn't saved charlie = User(pk=51, username='charlie', email='charlie@example.com') charlie.set_unusable_password() |
