Bogumil Schube

Results 3 issues of Bogumil Schube

**Describe the bug** After implementing two endpoints with same url-path (one for GET, one for POST), the first one is not included in urls. In tests, I can not call...

Hello, the dumpdata command does not work with scopes. So I disabled scopes for this command. ```python from django.core.management.commands.dumpdata import Command as DumpdataCommand from django_scopes import scopes_disabled class Command(DumpdataCommand): def...

https://github.com/bigskysoftware/htmx/blob/f4f448db0a413e403d3c7f627d9e6d2b356bf0d8/www/content/events.md?plain=1#L265-L268 The description of the beforeHistorySave and the historyRestore event is the same, but beforeHistorySave should have something like: > This event is triggered before the content is saved in...