Sezer Bozkır

Results 70 comments of Sezer Bozkır

Wow, 10 years of PR, huh? :) @ryuusenshi or @kmmbvnr If you revise this PR according to the latest version, I'm eager to review it.

Actually, the logic behind this PR is quite good. Synthesizing global permissions with django-guardian permissions could be a nice feature. We can include this feature in our feature list, but...

Valid and critical, test script; ```python #!/usr/bin/env python """ Test script to demonstrate the active user inconsistency issue """ import os import sys import django from django.conf import settings #...

Hi @hartungstenio, thank you for your valuable contribution. Could you please write your tests as well?

@jmacul2 Thank you for the contribution, Please develop tests as well, this way, we can be sure that nothing is crashed.

Hi @jmacul2 , As you can see, the tests are failing. You can read the detailed test errors by running the "make test" command in your local environment. After fixing...

Hi @jmacul2; How about submitting the patch you developed as a PR? So we can understand your solution to the problem, and if it's in good shape, we can include...

Hi @g-nie , Thank you for your contribution to the project. I know this is an old PR, but if you are still willing to help, I would be happy...

@g-nie Although it looks structurally beautiful, making the default behavior async would cause delays in granting permissions, so it would be better to offer this as an alternative. So instead...