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

Support URLRouter with include #2110

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

Support URLRouter with include #2110

wants to merge 24 commits into from

Commits on Aug 7, 2023

  1. support URLRouter with include

    jjjkkkjjj committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cc4a598 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    98de0a2 View commit details
    Browse the repository at this point in the history
  2. fixed indentation error

    jjjkkkjjj committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5309e68 View commit details
    Browse the repository at this point in the history
  3. remove test_invalid_routes

    jjjkkkjjj committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b9b0c76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    436d38a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fixed lint errors

    jjjkkkjjj committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4b47981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1890cd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    9d4feeb View commit details
    Browse the repository at this point in the history
  2. modified URLPattern's arguments (django#2110)

    jjjkkkjjj committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    504bd3c View commit details
    Browse the repository at this point in the history
  3. removed type hint (django#2110)

    jjjkkkjjj committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    76260f7 View commit details
    Browse the repository at this point in the history
  4. add comment for regex (django#2110)

    jjjkkkjjj committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    7ca0037 View commit details
    Browse the repository at this point in the history
  5. add path in test (django#2110)

    jjjkkkjjj committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    4df1d5f View commit details
    Browse the repository at this point in the history
  6. formatting (django#2110)

    jjjkkkjjj committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    cdc8c6c View commit details
    Browse the repository at this point in the history
  7. support deeper include (django#2110)

    jjjkkkjjj committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    e35c2d5 View commit details
    Browse the repository at this point in the history
  8. add usual case with include (django#2110)

    jjjkkkjjj committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    e3e411f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. add reverse (django#2110)

    jjjkkkjjj committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3376bb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fixed linter errors (django#2110)

    jjjkkkjjj committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    88ddd77 View commit details
    Browse the repository at this point in the history
  2. removed handiling the sequential / (django#2110)

    jjjkkkjjj committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    758a205 View commit details
    Browse the repository at this point in the history
  3. removed not route.callback (django#2110)

    jjjkkkjjj committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dd4b1aa View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. fix linter error (django#2110)

    jjjkkkjjj committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    29c7402 View commit details
    Browse the repository at this point in the history
  2. removed reverse function (django#2110)

    jjjkkkjjj committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    74e5ee2 View commit details
    Browse the repository at this point in the history
  3. removed root_urlconf in conftest (django#2110)

    jjjkkkjjj committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    05a869a View commit details
    Browse the repository at this point in the history
  4. sorted by isort (django#2110)

    jjjkkkjjj committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    6773674 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. add drafts for docs django#2110

    jjjkkkjjj committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a303572 View commit details
    Browse the repository at this point in the history