jazzband / django-formtools

A set of high-level abstractions for Django forms
https://django-formtools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
814 stars 136 forks source link

Fix lint errors regarding >>, which is invalid in python3 #141

Closed cwfoo closed 5 years ago

cwfoo commented 5 years ago

>> is invalid in Python 3.

claudep commented 5 years ago

Thanks! Would be great if you could also propose a patch to exclude python 3.5 for Django master.