Changes between Initial Version and Version 1 of ReleaseScript5.0AndOlder
- Timestamp:
- Mar 18, 2025, 11:59:26 AM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified ReleaseScript5.0AndOlder
v1 v1 1 To release Django 5.0 or older, please use the script from ReleaseScript but ensure that the `build_artifacts` function looks like this: 2 {{{#!python 3 def build_artifacts(): 4 subprocess.call(["make", "-f", os.path.join(PATH_TO_DJANGO, "extras/Makefile")]) 5 }}}