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


Ignore:
Timestamp:
May 5, 2025, 1:23:04 PM (4 months ago)
Author:
Natalia Bidart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseScript5.0AndOlder

    v1 v2  
    1 To release Django 5.0 or older, please use the script from ReleaseScript but ensure that the `build_artifacts` function looks like this:
     1To 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:
    22{{{#!python
    33def build_artifacts():
Back to Top