Re: I think I'm doing something wrong...

2006-06-06 Thread Zanchey
Elver, I haven't had much of a play with it, but I get much better results from your little test program if I add a trailing slash to the action field of your form. i.e. - + This avoids the redirect that Django sends when it receives a URL without a trailing slash, trashing your form informat

Re: I think I'm doing something wrong...

2006-06-06 Thread Zanchey
Haha, three replies within two minutes. Sorry for the spam. David Adam [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googl

Calling an OtherField-style validator on an inline/stacked field

2006-02-21 Thread Zanchey
Hi everyone, I've had a good search on the web, the wiki and the list archives, as well as asking on IRC, and I'm yet to come up with a good solution to this problem. Basically, I'm trying to run a custom validator on a field which is part of a model linked by a ForeignKey and set to edit_inline

save() and null/blank character fields

2006-03-12 Thread Zanchey
Hi all, After tearing my hair out with an "OperationalError: Unable to close due to unfinalised statements" exception this afternoon under SQLite, I switched over to Postgres. This threw more helpful exceptions, and led me to discover that when calling save() on an AddManipulator instance, any un

Re: save() and null/blank character fields

2006-03-13 Thread Zanchey
Malcom: Sure thing. I'll see if I can whip up a testcase (be nice if it's disappeared). David Adam [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen