Re: two way edit ManyToManyField in admin interface

2007-06-22 Thread stano
Oh, sorry. It works. Even, I found a mention about that in documentation. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: two way edit ManyToManyField in admin interface

2007-06-21 Thread stano
I tried move Project into separate file models_project.py and in models.py add from models_project import Project And in models_project.py add from django.db import models from models import User but does not work too :-( Stano. --~--~-~--~~~---~--~~ You

Re: two way edit ManyToManyField in admin interface

2007-06-21 Thread stano
, timetracker.tracker: name 'User' is not defined I remember that In C language I can write function header at the start of source code and function body later... I need something like this in this case... It can be done somehow? Stano. KpoH napísal(a): > projects = models.ManyToManyField('Project', > >

two way edit ManyToManyField in admin interface

2007-06-21 Thread stano
to select existing users which belongs to project. It is possible to show list of Projects while editing User? Thanks. Stano Paška --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" grou