django-widgets-improved
django-widgets-improved copied to clipboard
How to render a attribute with a colon inside?
Suppose I need to render an attribute with colon, how can I achieve that with django-widgets-improved? This is very useful when working with Vue.js, since Vue.js uses syntax like <div v-bind:value="variable></div>
.
Thanks!
I looked into allowing this, but couldn't get it to work. I don't need it myself, if you want it and can figure out how to get it done, I'll happily merge it. Here is what I've tried https://github.com/simhnna/django-widgets-improved/tree/allow-colons