unicef / iogt

BSD 2-Clause "Simplified" License
25 stars 35 forks source link

Incompatibility of wagtailmenus with Django 3.2 #1619

Closed Alihassanc5 closed 1 year ago

Alihassanc5 commented 1 year ago

The current version of wagtailmenus (3.1.3) is not compatible with Django 3.2. This compatibility issue is causing the generation of migration files that could potentially create problems in the future.

Alihassanc5 commented 1 year ago

@istride, I have been considering the idea of forking wagtailmenus to 3.1.3 and incorporating the necessary modifications to make it compatible with our project.

istride commented 1 year ago

I think the quickest and most manageable thing to do would be to:

https://dev.to/weplayinternet/upgrading-to-django-3-2-and-fixing-defaultautofield-warnings-518n

Alihassanc5 commented 1 year ago

For this we need to downgrade our django and wagtail-localize versions back to 3.1.* and 1.2.1 respectively.