| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
chore: add a Code of Conduct (googleapis#604)
fix: lint_setup_py was failing in Kokoro is now fixed (googleapis#607)
fix: Remove un necessary file from code base (googleapis#608)
feat: move migrations test modules to run against different emulator …
feat: update workflow files to uniformly distribute the test modules …
feat: update docs and nox file to compile it (googleapis#610)
| Back | FazBrowse Home | New Git URL |
In iexact match added a check, If rhs is not a direct value and parameter is not present we want to have only 1 format able argument in rhs_sql else we need 2.
this is fix for queries like:Author.objects.filter(name__upper__iexact="abc").