Changes between Initial Version and Version 1 of ReleaseScript5.0AndOlder


Ignore:
Timestamp:
Mar 18, 2025, 11:59:26 AM (2 weeks ago)
Author:
Natalia Bidart
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified ReleaseScript5.0AndOlder

    v1 v1  
     1To release Django 5.0 or older, please use the script from ReleaseScript but ensure that the `build_artifacts` function looks like this:
     2{{{#!python
     3def build_artifacts():
     4    subprocess.call(["make", "-f", os.path.join(PATH_TO_DJANGO, "extras/Makefile")])
     5}}}
Back to Top