David R
David R
**Describe the bug** When filtering for a nested column, sanitize_param is adding unneccessary " " **To Reproduce** `supabase.table('character_inventory').select('character(*), slot, item(*, template(*))').eq('character.user_id', user_id).execute()` resolves to: `/rest/v1/character_inventory?select=character(*),+slot,+item(*,+template(*))&"character.user_id"=eq.2731f9cc-17f4-42a2-839a-d25dfe8d90a8` returns HTTP 400 **Expected behavior**...
Just a suggestion
I would like to use **_every_** with a random range: ` hx-trigger="every 5s" ` ` hx-trigger="every 5-10s" ` 5-10s would set a random number between **min** 5 and **max** 10...
Hello :) Currently facing an issue that unicorn keeps overwriting m2m changes to my Model which happened in the admin interface. template: ```html ... {% for button in buttons %}...
Does anyone maintain a fork of this project?