Work around Django form util rename

Review Request #7608 — Created Aug. 25, 2015 and submitted — Latest diff uploaded

Information

Djblets
master

Reviewers

Django has renamed django.form.util to django.form.utils in 1.7+.
This attempts to import both versions where it is required. The
previous patch that attempted to fix this issue did not update imports
of django.form.util.


 

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3
djblets/auth/util.py
Loading...