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
Age
Commit message (
Expand
)
Author
2015-08-10
Add Django 1.8 to Travis build
add-1.8-to-travis
Ben Firshman
2014-12-31
Merge pull request #12 from bfirsh/travis-docker
HEAD
master
Ben Firshman
2014-12-17
Run Travis tests using Docker
Ben Firshman
2014-10-31
Merge pull request #11 from bfirsh/ship-1.1.0
1.1.0
Ben Firshman
2014-10-31
Update URL in readme
Ben Firshman
2014-10-31
Ship 1.1.0
Ben Firshman
2014-10-31
Update path for long description in setup.py
Ben Firshman
2014-10-31
Rename "README" to "README.rst"
Ben Firshman
2014-10-31
Revert "Convert readme to markdown"
Ben Firshman
2014-09-22
Merge pull request #8 from bfirsh/crockford-base32
Ben Firshman
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 sp...
Ben Firshman
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-21
Remove buildout config
Ben Firshman
2014-09-21
Update setup.py
Ben Firshman
2014-09-21
Merge pull request #10 from bfirsh/markdown-readme
Ben Firshman
2014-09-21
Add Travis and PyPi badge
Ben Firshman
2014-09-21
Convert readme to markdown
Ben Firshman
2014-09-21
Merge pull request #9 from bfirsh/django-1.7
Ben Firshman
2014-09-20
Add support for Django 1.7, remove 1.2 and 1.3
Ben Firshman
2014-09-20
Remove comments in .travis.yml
Ben Firshman
2014-09-21
Merge pull request #7 from bfirsh/travis
Ben Firshman
2014-09-20
Update Django 1.4 version
Ben Firshman
2014-09-20
Remove Python 2.5
Ben Firshman
2014-09-20
Add test settings to work in Django 1.4
Mjumbe Wawatu Poe
2014-09-20
Add a config file for Travis (see http://travis-ci.org)
Mjumbe Wawatu Poe
2014-09-20
Fixed test case not running
Ben Firshman
2014-09-21
Merge pull request #5 from mjumbewu/pullfrom
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
Merge pull request #4 from streety/master
Jacob Kaplan-Moss
2011-07-04
Corrected sample usage to convert back to decimal.
Jonathan Street
2009-12-16
Fixed a typo in the readme
Dougal Matthews
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-20
Fixed a few typos in the README.
Camron Flanders
2009-04-20
Added an interpreter, and also added a way to test against multiple Django ve...
Jacob Kaplan-Moss
2009-04-12
Fixed README markup.
Jacob Kaplan-Moss
2009-04-12
Updated classifiers a bit.
Jacob Kaplan-Moss
2009-04-12
Bump version with the bug fix.
Jacob Kaplan-Moss
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