Re: ManyToMany widget in admin - the "user - permission way.."

2017-11-28 Thread Matemática A3K
> > I have this error: > > Unhandled exception in thread started by check_errors..wrapper at 0x7f2fa8d646a8> > > Traceback (most recent call last): > > File "/usr/local/lib/python3.5/dist-packages/django/utils/autoreload.py", > line 228, in wrapper > > fn(*args, **kwargs) > > File

Re: ManyToMany widget in admin - the "user - permission way.."

2017-11-28 Thread Allan Nava
Il giorno venerdì 27 febbraio 2009 15:14:13 UTC+1, Daniel Roseman ha scritto: > > On Feb 27, 1:21 pm, Anders wrote: > > Hi. > > > > In the users admin of Django admin there is a nice way of selecting > > permissions for each user by adding and removing

Re: ManyToMany widget in admin - the "user - permission way.."

2009-02-27 Thread Daniel Roseman
On Feb 27, 1:21 pm, Anders wrote: > Hi. > > In the users admin of Django admin there is a nice way of selecting > permissions for each user by adding and removing permissions from a > list of available permissions. () > > I have models set up similar to the

ManyToMany widget in admin - the "user - permission way.."

2009-02-27 Thread Anders
Hi. In the users admin of Django admin there is a nice way of selecting permissions for each user by adding and removing permissions from a list of available permissions. () I have models set up similar to the ones used for users and permissions, but I am not able to get the nice "select from