czue / django-wedding-website

A django-powered wedding website and guest-management system
Other
458 stars 273 forks source link

Bumped Django to LTS release #62

Closed m-terlinde closed 11 months ago

m-terlinde commented 11 months ago

According to the Django download page the 4.1.X version is no longer maintained and will not get any security fixes.

Thus I bumped the version to the current LTS release (4.2.8), which works fine in my production environment.

Maybe we should pin the release as 4.* to avoid PRs every month?

czue commented 11 months ago

thanks!

Maybe we should pin the release as 4.* to avoid PRs every month?

sure, though I'd also be happy with pinning to 4.2.x (or upgrading to 5.0 if it works there).