Skip to content

Releases: moranabadie/django-cte-stubs

django-cte-stubs v0.2.1: join typing fix

29 Aug 16:23
Compare
Choose a tag to compare

Minor fixes for the join cte argument join_type

django-cte-stubs v0.2.0: mypy plugin added

25 Aug 22:52
Compare
Choose a tag to compare

Key Features:

  • as_manager query set can be managed with ManagedWith type.
  • mypy_django_cte_plugin is added.

django-cte-stubs v0.1.0: Initial Release

24 Aug 14:19
Compare
Choose a tag to compare

Introducing django-cte-stubs v0.1.0: The initial release of type stubs for the django-cte package.

Key Features:

  • Comprehensive Stubs: This release includes type stubs for the most commonly used functions and classes in django-cte. Developers can now benefit from better type hinting and auto-completions in their IDEs and mypy.

  • Support for Modern Python: Designed to work with Python 3.9 and above, ensuring compatibility with modern Python projects.

  • Ease of Integration: Simply install alongside django-cte and django-stubs.

  • Tested with some examples in the repo.

Feedback & Contributions:
We welcome feedback, bug reports, and contributions. If you find any issues or areas of improvement, please raise an issue in our GitHub repository.