Triaged
---
https://code.djangoproject.com/ticket/28384 - ModelAdmin.lookup_allowed()
incorrectly raises DisallowedModelAdminLookup lookup with foreign key as
primary key (accepted)
https://code.djangoproject.com/ticket/28388 - JSONField cannot be
overridden to use OrderedDict as python
Hi again,
some time ago I suggested a change to the UserAdmin.get_readonly_fields()
restricting non-superuser staff people from being able to elevate anyone's
permissions -- an issue many administratiors miss when giving access to the
User admin.
https://code.djangoproject.com/ticket/23559
Th
> On 12. May 2017, at 11:42, Aymeric Augustin
> wrote:
>
>> On 7 May 2017, at 11:32, Curtis Maloney wrote:
>>
>> Dogfooding is a fairly strong argument, IMHO.
>>
>> Especially when there's a volunteer to do the work.
>>
>> --
>> C
>
> I agree.
>
> I was mildly concerned about the effect o
Hi everyone,
I had an idea that would save me time working with Django:
The manage.py wouldn't only print "Unknown command" when incomplete
subcommand name given, but also print those available by substring search.
https://code.djangoproject.com/ticket/28398
I added a screenshot and a patch th