mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.7.x] Fix many many typos in comments throughout the codebase
Backport of 2bcb8bfc8d from master
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user