diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-26 10:18:45 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-26 14:35:57 -0400 |
| commit | 996564df4d70947913c70b071cf4a6841c658be2 (patch) | |
| tree | 56dc9ab02361a56c6bf91c1f8a2bd0052c561a37 /tests/model_fields | |
| parent | 3bb0f118ca375f25cd0c03a5733ee2ef9d79dfa5 (diff) | |
[1.7.x] Fix many many typos in comments throughout the codebase
Backport of 2bcb8bfc8d from master
Diffstat (limited to 'tests/model_fields')
| -rw-r--r-- | tests/model_fields/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_fields/models.py b/tests/model_fields/models.py index d71f396d05..a69811094f 100644 --- a/tests/model_fields/models.py +++ b/tests/model_fields/models.py @@ -103,7 +103,7 @@ class PrimaryKeyCharModel(models.Model): class FksToBooleans(models.Model): - """Model wih FKs to models with {Null,}BooleanField's, #15040""" + """Model with FKs to models with {Null,}BooleanField's, #15040""" bf = models.ForeignKey(BooleanModel) nbf = models.ForeignKey(NullBooleanModel) |
