mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed all E261 warnings
This commit is contained in:
parent
c3791463a5
commit
8eec2d93b6
152 changed files with 630 additions and 630 deletions
|
@ -43,7 +43,7 @@ class AuthorAdmin(admin.ModelAdmin):
|
|||
class InnerInline(admin.StackedInline):
|
||||
model = Inner
|
||||
can_delete = False
|
||||
readonly_fields = ('readonly',) # For bug #13174 tests.
|
||||
readonly_fields = ('readonly',) # For bug #13174 tests.
|
||||
|
||||
|
||||
class HolderAdmin(admin.ModelAdmin):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue