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
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
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
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