Re: Should AdminSite be able to handle different namespace?

2013-11-09 Thread Russell Keith-Magee
On Sun, Nov 10, 2013 at 1:10 AM, Florian Apolloner wrote: > Hi Vajrasky, > > > On Saturday, November 9, 2013 4:47:35 PM UTC+1, Vajrasky Kok wrote: >> >> While working on this ticket, I was pondering whether we should really >> fix this or not because one of the core developers said, >> > > Imo fix

Re: Should AdminSite be able to handle different namespace?

2013-11-09 Thread crg.mab...@gmail.com
Sent from my HTC - Reply message - From: "Vajrasky Kok" To: Subject: Should AdminSite be able to handle different namespace? Date: Sat, Nov 9, 2013 3:47 pm Greetings, friends! This is related with this ticket: https://code.djangoproject.com/ticket/21132 While working on this ticket,

Re: Should AdminSite be able to handle different namespace?

2013-11-09 Thread Florian Apolloner
Hi Vajrasky, On Saturday, November 9, 2013 4:47:35 PM UTC+1, Vajrasky Kok wrote: > > While working on this ticket, I was pondering whether we should really fix > this or not because one of the core developers said, > Imo fixing this won't be easy; see for instance how admin_urlname filter is im

Should AdminSite be able to handle different namespace?

2013-11-09 Thread Vajrasky Kok
Greetings, friends! This is related with this ticket: https://code.djangoproject.com/ticket/21132 While working on this ticket, I was pondering whether we should really fix this or not because one of the core developers said, "The whole admin is currently built on the idea that the app is name

Re: Enable storing NULL in database

2013-11-09 Thread Alessandro Pagnin
I had the same problem to solve, and I made this app to solve the problem https://github.com/alepane21/django-nullablecharfield. On the "widget level" it adds to the right of the field a checkbox to click to set the value to None/NULL. On Thursday, November 7, 2013 11:37:47 AM UTC+1, Vlastimil Z