Re: Need ability to specify attributes in element inside Select widgets

2008-02-05 Thread mliddle
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

Need ability to specify attributes in element inside Select widgets

2008-02-05 Thread mliddle
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

Re: [7084] extends headaches

2008-02-05 Thread Malcolm Tredinnick
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

Re: [7084] extends headaches

2008-02-05 Thread Collin Grady
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

[7084] extends headaches

2008-02-05 Thread David Larlet
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

Bug in django.contrib.admin when updating fields based on foreign keys? (or am I doing something wrong)

2008-02-05 Thread MikeH
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

Re: A tale of a security fix, a regression, and two tickets

2008-02-05 Thread Ramiro Morales
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