Inlines user permissions problem + view only permissions

2010-05-18 Thread Vali Lungu
Hello, I'm not sure if this is a bug or I'm just missing something (although I have already parsed the documentation about inlines), but: Let's say I have a model A. Model A is an inline of model B. User U has full access to model B, but only change permissions to model A (so, no add, nor delete)

Re: Best OS - VPS environment

2010-08-16 Thread Vali Lungu
My development environment includes Ubuntu 9.10 and 10.04. I'm also using virtualenvs, but not w/ Apache. I'm using Nginx instead. This configuration has been working flawlessly for me, and I'm implementing it on all production servers too. It's quite fast and flexible, and quite easy to install.

Re: reverse ForeignKey

2010-09-23 Thread Vali Lungu
Hi, You may be interested in this: http://stackoverflow.com/questions/2618893/how-to-filter-queryset-in-changelist-view-in-django-admin, looks like a similar (solved) problem. In short, it's about overriding the queryset() method of ModelAdmin. On Thu, Sep 23, 2010 at 11:33 AM, ionut cristian cuc