mirror of
https://github.com/django/django.git
synced 2025-08-09 21:38:18 +00:00
Fix many many typos in comments throughout the codebase
This commit is contained in:
parent
8b5b199e20
commit
2bcb8bfc8d
53 changed files with 79 additions and 80 deletions
|
@ -409,7 +409,7 @@ class SystemChecksTestCase(TestCase):
|
|||
|
||||
def test_nonexistant_field(self):
|
||||
class SongAdmin(admin.ModelAdmin):
|
||||
readonly_fields = ("title", "nonexistant")
|
||||
readonly_fields = ("title", "nonexistent")
|
||||
|
||||
errors = SongAdmin.check(model=Song)
|
||||
expected = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue