8👍
Drove me nuts for a few days, finally resolved this by adding the .__future__
to floppyforms import.
import floppyforms.__future__ as forms
Now code is happy 🙂
Source:stackexchange.com
8👍
Drove me nuts for a few days, finally resolved this by adding the .__future__
to floppyforms import.
import floppyforms.__future__ as forms
Now code is happy 🙂