Re: django admin errors

2006-07-18 Thread Johann
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

Re: django admin errors

2006-06-28 Thread Norbert
> 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

Re: django admin errors

2006-06-28 Thread Russell Keith-Magee
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

Re: django admin errors

2006-06-28 Thread [EMAIL PROTECTED]
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

django admin errors

2006-06-28 Thread Norbert
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

django admin errors

2006-06-28 Thread Norbert Wojtowicz
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/