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: Radi85/Comment
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: Radi85/Comment
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/update
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 20 files changed
  • 1 contributor

Commits on Jul 25, 2025

  1. chore: Move to pyproject.toml for modern packaging

    setuptools is deprecated and removed from python 3.13
    abhiabhi94 committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    19cc6af View commit details
    Browse the repository at this point in the history
  2. Fix docs build

    - read the docs now requires a separate file to build
    abhiabhi94 committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    8dd6da9 View commit details
    Browse the repository at this point in the history
  3. feat: Add support for Django 4.2-5.2 and Python 3.10-3.13

    - update supported Django versions from 2.2-3.2 to 4.2-5.2
    - update supported Python versions from 3.6-3.10 to 3.10-3.13
    - drop support for Django and Python versions that have reached
      end of life.
    - remove deprecated Django features and compatibility code
    abhiabhi94 committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    586e129 View commit details
    Browse the repository at this point in the history
Loading