mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed typos in code comments.
This commit is contained in:
parent
dccf41cff0
commit
039465a6a7
26 changed files with 28 additions and 28 deletions
|
@ -86,7 +86,7 @@ class StateTests(TestCase):
|
|||
mgr2 = FoodManager('x', 'y', c=3, d=4)
|
||||
|
||||
class FoodOrderedManagers(models.Model):
|
||||
# The managers on this model should be orderd by their creation
|
||||
# The managers on this model should be ordered by their creation
|
||||
# counter and not by the order in model body
|
||||
|
||||
food_no_mgr = NoMigrationFoodManager('x', 'y')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue