Skip to content

Commit

Permalink
Link to GitHub PRs in changelog using extlinks alias
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Aug 12, 2024
1 parent fa97a2f commit 134f3e7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@ Next
Added
~~~~~

- Add official support for Django 5.1 (#761)
- Relax Django upper version to allow version 5.1 (#756)
- Add ``PeriodicTaskInline`` to the schedule admin to showing tasks using the schedule (#743)
- Add official support for Django 5.1 (:github_pr:`761`)
- Relax Django upper version to allow version 5.1 (:github_pr:`756`)
- Add ``PeriodicTaskInline`` to the schedule admin to showing tasks using the schedule (:github_pr:`743`)

Fixed
~~~~~

- Fix display of long name day of week in admin (#745)
- Fix a few French translations (#760)
- Fix documentation about timezone changes (#769)
- Remove usages of deprecated setuptools API ``setuptools.command.test`` (#771)
- Clean up running of ``setup.py`` as it's deprecated (#737)
- Fix display of long name day of week in admin (:github_pr:`745`)
- Fix a few French translations (:github_pr:`760`)
- Fix documentation about timezone changes (:github_pr:`769`)
- Remove usages of deprecated setuptools API ``setuptools.command.test`` (:github_pr:`771`)
- Clean up running of ``setup.py`` as it's deprecated (:github_pr:`737`)

Project infrastructure
~~~~~~~~~~~~~~~~~~~~~~

- Automate PyPI release from GitHub actions using trusted publisher (#749)
- Simplify logic for minimum Python requirement (#765)
- Add Ruff to pre-commit config (#778)
- Automate PyPI release from GitHub actions using trusted publisher (:github_pr:`749`)
- Simplify logic for minimum Python requirement (:github_pr:`765`)
- Add Ruff to pre-commit config (:github_pr:`778`)

.. _version-2.6.0:

Expand Down

0 comments on commit 134f3e7

Please sign in to comment.