mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #25385 -- Allowed importing views.generic.View from views.View.
This commit is contained in:
@@ -208,7 +208,8 @@ Forms
|
||||
Generic Views
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
* ...
|
||||
* The :class:`~django.views.generic.base.View` class can now be imported from
|
||||
``django.views``.
|
||||
|
||||
Internationalization
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user