django-xml icon indicating copy to clipboard operation
django-xml copied to clipboard

Added support for Django 2.1+ and Django 3.0/3.1

Open peterfarrell opened this issue 5 years ago • 4 comments

The method signature for subclass_exception now requires the attached_to positional argument starting in Django 2.1+.

peterfarrell avatar Apr 25 '19 16:04 peterfarrell

I updated the tox.ini file to support Django 2.1 and 2.2.

Django 2.0 was the last version to support Python 3.4. I broke out the envlist for Django 2.1 and 2.2 on Python 3.5+ only.

peterfarrell avatar May 17 '19 21:05 peterfarrell

Nudge... would it be possible to get this merged and released to PyPi? (@gnrfan @joshmaker @ctbarna @dakrauth)

peterfarrell avatar Jul 18 '19 20:07 peterfarrell

Hi! Sorry for the long delay in getting back to you on this. Will be looking at merging this week.

fdintino avatar May 31 '20 21:05 fdintino

@fdintino Added in support for Django 3.0 and 3.1 into this PR. Any possibility of a merge and PyPI release?

peterfarrell avatar Sep 10 '20 19:09 peterfarrell