This checks the Django version just in case the try: from registration.compat import patterns was successful. Tested locally and appears to work just fine.
Coverage increased (+0.01%) to 91.304% when pulling 3d2d47318208b124649bf958f555593c58065674 on ryanjdillon:issue64_update_url_patterns_to_list into 29cf94f282924749f6b111f5d73efc1a42249477 on lambdalisue:master.
This checks the Django version just in case the
try: from registration.compat import patterns
was successful. Tested locally and appears to work just fine.