fossasia / eventyay-tickets

https://tickets-dev.eventyay.com
Apache License 2.0
1.51k stars 37 forks source link

Django upgrade rebased on current development #76

Closed eMBee closed 2 months ago

eMBee commented 2 months ago

this is the entirety of the django upgrade branch rebased on the current development branch.

it includes all PRs previously merged as well as the new changes to upgrade to django 4.2

do not squash this PR! each commit is specifically crafted to group specific sets of changes based on their function and complexity.

docker is not working yet.

docker builds. running it needs to be tested with a full setup: https://github.com/fossasia/eventyay-tickets/blob/master/doc/admin/installation/docker_smallscale.rst

untari commented 2 months ago

I run the command docker build . and it built successfully

marcoag commented 2 months ago

Sounds good, will squash merge to keep history clean and for easier rollbacks. Let's test on the dev server and see.