Commit graph

9 commits

Author SHA1 Message Date
Scot Hacker
90c41d1f29 Django 2.0 compatibility (requirement)
- URLs to path() style
- Misc updates
- Namespaces all URL references
- Removes dependency on AutoSlugField
- Cleaner reversals
- Cleaner docstrings
2018-02-03 00:09:23 -08:00
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
Scot Hacker
84a2e6ca08 PEP-8 enhancements 2016-12-04 23:17:34 -08:00
Peter Bittner
9413e7b590 Add long_description and custom clean command (setup.py) 2016-04-10 23:40:16 +02:00
Peter Bittner
dadb8f1ff6 Add tox configuration and integration with setup.py
Add Travis CI build server configuration

Add badges and Tests section to README

Bump version (development)
2016-04-10 19:42:24 +02:00
Peter Bittner
0194290140 Bugfix hashbang 2014-05-31 09:36:54 +02:00
Peter Bittner
97d27f7589 Reformatted readme and license
Move some setup values to package

Added .gitignore
2014-05-31 09:19:27 +02:00
Scot Hacker
4dfab71f33 Updated version info 2013-08-31 10:00:35 -07:00
Scot Hacker
5be5ea023c Moving from google code to github. 2010-09-27 01:12:13 -07:00