“Chatty” tests in Django 3.2

2022-09-16 Thread Meiyer
I just upgraded to Django 3.2.15 from 3.1.14 and the test suite has become very “chatty”, outputting to stdout multiple exceptions (custom ones, HTTP, Django-specific exceptions). I am not sure what was changed in Django 3.2 that causes this verbose output – this change is not documented in the

Re: Permissions in views

2017-04-26 Thread Meiyer
Submitted a ticket today. (Hoped to get some response/discussion before...) https://code.djangoproject.com/ticket/28131#ticket -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send

Permissions in views

2017-04-12 Thread Meiyer
Just yesterday I bumped into an issue that left me puzzled for a while, and I want to verify if this is indeed the case before opening a bug ticket. The documentation states the we can use either the {{ perms.my_app.updat