Version 1 (modified by Natalia Bidart, 3 weeks ago) ( diff )

Initial version of the release script for versions 5.0 or older.

To release Django 5.0 or older, 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")])
Note: See TracWiki for help on using the wiki.
Back to Top