sandiegopython / test-driven-django-development

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development
http://test-driven-django-development.readthedocs.org/
Other
102 stars 35 forks source link

That is wrong location. slugify function is located at django.utils.text #158

Closed initialkommit closed 9 years ago

initialkommit commented 9 years ago

That is wrong location. slugify function is located at django.utils.text from from django.template.defaultfilters import slugify to from django.utils.text import slugify