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
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,
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
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
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