1
0
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:
Varun Sharma
2016-01-09 17:10:08 +05:30
committed by Tim Graham
parent 0bc5cd6280
commit 3d6474e1a5
7 changed files with 19 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
from django.views.generic.base import View
__all__ = ['View']