Lucas Miguel
Lucas Miguel
- Default value when "value" is set for radio buttons.
Autocomplete field is awesome, but as of today you can't miss the case, otherwise it won't autocomplete
It would be awesome to have a button to select all options on checkboxes and autocomplete fields or any other field where there are multiple choices.
Hello there! I was basically trying this library for the first time, following [this example] incrementally with some minor tweaks like a `TextChoices` field for the `name` field in the...
- I have the following `TestGenerateAaliDict` class that contains 2 tests. - Each of the test contained in the class will pass if run individually (comment the others) - Whenever...
Hello there. I've seen a bad pattern here, and it is that [snake_case](https://en.wikipedia.org/wiki/Snake_case) is being used in this library. This is a total bad practice and breaks patterns that are...
I'm following the tutorial just as it is, with Django 5, and aftter I add the following to my settings: ```python GQL_AUTH = GqlAuthSettings( LOGIN_REQUIRE_CAPTCHA=False, REGISTER_REQUIRE_CAPTCHA=False, ALLOW_LOGIN_NOT_VERIFIED=True, ) ``` I...