Stephan Jaekel

Results 19 comments of Stephan Jaekel
trafficstars

could be done by overwriting the process_post_request.

You could use a custom urls file (copy the existing one and remove the register urls). Additionally you just don't enable the account activation extension. But yes, a setting would...

Are you using the the latest version of django-userprofiles? If yes, can you provide a code example which raises the error?

Did you have a chance to prepare a example to reproduce the error? As I can't find a way to get the error, I'll close the issue within the next...

I will prepare a release today.

Release is out, please close issue if this solves the warning.

Hey @GergelyKalmar, thank you for your detail investigation on the issue. I think you are right. We would need to re-implement the caching similar to the MyPy plugin. Sadly, I...

Interesting point, I checked other plugins I use and it seems like there is no "standard". pytest-black has a fixed string too, pytest-flake8 reports the ignored checks. I'm not sure...

We tracked down the error to a problem in the deletion collector of the Django ORM. The first problem is django/db/models/deletion.py:102. This method assumes that all objects in the list...

When a cached item is end of life, the current value will be cached again for `refresh_timeout` seconds. An async task is issued which will update the value and cache...