diff options
| author | Jacob Kaplan-Moss | 2009-04-12 18:25:15 -0500 | 
|---|---|---|
| committer | Jacob Kaplan-Moss | 2009-04-12 18:25:15 -0500 | 
| commit | 9d86549d74c6d3f4d7e661fd643aee739e268a6d (patch) | |
| tree | d5ebbd1ae7e1d661de3d18b91eb2f5fd096b0673 /src/shorturls/tests/__init__.py | |
| parent | b5ee253b28673fcfad49f09d9d2687e86ed520b7 (diff) | |
| download | django-shorturls-9d86549d74c6d3f4d7e661fd643aee739e268a6d.tar.bz2 | |
Added the templatetag.
Diffstat (limited to 'src/shorturls/tests/__init__.py')
| -rw-r--r-- | src/shorturls/tests/__init__.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/shorturls/tests/__init__.py b/src/shorturls/tests/__init__.py index 6b7a7a3..25d0b61 100644 --- a/src/shorturls/tests/__init__.py +++ b/src/shorturls/tests/__init__.py @@ -1,2 +1,3 @@  from shorturls.tests.models import * -from shorturls.tests.test_views import *
\ No newline at end of file +from shorturls.tests.test_views import * +from shorturls.tests.test_templatetag import *
\ No newline at end of file | 
