Re: Try out new inline features [GSoC admin-ui]

2009-07-06 Thread Zain Memon
Thanks for the feedback, everyone. I'll focus on improving error handling and styles to make reordering more intuitive. patrickk and andybak: I'd love to hear your findings from usability tests. I will be in a pretty good position to implement fixes you suggest (barring community approval) once GSo

Re: Cannot access admin site after update

2009-07-06 Thread Russell Keith-Magee
On Tue, Jul 7, 2009 at 11:46 AM, Diogo Baeder wrote: > > Hi, guys, > > Got this after updating my django trunk working copy to r.11199, and > cannot access the admin site anymore: > > http://dpaste.com/63968/ > > Any ideas of what it might be? If you are looking for help debugging a problem, plea

Cannot access admin site after update

2009-07-06 Thread Diogo Baeder
Hi, guys, Got this after updating my django trunk working copy to r.11199, and cannot access the admin site anymore: http://dpaste.com/63968/ Any ideas of what it might be? Diogo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Try out new inline features [GSoC admin-ui]

2009-07-06 Thread patrickk
@aniybak: yes, we´re doing usability-tests very frequently. that´s one reason why we came up with django-grappelli ... btw, I absolutely agree with the "cancel-button". about the delete-button: IMHO, one needs the possibility to undo the deletion - that´s why it´s almost impossible to let items

Re: Try out new inline features [GSoC admin-ui]

2009-07-06 Thread andybak
Nice! Are you planning to do anything to finesse the behaviour of the 'delete' button? It would be nice (especially on selector inlines) if it looked like items disappeared immediately. I also feel the admin change pages needs a 'cancel' button. It's quite counter-intuitive that the way to leave

Re: Try out new inline features [GSoC admin-ui]

2009-07-06 Thread Adys
Hi Zain This looks very good. One minor complaint; the checkbox-ish design of the handle is a bit counter-intuitive. Is it possible to have it on the right like the other handle, and only be able to grab it from the left side (gmail-ish interface)? Hoping this makes into trunk soon! J On Jul 6

Re: django doc improvement suggestion

2009-07-06 Thread Russell Keith-Magee
On Sun, Jul 5, 2009 at 4:47 PM, Amit Upadhyay wrote: > Further, its difficult to locate information about generic relations on any > of the following pages: > > http://docs.djangoproject.com/en/dev/ > http://docs.djangoproject.com/en/dev/topics/db/models/#topics-db-models > http://docs.djangoproje

Re: Try out new inline features [GSoC admin-ui]

2009-07-06 Thread patrickk
very nice ... some things I´ve came across: - the ordering is not preserved in case of errors. - with stacked inlines, an error should be indicated on the left-hand side (with comment-selectors). otherwise one has to click through all selectors. - with stacked inlines, there´s something wrong wit

Try out new inline features [GSoC admin-ui]

2009-07-06 Thread Zain Memon
Hi everyone, In the last couple of weeks, I've implemented a bunch of inline features. Pictures speak louder than words, so I wrote up a quick blog post describing what's done: http://inzain.net/blog/2009/07/new-features-for-inlines/ Also, I set up a server running my Django branch if you want to