Skip to content

Commit

Permalink
removed fallback uuid module (related to #308)
Browse files Browse the repository at this point in the history
  • Loading branch information
trbs committed May 3, 2013
1 parent eeb5441 commit c267d91
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 572 deletions.
7 changes: 1 addition & 6 deletions django_extensions/db/fields/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
"""
import re
import six

try:
import uuid
assert uuid
except ImportError:
from django_extensions.utils import uuid
import uuid

from django.template.defaultfilters import slugify
from django.db.models import DateTimeField, CharField, SlugField
Expand Down

0 comments on commit c267d91

Please sign in to comment.