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
Age
Commit message (
Collapse
)
Author
2014-09-21
Speed up from_decimal and to_decimal by a lot (third to 50%ish).
Matthew Somerville
2014-09-21
Perform doctest if run directly
Matthew Somerville
2014-09-21
Added SHORTURLS_DEFAULT_CONVERTER setting so template tag converter can be ↵
Ben Firshman
specified
2014-09-21
Added Crockford's base32 converter
Ben Firshman
2014-09-21
The converter can now be chosen for the view, and more helpful 404s are thrown
Ben Firshman
2014-09-20
Add support for Django 1.7, remove 1.2 and 1.3
Ben Firshman
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 ↵
Jacob Kaplan-Moss
everythign else.
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