aboutsummaryrefslogtreecommitdiffstats
path: root/src/shorturls
AgeCommit message (Expand)Author
2014-09-21Speed up from_decimal and to_decimal by a lot (third to 50%ish).Matthew Somerville
2014-09-21Perform doctest if run directlyMatthew Somerville
2014-09-21Added SHORTURLS_DEFAULT_CONVERTER setting so template tag converter can be sp...Ben Firshman
2014-09-21Added Crockford's base32 converterBen Firshman
2014-09-21The converter can now be chosen for the view, and more helpful 404s are thrownBen Firshman
2014-09-20Add support for Django 1.7, remove 1.2 and 1.3Ben Firshman
2014-09-20Add test settings to work in Django 1.4Mjumbe Wawatu Poe
2014-09-20Fixed test case not runningBen Firshman
2012-03-15In the tests, pass a Context instead of a dict to the template to renderMjumbe Wawatu Poe
2012-03-15whitespaceMjumbe Wawatu Poe
2011-07-04Corrected sample usage to convert back to decimal.Jonathan Street
2009-04-28Moved the baseconv tests into the test suite so they'll be run along with eve...Jacob Kaplan-Moss
2009-04-28Tests now run all three example convertors.simonw
2009-04-28Now testing the hexconv convertor rather than the Python built-in hex() functionsimonw
2009-04-12Fixed a Python 2.5ism.Jacob Kaplan-Moss
2009-04-12Fixed a final bug before stuffing up to github.Jacob Kaplan-Moss
2009-04-12Added docs, and fixed a bug that writing the docs revealed.Jacob Kaplan-Moss
2009-04-12Added the templatetag.Jacob Kaplan-Moss
2009-04-12Added a working shorturl redirect view, with tests.Jacob Kaplan-Moss
2009-04-12Buildout bootstrap setup.Jacob Kaplan-Moss