index
:
django-shorturls
add-1.8-to-travis
extract-shortener-to-class
master
A URL shortening app for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shorturls
Age
Commit message (
Expand
)
Author
2014-09-20
Add test settings to work in Django 1.4
Mjumbe Wawatu Poe
2014-09-20
Fixed test case not running
Ben Firshman
2012-03-15
In the tests, pass a Context instead of a dict to the template to render
Mjumbe Wawatu Poe
2012-03-15
whitespace
Mjumbe Wawatu Poe
2011-07-04
Corrected sample usage to convert back to decimal.
Jonathan Street
2009-04-28
Moved the baseconv tests into the test suite so they'll be run along with eve...
Jacob Kaplan-Moss
2009-04-28
Tests now run all three example convertors.
simonw
2009-04-28
Now testing the hexconv convertor rather than the Python built-in hex() function
simonw
2009-04-12
Fixed a Python 2.5ism.
Jacob Kaplan-Moss
2009-04-12
Fixed a final bug before stuffing up to github.
Jacob Kaplan-Moss
2009-04-12
Added docs, and fixed a bug that writing the docs revealed.
Jacob Kaplan-Moss
2009-04-12
Added the templatetag.
Jacob Kaplan-Moss
2009-04-12
Added a working shorturl redirect view, with tests.
Jacob Kaplan-Moss
2009-04-12
Buildout bootstrap setup.
Jacob Kaplan-Moss