Re: [patch]'django_admin.py/manage.py install app' - confusing models validation

2006-02-11 Thread Russell Keith-Magee
On 2/6/06, Kuba Konczyk <[EMAIL PROTECTED]> wrote: > I think this is too much.We only need to validate applications models > that we want to install and maybe also core modules. Hi Kuba, Well spotted. This is a problem - however, the solution isn't quite as simple as your patch, because you need

[patch]'django_admin.py/manage.py install app' - confusing models validation

2006-02-05 Thread Kuba Konczyk
Hello. I have two applications in my project app1 and app2 with defined models and app2 model have error(s).I want to install app1: $ django-admin.py install app1 Error: app1 couldn't be installed, because there were errors in your model: app2.choices: At least one field in Choice should have co