Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crucialfelix/django-ajax-selects
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.2
Choose a base ref
...
head repository: crucialfelix/django-ajax-selects
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 7 commits
  • 34 files changed
  • 2 contributors

Commits on Sep 3, 2024

  1. Fix: Handle undefined django object to prevent TypeError. Fixes: #313

    - Added a check to ensure `django` is defined before accessing `django.jQuery`.
    - This prevents the "Uncaught TypeError: Cannot read properties of undefined (reading 'jQuery')" error.
    SukiCZ committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3e6ba31 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Merge pull request #314 from SukiCZ/fix/313-window.django.jQuery

    Fix: Handle undefined `django` object to prevent TypeError. Fixes: #313
    crucialfelix authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    791e1f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b84b929 View commit details
    Browse the repository at this point in the history
  3. chore: Upgrade ruff

    crucialfelix committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    7e8bffb View commit details
    Browse the repository at this point in the history
  4. reformat to new ruff rules

    Increase ruff linter strictness and apply fixes
    crucialfelix committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    55ee7fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b223921 View commit details
    Browse the repository at this point in the history
  6. Release 3.0.3

    crucialfelix committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    3828e7b View commit details
    Browse the repository at this point in the history
Loading