Re: Admin UI improvement - actions displayed as buttons rather than drop-down list

2012-11-04 Thread Julien Phalip
Hi Marijonas, I've left a comment in your ticket. The conversation can continue there. Thanks, Julien On Nov 4, 2012, at 8:15 AM, Marijonas Petrauskas wrote: > Yes, it's created by me. Sorry for not referencing it. > > > On Sun, Nov 4, 2012 at 2:06 PM, Łukasz Rekucki

Re: Add a "split" field to a model causes problems

2012-11-04 Thread Mike Johnson
Ahh, got it now. Thanks! On Sunday, November 4, 2012 1:10:48 PM UTC-8, Andrew Ingram wrote: > > Hi Mike, > > It looks like I missed part of the problem, namely that abstract models > are involved. These model definitions should trigger the error: > > from django.db import models > > > class

Re: Add a "split" field to a model causes problems

2012-11-04 Thread Mike Johnson
Hi Andrew, I'm trying to come up with a test case for this and am struggling to reproduce the problem in test. Can you post some code to help us reproduce it? Thanks, Mike On Tuesday, October 23, 2012 3:52:10 AM UTC-7, Andrew Ingram wrote: > > Hi all, > > This one stung me today. Basically

Re: Admin UI improvement - actions displayed as buttons rather than drop-down list

2012-11-04 Thread Marijonas Petrauskas
Yes, it's created by me. Sorry for not referencing it. On Sun, Nov 4, 2012 at 2:06 PM, Łukasz Rekucki wrote: > Hi, > > Isn't this https://code.djangoproject.com/ticket/19235 ? > > Regards, > Łukasz Rekucki > > -- > You received this message because you are subscribed to the

Re: Admin UI improvement - actions displayed as buttons rather than drop-down list

2012-11-04 Thread Łukasz Rekucki
Hi, Isn't this https://code.djangoproject.com/ticket/19235 ? Regards, Łukasz Rekucki -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group,

Admin UI improvement - actions displayed as buttons rather than drop-down list

2012-11-04 Thread Marijonas Petrauskas
Hello, Sorry if this was already discussed before. I find current action interface a bit of an overkill when the number of actions is small. At least 3 clicks are needed to execute an action and sometimes important functionality gets hidden under the drop-down and can be harder to find for