index
:
django-brevisurl
make-max-length-settings-variable-backwards-compatible
master
Django app for shortening urls
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-12-07
Version 2.0.0 bump.
2.0.0
Vladimir Gorej
2013-12-07
Merge pull request #19 from motiteux/feature/settings-url-length
Vladimír Gorej
2013-11-16
removed var from settings in migrations
Marc-Olivier Titeux
2013-11-02
Updating to use local settings
Marc-Olivier Titeux
2013-10-17
Update 0001_initial.py
Marc-Olivier Titeux
2013-10-17
Updated README for max length ori url
Marc-Olivier Titeux
2013-10-17
Error with settings duplicate
Marc-Olivier Titeux
2013-10-17
Settings from global and migrations
Marc-Olivier Titeux
2013-10-17
Commenting test length
Marc-Olivier Titeux
2013-10-17
Corrected merge from local imports
Marc-Olivier Titeux
2013-10-17
Missed branch... missed import
Marc-Olivier Titeux
2013-10-17
Added tests for length original url
Marc-Olivier Titeux
2013-10-17
Missed settings in context
Marc-Olivier Titeux
2013-10-17
original url length from settings
Marc-Olivier Titeux
2013-01-06
Updated README file after repo transfer.
Vladimír Gorej
2012-09-17
Fixes for version 1.0
1.0
Vladimir Gorej
2012-09-17
Issue #13; using absurl util whenrever possible
Vladimir Gorej
2012-09-17
Updated README and context processors values
Vladimir Gorej
2012-09-17
Issue #17; stripping slash from shortened token url
Vladimir Gorej
2012-09-17
Merge pull request #16 from toidi/patch-1
Vladimír Gorej
2012-08-28
Update README.rst
Eduard Iskandarov
2012-06-21
Issue #15; fixed redirect view for local backend"
Vladimir Gorej
2012-06-20
Issue #9; absurl util for constructing absolute urls directly in code
Vladimir Gorej
2012-06-20
Issue #5; Configure protocol of local backend via settings
Vladimir Gorej
2012-06-20
Issue #10; Local backend short url domain
Vladimir Gorej
2012-06-20
Issue #1; configurable token length
Vladimir Gorej
2012-06-20
Issue #7; configurable token characters
Vladimir Gorej
2012-06-20
Cleanup after merging pull request from unaizalakain
Vladimir Gorej
2012-06-20
Merge pull request #8 from unaizalakain/master
Vladimír Gorej
2012-06-10
no validation in original URL, that's supposed to be done elsewhere, so
Unai Zalakain
2012-06-10
silly bugs fixed
Unai Zalakain
2012-06-08
raise TokensExhausted when maximum ShortUrl objects are reached
Unai Zalakain
2012-05-29
Updated readme file concerning configuration of Django Site framework
Vladimir Gorej
2012-05-29
Increased version number
0.9.3
Vladimir Gorej
2012-05-29
Fixed bug with brevisurl redirect view
Vladimir Gorej
2012-05-29
Increased version number
0.9.2
Vladimir Gorej
2012-05-29
Fixed bug in absurl template tag
Vladimir Gorej
2012-05-29
Added support for bypasing django site framework
0.9.1
Vladimir Gorej
2012-05-28
Fix in readme file
0.9
Vladimir Gorej
2012-05-28
Fix in readme file
Vladimir Gorej
2012-05-28
First beta release
Vladimir Gorej
2012-05-27
Initial commit
Vladimir Gorej