Control: tag -1 + patch
On Mon, 08 Sep 2014, Raphael Hertzog wrote:
> We need thus to create an equivalent Django 1.7 migrations, but I failed
> to do so since "lava_server/manage.py makemigrations" fails trying to
> create migration that increases the username from 30 to 255 in length.
I did tha
On Mon, 08 Sep 2014, Raphael Hertzog wrote:
> So the first fix is this one:
Here's a more complete set of patches. It still fails 3 tests due to
a missing lava-health user. That user is created by the south migrations
which are not used with Django 1.7. Otherwise all other unit tests passes.
We n
On Mon, 04 Aug 2014, Neil Williams wrote:
> ./lava_server/manage.py fails with
> django.core.exceptions.ImproperlyConfigured: Application labels aren't
> unique, duplicates: django_tables2
>
> I can't find a duplicate within lava-server. A search turns up the docs
> on AppConfig (which lava-server
Control: tag -1 help
lava-server does not install with django1.7 - the error blames a
problem with django-tables2, although it would seem to be a django1.7
migration issue inside lava-server.
This is the principle problem with django1.7 for me - I need to use
lava-server as the principle test of
4 matches
Mail list logo