Re: Django filter hack

2006-05-04 Thread Alexandru Badiu
Hi, Sorry for the late reply. You probably now it by now, but the effect is fading in / out and sliding.AnduOn 3/13/06, Adrian Holovaty < [EMAIL PROTECTED]> wrote:On 3/8/06, Andu < [EMAIL PROTECTED]> wrote:> One of the problems I faced when using Django's admin was the filter> part overlapped the t

Re: Django filter hack

2006-03-12 Thread Adrian Holovaty
On 3/8/06, Andu <[EMAIL PROTECTED]> wrote: > One of the problems I faced when using Django's admin was the filter > part overlapped the table with data, when I showed lots of fields in > the admin listing. > > I did a quick hack today and made it toggable. If you want to aply a > filter, show it.

Re: Django filter hack

2006-03-08 Thread tonemcd
This is very nice - very helpful! Cheers, Tone --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group

Re: Django filter hack

2006-03-08 Thread oggie rob
> I did a quick hack today and made it toggable. If you want to aply a filter, show it. If not, leave it there and browse the listings. This is nice - can you write up a bug? -rob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Django filter hack

2006-03-08 Thread limodou
On 3/8/06, Andu <[EMAIL PROTECTED]> wrote: > > Hi all, > > One of the problems I faced when using Django's admin was the filter > part overlapped the table with data, when I showed lots of fields in > the admin listing. > > I did a quick hack today and made it toggable. If you want to aply a > fil