Dharmik
Dharmik
Just make your directive like this, `{{ percent }}`
I also got same issue and I replaced 'basestring' with 'str' to solve problem.
I have same error in django 1.9rc1. Have you find any solution about that? below is my error > AttributeError: 'MenuAdmin' object has no attribute '**name**'
I also written custom formset for validation, but save functionality stop working and giving "object has no attribute 'new_objects' '' exception.