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: 8.1.1
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: 8.1.2
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on Mar 29, 2023

  1. Bump black from 23.1.0 to 23.3.0

    Bumps [black](https://github.com/psf/black) from 23.1.0 to 23.3.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.1.0...23.3.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 Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ebf5f76 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    0dc2e77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c309742 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Update Python & Django version support (#218)

    * Add Django 4.2 support
    * Drop Django 4.0 support
    * Add Python 3.11 support
    codingjoe authored May 23, 2023
    Configuration menu
    Copy the full SHA
    f0e9555 View commit details
    Browse the repository at this point in the history
  2. [Django 4.1+] Make i18n works for LANGUAGE_CODE with a country code (#…

    …206)
    
    When using a `LANGUAGE_CODE` with a country code and a supported
    language (_ie_: `fr-FR`) the current implementation of
    `Select2Mixin.i18n_name` will return `None` which means default
    _select2_ language, so English.
    
    
    Co-authored-by: Johannes Maron <[email protected]>
    rsebille and codingjoe authored May 23, 2023
    Configuration menu
    Copy the full SHA
    ed1af30 View commit details
    Browse the repository at this point in the history
Loading