-
Notifications
You must be signed in to change notification settings - Fork 130
Description
Is your feature request related to a problem? If so, please give a short summary of the problem and how the feature would resolve it
Yes, the problem seems that Microsoft does not seem to care about this project anymore. Django 5.1 is out for 6 months, yet the project still does not support it.
Describe the preferred solution
Microsoft give some love to this project and finally support Django 5.1 and 5.2 which will be out in 2 months. Only a little is needed to fix the basics.
Describe alternatives you've considered
Fork the project so it can be supported by the community. There already is the https://github.com/jazzband organization that can support abandoned projects.
However there are comments from Microsoft PMs: #418 (comment) that the project is not abandoned. If it ain't abandoned then please prove it by commiting 10 minutes of your time to fix the urgent issues of properly supporting newer Django versions. If it is abandoned the give it to the community. Microsoft is a multi billion company with hundreds of thousands of employes. I can't believe that you can't commit 10 minutes of your time,
Additional context
- The Compatibility issue with Django 5.1ย #418 (Django 5.1 compatibility) is open for almost 4 months. The solution is really simple (merge a working PR) but nobody is doing it. This is only a press of a button and creating a new release.
- Django 5.2 will be out in a couple of months. I am already trying the existing code with Django 5.2b and it works fine so supportign Django 5.2 should be like 5 minutes work (update setup.py so Django<6). Why nobody is doing it ?
- Please notice that Djagno 5.2 has a very important change (Composite PKs) so is a very important update for a lot of people.