per-object permission

2010-08-18 Thread andu
ide of change list view of admin page) 2. Is there any other means? Please help me Thank you in advance Andu -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroup

Django filter hack

2006-03-08 Thread Andu
e the listings. I documented it here, and you can also see some images on how it looks: http://andu.417.ro/blog/django_filter_hack.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To pos

Re: displaying a foreign key in admin list and template exception

2006-02-11 Thread Andu
Removing to_field makes it work ok. I will investigate it more and file a ticket if appropiate. I also solved the template exception by making TEMPLATE_DEBUG=False. It came up that the error was the fact that __repr__ returned an int, not a string. Andu

displaying a foreign key in admin list and template exception

2006-02-10 Thread Andu
list_display in CustomData, there is no listing of the items. Just "3 custom datas". Once I remove 'currency' from list_display, I get them listed ok. This is driving me mad. I'm probably doing something wrong, but I can't figure out what. Thanks, Andu

help with urls not working on mod_python

2006-01-31 Thread Andu
test.settings PythonDebug on Trying /django/, /django/admin/, /django/djtest/ or /django/djtest/admin/ I get the same error as previously mention. Any ideas what I'm doing wrong? Thanks in advance, Andu Badiu