Haven't had a chance to test it on my environment yet as it requires several code changes.
that would be more interesting btw., because I don't know how the changes affect third party apps. The only change you should be required to do is to refactor your imports from from django.forms import fields to from djng.forms import fields
Thanks for your review!
that would be more interesting btw., because I don't know how the changes affect third party apps. The only change you should be required to do is to refactor your imports from
from django.forms import fields
tofrom djng.forms import fields