django-reverse-unique icon indicating copy to clipboard operation
django-reverse-unique copied to clipboard

Release a version compatible with Django 1.9

Open charettes opened this issue 9 years ago • 9 comments

The only released version is not compatible with Django 1.9

charettes avatar Apr 12 '16 02:04 charettes

@holvianssi do you still have access to this repository or to the pypi credentials atleast?

I'd like to maintain it if you don't have time anymore.

charettes avatar Feb 19 '17 20:02 charettes

Yeah, I think I can't maintain this, my schedule is way too unpredictable for reliable maintainership. I should have the pypi credentials somewhere, I'll check today at home.

holvianssi avatar Feb 20 '17 07:02 holvianssi

Could you grant me write rights to the repo so I can maintain it?

If you found the Pypi credentials you should be able to give me Maintainer rights from there https://pypi.python.org/pypi?:action=role_form&package_name=django-reverse-unique

charettes avatar Feb 25 '17 22:02 charettes

I invited you as a collaborator, not sure what else I need to do here.

I haven't yet found my pypi credentials yet... I recall storing them somewhere when I migrated from my old laptop. So, I'll keep searching.

akaariai avatar Feb 27 '17 07:02 akaariai

Alright I'll push updates and adjust tests for Django up to 1.11. Keep me updated with the Pypi credentials.

charettes avatar Feb 27 '17 14:02 charettes

@charettes you might want to check the work in https://github.com/django/django/pull/8238 and https://github.com/django/django/pull/7560 - the .filtered_relation() feature should be a nice replacement for this lib.

holvianssi avatar Mar 23 '17 10:03 holvianssi

@holvianssi yeah I'm following it with a lot of interest! Thanks for the heads up.

charettes avatar Mar 23 '17 14:03 charettes

@holvianssi did you retrieve your pypi credentials by any chance? I'm planning to use filtered_relation() but in the mean time I have to port an application to 1.8 to 1.11 (for LTS). If it's not the case I'll just publish a django-reverse-unique-PREFIX package to deal with this issue in the mean time. Thanks!

charettes avatar Oct 09 '17 18:10 charettes

FWIW I've uploaded a temporary version compatible with up to Django 1.11 on pypi.

https://pypi.python.org/pypi/django-reverse-unique-charettes

charettes avatar Oct 10 '17 03:10 charettes