ingodjango

Results 2 issues of ingodjango

Hi All, I have an issues with version 0.13.7. First is in NVD3Chart.py line 173-175: (from python-nvd3) ``` def _slugify_name(self, name): """Slufigy name with underscore""" self.name = slugify(name, separator='_') ```...

Hi, I'm not sure if this is the right place to ask but since I did not know where else to post it, here's my problem. I use django-input-mask in...