nefrob

Results 16 comments of nefrob

Bump on this since it seems to still be an issue in my testing with custom permission classes (i.e. `class MyPermission(BasePermission): ...`).

Also tested on the following without success: - OS: Alpine, Debian bookworm (both via docker node image), MacOs Ventura 13.6.2 - Node versions: 18.19.0, 20.9.0 - yarn versions: 1.22.21, 4.0.2...

+1 on this. Having a way the beat schedule dictionary can be validated via pytest, cli option or other method would be highly useful as some cron tasks might not...

Generate a blank migration file for your app ``` python manage.py makemigrations app_name --empty ``` and add the following: ```python class Migration(migrations.Migration): dependencies = [ ("app_name", "XXX"), ] def add_history_relation(apps,...

@merixstudio it might be worth considering adding additional maintainers to spread the load of releasing and merging bug fixes.

@lexer21 [said](https://github.com/merixstudio/django-trench/issues/211#issuecomment-1666594965): > Hello any updates on this?, we urgently need a new release which contains this fix: #173 suggestion: fork the dev branch and create your own "patch" branch...

> 🤔 Did you use the `script/add-grammar` script to replace the grammar? @lildude I tried doing ``` script/add-grammar --replace vscode-just https://github.com/nefrob/vscode-just ``` per the contributing guidelines and it failed to...

@lildude thanks for the assist!

@auvipy this unfortunately doesn't resolve the issue. I think the failure happens in the unique validator call since does not consider the fields included in constraint conditions. https://github.com/kalekseev/django-rest-framework/blob/f30c0e2eedda410a7e6a0d1b351377a9084361b4/rest_framework/validators.py#L66