django-stubs-ext 5.1.0
0
Monkey-patching and extensions for django-stubs
Contents
Monkey-patching and extensions for django-stubs
Stars: 1583, Watchers: 1583, Forks: 438, Open Issues: 214The typeddjango/django-stubs
repo was created 6 years ago and the last code push was 3 hours ago.
The project is very popular with an impressive 1583 github stars!
How to Install django-stubs-ext
You can install django-stubs-ext using pip
pip install django-stubs-ext
or add it to a project with poetry
poetry add django-stubs-ext
Package Details
- Author
- Simula Proxy
- License
- MIT
- Homepage
- https://github.com/typeddjango/django-stubs
- PyPi:
- https://pypi.org/project/django-stubs-ext/
- GitHub Repo:
- https://github.com/typeddjango/django-stubs
Classifiers
Related Packages
Errors
A list of common django-stubs-ext errors.
Code Examples
Here are some django-stubs-ext
code examples and snippets.
GitHub Issues
The django-stubs-ext package has 214 open issues on GitHub
- Fix .filter-kwargs lookup crash during cached runs
- Cached runs crashes on typechecking .filter-kwargs with IndexError
- fields type in bulk_update
- New release
- Make SomeModel._default_manager return a BaseManager[SomeModel] instead of BaseManager[Model]
- Make Apps.get_model() return Type[Model]
- Errors on explicitly typed model fields
- Changelog for latest releases, consider a changelog file?
- Support django 4
- Export Datasource, Driver from gdal
- Prefetch's to_attr raises "Model" has no attribute "prefetched_field"
- remove generics from QuerySet type
- Fix return type of MigrationRecorder.applied_migrations()
- Add object_list to BaseListView
- Drop python3.6 support