Re: about ticket 28588- has_perm hide non-existent permissions

2017-09-29 Thread moshe nahmias
Florian, now the implementation is if the backend doesn't implement the has_perm we use continue so the code is not checked at all and return False for a regular user. The solutions suggested here are logging, raise an error on DEBUG = True and return False if the permission doesn't exist (if I

Refactoring the autoreloader

2017-09-29 Thread Tom Forbes
Hello, I've been thinking on and off about how to improve the autoreloader implementation and I wanted to gather some feedback on potential solutions. For some background, Django uses a fairly basic autoreload implementation that simply polls the last modified time for loaded Python files once a