django-planet
April 23, 2024

Django: Pinpoint upstream changes with Git

published by Adam Johnson
in blog Adam Johnson
original entry Django: Pinpoint upstream changes with Git

Django’s release notes are extensive and describe nearly all changes. Still, when upgrading between Django versions, you may encounter behaviour changes that are hard to relate to any particular release note.

To understand whether a change is expected or a regression, you can use Django’s Git repository to …