diff options
| author | Ben Firshman | 2010-01-25 00:03:58 +0000 | 
|---|---|---|
| committer | Ben Firshman | 2014-09-21 17:07:11 -0700 | 
| commit | dd385d25d42bc16251c9e755b72500fec519b262 (patch) | |
| tree | 3a1133fa0749ec25ea3cf6ca7cf282e37046cf5c /src/shorturls/tests | |
| parent | 967f4ddab7bb68bc1cbd10a30658c65fd67c9acb (diff) | |
| download | django-shorturls-dd385d25d42bc16251c9e755b72500fec519b262.tar.bz2 | |
The converter can now be chosen for the view, and more helpful 404s are thrown
Diffstat (limited to 'src/shorturls/tests')
| -rw-r--r-- | src/shorturls/tests/test_views.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/shorturls/tests/test_views.py b/src/shorturls/tests/test_views.py index a2813f2..e2c7b63 100644 --- a/src/shorturls/tests/test_views.py +++ b/src/shorturls/tests/test_views.py @@ -1,5 +1,4 @@  from django.conf import settings -from django.http import Http404  from django.test import TestCase  from shorturls.baseconv import base62 | 
