Re: Django 1.6 release timeline

2013-10-07 Thread Russell Keith-Magee
On Sun, Oct 6, 2013 at 4:31 AM, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > Several release blockers were discovered over the last two weeks. > > Most were fixed, two are still open: > https://code.djangoproject.com/ticket/21197 > https://code.djangoproject.com/ticket/21164 > >

Design discussion: admin alert messages

2013-10-07 Thread Ryan Allen
https://github.com/django/django/pull/1715 Currently, all admin messages have a background color of light yellow, whether they are success message, warning message, or error message. Errors are displayed with red (#F00) text. This pull request would give success messages a green background and

Design discussion: admin alert styling update

2013-10-07 Thread Ryan Allen
Up for discussion - https://github.com/django/django/pull/1715 The alert messages in the Django admin do not abide by the UX philosophy "Don't Make Me Think". All messages whether success, warning, or error, have a background color of yellow. This pull would change the bg-color of successes to