Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Type Hints #1282

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

Added Type Hints #1282

wants to merge 23 commits into from

Commits on Dec 30, 2022

  1. Added type hints.

    Protocal only available in Py3.8+
    
    Added ref to `render_context` fix to django-stubs.
    smithdc1 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    9009d1a View commit details
    Browse the repository at this point in the history
  2. Removed unused # type:ignore

    smithdc1 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    2492511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd558a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c4b411 View commit details
    Browse the repository at this point in the history
  5. Type Tests pt1

    smithdc1 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    262bbc7 View commit details
    Browse the repository at this point in the history
  6. Added more test return types

    smithdc1 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    da0db1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f86ab0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6380b8d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17821ff View commit details
    Browse the repository at this point in the history
  10. List to list

    smithdc1 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    c015bba View commit details
    Browse the repository at this point in the history
  11. Added flake8-type-checking linter

    This ensures that imports are correctly guarded behind TYPE_CHECKING
    smithdc1 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    0e0bb69 View commit details
    Browse the repository at this point in the history
  12. Added ContextDict type alias

    smithdc1 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    c83675d View commit details
    Browse the repository at this point in the history
  13. Add django-stubs myplugin

    smithdc1 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    3de4622 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    96a246f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c51d8da View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Added more test assertions

    smithdc1 committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    7746c8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4c76ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    520a08a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66dbbe3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bafdb4 View commit details
    Browse the repository at this point in the history
  6. Drop html5 test

    This functionality has been part of Django for some time.
    smithdc1 committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    3653135 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4c07d9 View commit details
    Browse the repository at this point in the history
  8. Add type to context dict.

    smithdc1 committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    3234967 View commit details
    Browse the repository at this point in the history