issues
search
revsys
/
django-friendship
Django app to manage following and bi-directional friendships
BSD 3-Clause "New" or "Revised" License
763
stars
183
forks
source link
⬆️ Quality of Life Updates
#144
Closed
jefftriplett
closed
3 years ago
jefftriplett
commented
3 years ago
This pull request:
[x] Add Python 3.9 support
[x] Supports Python 3.6 and newer
[x] Support Django LTS 2.2 and 3.2
[x] Migrates url() to path() calls which should help with some previous reverse lookup issues
[x] Updates Trover Classifiers and drops the unused VERSION import
[x] Updates requirements.* files to use pip-tools
[x] Upgrades/lints setup.* format
[x] :fire: Drops Travis support
[x] :fire: Drops Tox support
[x] :fire: Drops Django <2.0 (possibly drops Django<2.2 as well)
[x] :fire: Drops Python <3.6 support (in theory it might still work)
This pull request: