mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25385 -- Allowed importing views.generic.View from views.View.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from django.views.generic.base import View
|
||||
|
||||
__all__ = ['View']
|
||||
|
||||
Reference in New Issue
Block a user