dpaste/dpaste/migrations
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
..
0001_initial.py Renamed pastebin > dpaste. 2013-03-19 13:33:35 +01:00
0002_auto__del_spamword__del_field_snippet_author__del_field_snippet_title.py Renamed pastebin > dpaste. 2013-03-19 13:33:35 +01:00
0003_auto__del_field_snippet_content_highlighted.py Cleaned up models. 2013-08-15 19:06:15 +02:00
0004_auto__chg_field_snippet_expires__chg_field_snippet_secret_id__chg_fiel.py Added option to keep snippets forever. 2014-01-11 16:00:11 +01:00
0005_auto__add_field_snippet_expire_type__add_field_snippet_view_count.py Support for onetime snippets. 2014-01-21 12:10:52 +01:00
0006_auto__add_unique_snippet_secret_id.py Fixed duplicate slugs. 2014-04-12 10:10:46 -04:00
__init__.py Renamed pastebin > dpaste. 2013-03-19 13:33:35 +01:00