dpaste/dpaste
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
..
management One time fixes 2014-01-21 12:30:06 +01:00
migrations Fixed duplicate slugs. 2014-04-12 10:10:46 -04:00
settings Added csrf support. Closes issue #34. 2013-12-17 22:52:21 +01:00
static/dpaste Wordwrap support. 2014-01-21 21:08:59 +01:00
templates/dpaste Added little hook to add extra context to homepage 2014-03-01 06:33:52 +00:00
templatetags Fixed indentation that stole 1 whitespace. 4 spaces became 3. 2014-03-13 15:39:57 +01:00
tests Fixed duplicate slugs. 2014-04-12 10:10:46 -04:00
urls Fixed duplicate slugs. 2014-04-12 10:10:46 -04:00
__init__.py Renamed pastebin > dpaste. 2013-03-19 13:33:35 +01:00
forms.py Fixed different fallback values for max-snippets setting. 2014-03-13 15:48:36 +01:00
highlight.py Fixed lexer key validation. Fixed tests. 2014-03-13 15:55:27 +01:00
models.py Fixed duplicate slugs. 2014-04-12 10:10:46 -04:00
views.py One time fixes 2014-01-21 12:30:06 +01:00