mirror of https://github.com/snachodog/mybuddy.git
f58571bf17
Currently it is easy for a child with non-ascii name to get empty slug: 'Мааян' 'Паскин-Чернявский' => '-' 'Мааян' 'Паскин' => '' Once any child has an empty slug, many pages break with NoReverseMatch errors. This commit at least prevents setting such names; slug computation to be fixed later. |
||
---|---|---|
.. | ||
migrations | ||
static_src | ||
templates/core | ||
templatetags | ||
tests | ||
__init__.py | ||
admin.py | ||
forms.py | ||
models.py | ||
timeline.py | ||
urls.py | ||
utils.py | ||
views.py |