mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed E305 flake8 warnings.
This commit is contained in:
parent
6072de727f
commit
967be82443
114 changed files with 360 additions and 0 deletions
|
@ -37,6 +37,7 @@ class DoesNotExistQuerySet(QuerySet):
|
|||
def get(self, *args, **kwargs):
|
||||
raise Author.DoesNotExist
|
||||
|
||||
|
||||
DoesNotExistBookManager = BaseManager.from_queryset(DoesNotExistQuerySet)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue