On Sat, Jul 5, 2008 at 3:10 AM, Keir <[EMAIL PROTECTED]> wrote:
> I have recently been working on my first project in Django and have
> encountered a small problem when using ModelForm. Here's my ModelForm
> class
You're on the wrong list. ^_^ For support questions, you want django-users.
The
Hi,
I have recently been working on my first project in Django and have
encountered a small problem when using ModelForm. Here's my ModelForm
class
class MessageForm(forms.ModelForm):
user_accounts = account.objects.filter(id=USER_ID)|
account.objects.filter(parent=USER_ID)
accou