Skip to content

Commit

Permalink
added models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
feuervogel committed Jul 9, 2010
1 parent 3be6412 commit 72a56cb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
Binary file modified dist/django-taggit-templatetags-0.1.0dev.tar.gz
Binary file not shown.
Binary file modified dist/django-taggit-templatetags-0.1.0dev.zip
Binary file not shown.
1 change: 1 addition & 0 deletions django_taggit_templatetags.egg-info/SOURCES.txt
Expand Up @@ -8,6 +8,7 @@ django_taggit_templatetags.egg-info/not-zip-safe
django_taggit_templatetags.egg-info/requires.txt
django_taggit_templatetags.egg-info/top_level.txt
taggit_templatetags/__init__.py
taggit_templatetags/models.py
taggit_templatetags/settings.py
taggit_templatetags/templatetags/__init__.py
taggit_templatetags/templatetags/taggit_extras.py
Expand Down
2 changes: 1 addition & 1 deletion taggit_templatetags/tests/__init__.py
@@ -1 +1 @@
from taggit_templatetags.tests.tests import TemplateTagListTestCase, TemplateTagCloudTestCase
from taggit_templatetags.tests.tests import (TemplateTagListTestCase, TemplateTagCloudTestCase)
6 changes: 6 additions & 0 deletions taggit_templatetags/tests/tests.py
Expand Up @@ -3,6 +3,12 @@

from taggit_templatetags.tests.models import AlphaModel, BetaModel
from taggit.tests.tests import BaseTaggingTest
"""
>>> 1+1 == 3
True
>>>
"""


class TemplateTagListTestCase(BaseTaggingTest):
a_model = AlphaModel
Expand Down

0 comments on commit 72a56cb

Please sign in to comment.