Sorry, I forgot to mention that, in case you'd not guessed, this
applies to the newforms library :)
On Feb 6, 3:50 pm, mliddle <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> One can specify attributes for the element itself using
> the attrs KW arg. to the Select constructor. However it is not
> pos
Hi there,
One can specify attributes for the element itself using
the attrs KW arg. to the Select constructor. However it is not
possible to do something similar for the elements that
this select element will contain.
Obviously these attributes will probably depend on the option value
and or l
On Tue, 2008-02-05 at 16:14 +0100, David Larlet wrote:
> Hello,
>
> I'd just updated my local version of django and it raises errors due
> to 7084 changeset (extends should be the first tag). I put all my
> extends tags above all my load tags in every templates and I realize
> that it rais
David Larlet said the following:
> I'd just updated my local version of django and it raises errors due
> to 7084 changeset (extends should be the first tag). I put all my
> extends tags above all my load tags in every templates and I realize
> that it raises errors for comment tags too... I
Hello,
I'd just updated my local version of django and it raises errors due
to 7084 changeset (extends should be the first tag). I put all my
extends tags above all my load tags in every templates and I realize
that it raises errors for comment tags too... I used to keep svn infos
at the
Hi all,
I have a problem updating aggregate fields in one model when they use values
from their foreign key relationships. This only occurs when I update the
information using the admin application.
I have the following models, and a little test case included in a comment to
show what I expect to
On Feb 5, 2008 2:12 AM, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
>
> It's a little unclear from your post whether you're reporting another
> bug, saying what you think should happen or describing what does happen.
> Are you demonstrating actual output or preferred output?
Yes, I see now my m