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: codingjoe/django-select2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 07ea4b8
Choose a base ref
...
head repository: codingjoe/django-select2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 50c488c
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Aug 4, 2024

  1. Improve the documentation of Select2TagWidget (#291)

    As already
    [discussed](#290),
    the documentation of this widget is lacking. This PR adds a description
    of the functionality provided by the widget.
    mardukbp authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    abcd0f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Bump flake8 from 7.1.0 to 7.1.1

    Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1.
    - [Commits](PyCQA/flake8@7.1.0...7.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: flake8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and codingjoe committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6f5561d View commit details
    Browse the repository at this point in the history
  2. Bump black from 24.4.2 to 24.8.0

    Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@24.4.2...24.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and codingjoe committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d87a5ad View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Fix #292 -- Change admin widgets' JS media ordering (#295)

    Select2Mixin now loads admin/js/jquery.init.js, just like the AutocompleteMixin of Django Admin.
    
    ---------
    
    Co-authored-by: Johannes Maron <[email protected]>
    mardukbp and codingjoe authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    50c488c View commit details
    Browse the repository at this point in the history
Loading