Adam Dobrawy
Adam Dobrawy
@lintingbin2009 , could you submit that changes as pull request?
We keep consistency with https://docs.djangoproject.com/en/4.0/topics/auth/default/#the-loginrequired-mixin in that aspect. You might use @property decorator to achieve a similar result.
@jmsmkn you don't have check permission. Form validation will refuse any values not available as option in form (not returned by queryset).
Why do you think it has anything with permission? Are you able to solve this by pre-tests condition before assign permission & create task eg. via signals?
@YPCrumble The ```unique_together``` clause is directly translated to the SQL unique index. And you can only set those on columns of a single table, not a combination of several tables....
@melvyn-sopacua , there are 13 pull requests open at present. Help reviewing these and fixing them up to a acceptable standard appreciated. Notes that you don't see problems are also...
Thanks for reporting. I am glad that you want to support the project. I don't remember you, apart from the last review unfortunately. I propose to start in small steps...
@ipanova could you provide isolated example or provide pull request to handle that scenario?
What do you expect from our library? What problem do you see in this library? Why do you think the problem is in the library and not in your database...
Could you provide PR for that?