Skip to content

Commit

Permalink
import slugify from django.utils.text
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Jan 5, 2014
1 parent d630472 commit 86bb5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Expand Up @@ -28,7 +28,7 @@ Here is ``myapp/models.py``::
from tastypie.utils.timezone import now
from django.contrib.auth.models import User
from django.db import models
from django.template.defaultfilters import slugify
from django.utils.text import slugify


class Entry(models.Model):
Expand Down

0 comments on commit 86bb5d9

Please sign in to comment.