I'm having a similar issue. Here's a summary of my model.
class Encyclopedie(models.Model):
titre = models.CharField(maxlength=100, unique=True)
index = models.ForeignKey("Page", related_name="index_set",
blank=True, null=True)
class Page(models.Model):
encyclopedie = mod
> As noted in another message in this thread; this looks like your user
> object hasn't been saved before being added to the m2m object.
This was indeed the issue.
> This looks like it could be a manifestation of Ticket #1839. I'm in the
> process of looking at this one at the moment.
Please le
On 6/29/06, Norbert Wojtowicz <[EMAIL PROTECTED]> wrote:
112. if follow.get(f.name, False): AttributeError at /admin/auth/user/1/ 'bool' object has no attribute 'get'This looks like it could be a manifestation of Ticket #1839. I'm in the process of looking at this one at the moment.
Second
Answering my own mail here...
> Second Problem (I'm not sure, but I think it may be related to the previous):
...
> for n in data['recipients']:
> e.recipients.add(User.objects.get(pk=n))
This is no longer a problem. Malcolm Tredinnick answered this issue
yesterday (I have simply not
Hello,
I have not been able to resolve this issue with people's help on irc, so I'm
hoping to reach a larger audience.
Dependencies:
- reset all my databases
- running mod_python + apache
(restarted more than once :)
- svn trunk (a day old at the time of writing)
Problem:
domain/admin/auth/u
Hello,
I have not been able to resolve this issue with people's help on irc, so I'm
hoping to reach a broader audience.
Dependencies:
- reset all my databases
- running mod_python + apache
(restarted more than once :)
- svn trunk (a day old at the time of writing)
Problem:
domain/admin/auth/
6 matches
Mail list logo