jazzband / django-formtools

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

url() to path() and re_path() #180

Closed smithdc1 closed 3 years ago

smithdc1 commented 3 years ago

url() is deprecated in Django 3.1. path() and re_path() are available in all suppored django versions.