aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-09-28Create `ShortURLConverter` classextract-shortener-to-classTeddy Wing
Extract URL shortening functionality into a new class. This moves the work outside of the `ShortURL` template tag class and into a new `ShortURLConverter` class. This allows us to ask for short URLs outside the context of the template tag. It now becomes possible to find the short URL of an object in other places, like an API.
2014-12-31Merge pull request #12 from bfirsh/travis-dockerHEADmasterBen Firshman
Run Travis tests using Docker
2014-12-17Run Travis tests using DockerBen Firshman
2014-10-31Merge pull request #11 from bfirsh/ship-1.1.01.1.0Ben Firshman
Ship 1.1.0
2014-10-31Update URL in readmeBen Firshman
2014-10-31Ship 1.1.0Ben Firshman
2014-10-31Update path for long description in setup.pyBen Firshman
2014-10-31Rename "README" to "README.rst"Ben Firshman
So GitHub makes it pretty.
2014-10-31Revert "Convert readme to markdown"Ben Firshman
This reverts commit d191fa22e08c6d38c13b89aca6c40356d77a9940. Conflicts: README
2014-09-22Merge pull request #8 from bfirsh/crockford-base32Ben Firshman
Add Crockford's base32 and performance improvements
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 ↵Ben Firshman
specified
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-21Remove buildout configBen Firshman
2014-09-21Update setup.pyBen Firshman
2014-09-21Merge pull request #10 from bfirsh/markdown-readmeBen Firshman
Markdown readme
2014-09-21Add Travis and PyPi badgeBen Firshman
2014-09-21Convert readme to markdownBen Firshman
2014-09-21Merge pull request #9 from bfirsh/django-1.7Ben Firshman
Django 1.7
2014-09-20Add support for Django 1.7, remove 1.2 and 1.3Ben Firshman
2014-09-20Remove comments in .travis.ymlBen Firshman
2014-09-21Merge pull request #7 from bfirsh/travisBen Firshman
Add Travis CI
2014-09-20Update Django 1.4 versionBen Firshman
2014-09-20Remove Python 2.5Ben Firshman
2014-09-20Add test settings to work in Django 1.4Mjumbe Wawatu Poe
2014-09-20Add a config file for Travis (see http://travis-ci.org)Mjumbe Wawatu Poe
2014-09-20Fixed test case not runningBen Firshman
2014-09-21Merge pull request #5 from mjumbewu/pullfromBen Firshman
In the tests, pass a Context instead of a dict to the template to render
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-04Merge pull request #4 from streety/masterJacob Kaplan-Moss
Correction to sample usage.
2011-07-04Corrected sample usage to convert back to decimal.Jonathan Street
2009-12-16Fixed a typo in the readmeDougal Matthews
2009-04-28Moved the baseconv tests into the test suite so they'll be run along with ↵Jacob Kaplan-Moss
everythign else.
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-20Fixed a few typos in the README.Camron Flanders
2009-04-20Added an interpreter, and also added a way to test against multiple Django ↵Jacob Kaplan-Moss
versions.
2009-04-12Fixed README markup.Jacob Kaplan-Moss
2009-04-12Updated classifiers a bit.Jacob Kaplan-Moss
2009-04-12Bump version with the bug fix.Jacob Kaplan-Moss
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