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

2006-02-16 Thread Russell Keith-Magee
Hi Kuba, I just added a patch for this to the magic-removal branch (as ChangeSet 2310). Russ Magee %-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to

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

2006-02-12 Thread jkk
Hi Russel. Thanks for your reply.I admit my patch is rather naive;).I'm currently working on better solution according to your advices. Kuba

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