Column is less than or equal to a value
https://supabase.com/docs/reference/python/lte
Example:
MyModel.objects.filter(age__lte=20)
Hi, im new at open source, but i would like to help you with this project :) I have several question about workflow:
- How to name a branch?
- How to name a pull request?
- What i need to write except source code? like tests and there is something else?
- Do i need to have an account in Supabase system to test what i did, for example?
Thanks a million for feedback!
hi, @AlexPozh thank you for your willingness to help, it's much appreciated
as there is no big community around this project, there are no formed guidelines yet
answering your questions:
- I name feature/{issue_number}, but you can name it whatever you like, as long as the name makes it clear what changes are in your branch
- Like the first point, in general it is not so important, but I ask you to write in the description of PR - closes #{issue_number} (you can see how it is done in my closed PRs)
- you will need to write tests for the new feature and add the necessary docstrings as it is done in other methods/functions, so it will be added to the documentation
- Yes, it would be nice to test integration with a real supabase db
Do you want to work on this task? I can assign it to you
If there are any other questions - feel free to ask :)
Do you want to work on this task? I can assign it to you
Yes, it would be great) thanks
Do you want to work on this task? I can assign it to you
Yes, it would be great) thanks
Done. I will wait for your PR :)
@AlexPozh also, i've updated description with an example