> > Obvious there's some more related tickets without any patches, but
> > they are worthless.
>
> Did you look at #3400? It implements following related fields in the
> admin 'list_filter' option.
Thanks, Nick! That's exactly what I was looking for!
I've also created solution for another often r
On Aug 26, 8:54 pm, Nick Lane <[EMAIL PROTECTED]> wrote:
> On Aug 26, 9:44 am, "Yuri Baburov" <[EMAIL PROTECTED]> wrote:
>
> > > That being said if you could point me to the patch (if it exists) so
> > > that I can try to help get it going again in or just lend another pair
> > > of eyes that wou
On Aug 26, 9:44 am, "Yuri Baburov" <[EMAIL PROTECTED]> wrote:
> > That being said if you could point me to the patch (if it exists) so
> > that I can try to help get it going again in or just lend another pair
> > of eyes that would be really useful. If not, and if the admin isn't in
> > too much
In that case, I will start snooping around the admin contrib and see
if I am up for improving the selection and ordering. I will probably
wait until the new queryset code drops to do anything large so that I
don't work on something that's already been fixed.
On Aug 25, 8:44 pm, "Yuri Baburov" <[
> That being said if you could point me to the patch (if it exists) so
> that I can try to help get it going again in or just lend another pair
> of eyes that would be really useful. If not, and if the admin isn't in
> too much turmoil I can start implementing something like what Tai Lee
> illustr
On Aug 24, 6:03 pm, "Yuri Baburov" <[EMAIL PROTECTED]> wrote:
> > My question was more general than a foreign key, but let's use the
> > Person and City idea. If on the Person list page I wanted to see City,
> > it would be no problem. I could just add 'city' to the list_display
> > tuple. However
I'd be +1 in allowing list_display options in the form of
'model__field' ('model__model__field', ...), and I have found myself
wanting this on several occasions.
Yes it is possible to create a method and call it as a column in the
results, but I think the intention with that was more for calculat
> My question was more general than a foreign key, but let's use the
> Person and City idea. If on the Person list page I wanted to see City,
> it would be no problem. I could just add 'city' to the list_display
> tuple. However, when I sort on 'city' it will be sorting on the
> foreign key, which
On Aug 25, 2:57 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> > Kinda related, I've always wished for a way to set a default for an
> > admin list_filter. So there's something cool for you to do :)
>
> You want to elaborate on a default for list_filter?
Sure. When you visit the admin list
On Aug 24, 5:48 am, SmileyChris <[EMAIL PROTECTED]> wrote:
> On Aug 24, 5:18 pm, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote:
>
> > On 8/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> > > If not, is it a good idea for me to
> > > start on functionality like this with the outstanding ticke
Well, then let me make sure I have all of this right.
My question was more general than a foreign key, but let's use the
Person and City idea. If on the Person list page I wanted to see City,
it would be no problem. I could just add 'city' to the list_display
tuple. However, when I sort on 'city'
On Aug 24, 5:18 pm, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote:
> On 8/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> > If not, is it a good idea for me to
> > start on functionality like this with the outstanding tickets
> > currently.
>
>http://example.com/admin/myapp/poll/?id__lt=
On 8/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> So my question is, is there a patch coming soon where we will be able
> to include related fields of models in the admin columns as well as
> search sort and filter on them? If not, is it a good idea for me to
> start on functionality like
I know the admin contrib package is getting a major overhaul right now
as well as some of the query internals.
So my question is, is there a patch coming soon where we will be able
to include related fields of models in the admin columns as well as
search sort and filter on them? If not, is it a
14 matches
Mail list logo