coins-demo/todo
Manos Pitsidianakis 710cb1a0ad Add utf-8 support in slugs with autoslug
Slugs end up empty if list name consists only of non-ascii characters
and that results in an error. Autoslug converts non-ascii characters to
appropriate ascii ones and auto-updates the slug when list name changes.

Add unidecode dependency and fix PEP8 errors

models.py: add one blank line for PEP8
2017-04-12 00:30:54 +03:00
..
migrations Allow unassigned ("anyone") tickets 2016-04-09 11:56:27 -07:00
static/todo Remove most CSS, clean up templates 2014-11-07 22:26:53 -08:00
templates/todo view_list.html: Changed del_task to del_tasks, views.py: Changed del_task back to del_tasks 2016-11-30 16:32:22 -05:00
__init__.py Bump version for bug fixes 2016-12-04 23:21:49 -08:00
admin.py Add flake8 configuration, fix flake8 complaints 2015-09-02 23:30:04 +02:00
forms.py PEP-8 enhancements 2016-12-04 23:17:34 -08:00
models.py Add utf-8 support in slugs with autoslug 2017-04-12 00:30:54 +03:00
settings.py Fix flake8 complaints 2016-04-10 20:06:21 +02:00
urls.py Clean-up / modernize templates and views 2016-04-09 02:23:11 -07:00
utils.py Reduce complexity of view_list to bring tox complexity down to 10 2016-08-02 01:32:29 -07:00
views.py PEP-8 enhancements 2016-12-04 23:17:34 -08:00