To release Django 5.0 or older (except 4.2), please use the script from ReleaseScript but ensure that the build_artifacts function looks like this:

def build_artifacts():
    subprocess.call(["make", "-f", os.path.join(PATH_TO_DJANGO, "extras/Makefile")])
Last modified 3 months ago Last modified on May 5, 2025, 1:23:04 PM
Note: See TracWiki for help on using the wiki.
Back to Top