dpaste/dpaste/urls
Martin Mahner 0a3e2b5082 Fixed duplicate slugs.
Before a slug could get generated again, which threw an error since it was not unique, but treated as a kind of primary key.

Now if the same slug gets generated again, we generate one other slug with one more character.
2014-04-12 10:10:46 -04:00
..
__init__.py Moved about page to 'paste' to fix 3rd party integration. 2013-11-29 18:46:11 +01:00
dpaste.py Fixed duplicate slugs. 2014-04-12 10:10:46 -04:00
dpaste_api.py Fixed urlpattern warning. 2013-11-24 19:46:47 +01:00