Anuj Sharma
Anuj Sharma
@callum-maguire I got it working with the following ``` - name: Checkout uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.ref }} .... - name: Update pull request uses: EndBug/add-and-commit@v9 with: author_name: i18n...
@sobolevn Python version used `Python 3.9.11` when I run the command `flake8 .` locally, there are few changes recommended without any error ``` user@aa30b05174d3:/app$ flake8 . ./authentication/tasks.py:6:1: F401 'dateutil.relativedelta.relativedelta' imported...
@sobolevn I listed the files in the actions and here is the output ``` Run ls -la total 26 drwxr-xr-x 11 runner docker 4096 Jul 20 15:27 . drwxr-xr-x 3...
@jedevc There is no slowdown I think, there are multiple builds for each platform because I see the same scripts from Dockerfile are running multiple times in the **Docker build/tag/push**...
I was also looking for the internationalization support. However, the last response was on Nov 11, 2022, which has been more than 1 year now. Switching to other plugins or...
Hi @mattmilburn, any update on this feature?
@shinneider Please check the pull request https://github.com/shinneider/django-admin-search/pull/49 which fixes this issue.
Waiting for this PR to be merged to use Postgres table partitioning (it requires a composite primary key). Any idea by when it will be merged?
@onecrayon Were you able to implement partitioning? I'm facing the same issue but getting error https://github.com/SectorLabs/django-postgres-extra/issues/210
@ruizalexandre I tried with the `idToken` but it does not seem to be a valid access token. I had to add `email, profile` scopes, then get `accessToken` from the `.getAccessToken()`...