-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support Django 2.2 #130
Comments
I changed the code of
it seems to work but it's not ready to be a PR |
I am also running into this issue. Are there any updates? I see a few PRs attempting to address it, they all seem to fail CI due to an issue with the CI build |
Looking at issue #112 I think @gregmuellegger may have abandoned this project. Could someone fork the project? My project depends heavily on this library! |
Maybe we should reach out on twitter or email & ask what they would prefer? There is contact info in the project README |
I’ve just pinged him on twitter. |
@npadgen Did the maintainer respond? |
No, but my colleague created PR https://github.com/Seleznev-nvkz/django-sortedm2m/pull/1/files It is temporary solution but it works. We think that maintainer stopped develop projectfor installing - pip install git+git://github.com/Seleznev-nvkz/django-sortedm2m.git@refactoring/drop_old_versions04.06.2019, 18:23, "Yair Silbermintz" <notifications@github.com>:@npadgen Did the maintainer respond?
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
--
|
Hello, Considering the original author of this package had been completely silent for a long time I decided to fork this repo and publish the package under a new name on PyPI. I could not come up with a good name so I just named it django-sorted-m2m (note the additional -). I hope it does not create too much confusion. If someone has a better idea, please let me know. The forked repo includes pull request #134 by @joehybird to support Django 2.2. Kudos to him! My repo is at: https://github.com/Ponytech/django-sorted-m2m Anyone interested into taking part in this fork is more than welcome! |
FYI I have asked Jazzband about the possibility of moving this project over to their community, even if @gregmuellegger doesn't answer pings. |
Hello, thank you! So, we wait for him answer 20.06.2019, 22:20, "Richard Barran" <notifications@github.com>:FYI I have asked Jazzband about the possibility of moving this project over to their community, even if @gregmuellegger doesn't answer pings.—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread. -- С уважением,Павликов Валерий
|
Greg has answered! |
It sounds great! Tanks a lot. We will follow for Jazzband26.06.2019, 15:11, "Richard Barran" <notifications@github.com>:Greg has answered!
See this thread.
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
-- С уважением,Павликов Валерий
|
So now that Greg answered, is anyone able to move in pull request #134 by @joehybird? |
Will there be a release soon? |
Solution from jazzband#130
Modify sortedm2m field will raise a exception after upgrade to Django 2.2
TypeError: _add_items() got an unexpected keyword argument 'through_defaults'
How can I fix it
The text was updated successfully, but these errors were encountered: