pythondotorg
pythondotorg copied to clipboard
[WIP] started adding django 3.2 support
some packages like Django-pipeline lack Django 2.2 support. Will address them one by one.
https://github.com/jazzband/django-pipeline/pull/693
thanks for your input. Some of them are certainly valid. on the 2.0-2.1 upgrade, it's really not necessary as Django LTS to LTS upgrade is much easier than before. So I would like to stand on the ground of django 2.0 to 2.2 upgrade. definitely with proper plans and rigorous testing.
django-pipeline is now on @jazzbrand/django-pipeline so I am free to contribute and release. Regarding using something else rather than django-pipeline I am open to looking for more options.
Sorry, I'm not going to merge a PR that attempts to upgrade Django from X to X+2 directly. Django release notes aren't cover all behavior changes, so it's much easier to detect regressions since the scope of the changes are much smaller between X and X+1.
re_path or new simpler regex free URL paths which one do you prefer for this project?
used both
Closed because https://github.com/python/pythondotorg/pull/2520 has upgraded to 4.2. Thanks anyway!