-
-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix stubs related to `(Async)RequestFactory` and `(Async)Client` * Revert incorrect removal. * Allow set as `unique_together`, use shared type alias. * Revert `Q.__init__` to use only `*args, **kwargs` to remove false-positive with `Q(**{...})` * Add abstract methods to `HttpResponseBase` to create common interface. * Remove monkey-patched attributes from `HttpResponseBase` subclasses. * Add QueryDict mutability checks (+ plugin support) * Fix lint * Return back GenericForeignKey to `Options.get_fields` * Minor fixup * Make plugin code typecheck with `--warn-unreachable`, minor performance increase. * Better types for `{unique, index}_together` and Options. * Fix odd type of `URLResolver.urlconf_name` which isn't a str actually. * Better types for field migration operations. * Revert form.files to `MultiValueDict[str, UploadedFile]` * Compatibility fix (#916) * Do not assume that `Annotated` is always related to django-stubs (fixes #893) * Restrict `FormView.get_form` return type to `_FormT` (class type argument). Now it is resolved to `form_class` argument if present, but also errors if it is not subclass of _FormT * Fix CI (make test runnable on 3.8) * Fix CI (make test runnable on 3.8 _again_)
- Loading branch information
1 parent
16499a2
commit 6226381
Showing
29 changed files
with
380 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.