Re: Case handling for application verbose names

2014-03-10 Thread Russell Keith-Magee
On Mon, Mar 10, 2014 at 3:27 PM, Shai Berger wrote: > On Monday 10 March 2014 08:30:41 Russell Keith-Magee wrote: > > On Mon, Mar 10, 2014 at 4:23 AM, Aymeric Augustin < > > > > aymeric.augus...@polytechnique.org> wrote: > > > > > > I'm now thinking that it's acceptable to keep capitalized applic

Re: Case handling for application verbose names

2014-03-10 Thread Shai Berger
On Monday 10 March 2014 08:30:41 Russell Keith-Magee wrote: > On Mon, Mar 10, 2014 at 4:23 AM, Aymeric Augustin < > > aymeric.augus...@polytechnique.org> wrote: > > > > I'm now thinking that it's acceptable to keep capitalized application > > names and live with the inconsistency. However, if I h

Re: Case handling for application verbose names

2014-03-09 Thread Russell Keith-Magee
On Mon, Mar 10, 2014 at 4:23 AM, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > Hello, > > https://code.djangoproject.com/ticket/22070 reported an inconsistency in > the capitalization of application verbose names. It was most visible in the > admin index page. In order to fix thi

Case handling for application verbose names

2014-03-09 Thread Aymeric Augustin
Hello, https://code.djangoproject.com/ticket/22070 reported an inconsistency in the capitalization of application verbose names. It was most visible in the admin index page. In order to fix this bug, application names were capitalized. The alternative was to pass application names through capfi