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: julianwachholz/django-sqids
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.1
Choose a base ref
...
head repository: julianwachholz/django-sqids
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.2
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    a8aa1d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Fix Django 5 Admin search compatibility

    The Admin search function checks if the field is a CharField,
    if not it applies a CAST() around the value, bypassing the Sqid
    decoding step. This change was added in Django 5.
    julianwachholz committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    b88a72c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93899c2 View commit details
    Browse the repository at this point in the history
  3. Update README

    julianwachholz committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    98ff400 View commit details
    Browse the repository at this point in the history
  4. Bump: 0.2.2

    julianwachholz committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    09ef816 View commit details
    Browse the repository at this point in the history
Loading