jazzband/django-dbtemplates

Test warnings

Closed this issue · 0 comments

0002_auto__del_unique_template_name.py migration raises warnings in tests:

Creating test database for alias 'default'...
   ! WARNING: SQLite does not support adding unique constraints. Ignored.
   ! WARNING: SQLite does not support removing unique constraints. Ignored.

This means that contrary to Template model definition, template names must be unique in tests.