justinmayer / django-autoslug

AutoSlugField for Django. Supports (but not does not require) unidecode/pytils for transliteration. Old issue tracker is at Bitbucket: https://bitbucket.org/neithere/django-autoslug/issues
https://readthedocs.org/projects/django-autoslug/
GNU Lesser General Public License v3.0
295 stars 105 forks source link

Remove support for EOL Python and Django versions #74

Closed ulgens closed 1 year ago

ulgens commented 2 years ago
justinmayer commented 2 years ago

Hi Ülgen. Thank you for the improvements. I see that you have marked this PR as a draft… Would you please let me know the status? Do you believe it still needs more work?

ulgens commented 2 years ago

Hey @justinmayer, sorry for my late response. My plan was to add a pre-commit config with pyupgrade and django-upgrade, but I think that can be a different PR. Also, I think Django 2.2 (EOL) can be removed too, and I will check if I can handle it quickly.

ulgens commented 2 years ago

@justinmayer Pushed a commit for removing 2.2. Ready to review.

I can help with updating / merging other PRs after this one 🌷