mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed E305 flake8 warnings.
This commit is contained in:
parent
6072de727f
commit
967be82443
114 changed files with 360 additions and 0 deletions
|
@ -33,6 +33,7 @@ class SchoolAdmin(admin.ModelAdmin):
|
|||
filter_vertical = ('students',)
|
||||
filter_horizontal = ('alumni',)
|
||||
|
||||
|
||||
site = WidgetAdmin(name='widget-admin')
|
||||
|
||||
site.register(models.User)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue