pythondotorg icon indicating copy to clipboard operation
pythondotorg copied to clipboard

[WIP] started adding django 3.2 support

Open auvipy opened this issue 5 years ago • 6 comments

some packages like Django-pipeline lack Django 2.2 support. Will address them one by one.

auvipy avatar May 09 '19 11:05 auvipy

https://github.com/jazzband/django-pipeline/pull/693

auvipy avatar May 09 '19 11:05 auvipy

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.

auvipy avatar May 09 '19 11:05 auvipy

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.

auvipy avatar May 09 '19 11:05 auvipy

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.

berkerpeksag avatar May 09 '19 12:05 berkerpeksag

re_path or new simpler regex free URL paths which one do you prefer for this project?

auvipy avatar May 09 '19 13:05 auvipy

used both

auvipy avatar May 09 '19 13:05 auvipy

Closed because https://github.com/python/pythondotorg/pull/2520 has upgraded to 4.2. Thanks anyway!

hugovk avatar Sep 12 '24 19:09 hugovk