mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-19 10:21:14 +08:00
improved version
This commit is contained in:
@@ -16,7 +16,7 @@ from typing import (
|
||||
|
||||
|
||||
class ContextMixin:
|
||||
def get_context_data(self, **kwargs) -> Dict[str, Any]: ...
|
||||
def get_context_data(self, **kwargs) -> Dict[str, object]: ...
|
||||
|
||||
|
||||
class RedirectView:
|
||||
|
||||
Reference in New Issue
Block a user