Django-Styleguide-Example icon indicating copy to clipboard operation
Django-Styleguide-Example copied to clipboard

Repository for example styleguide project

Results 55 Django-Styleguide-Example issues
Sort by recently updated
recently updated
newest added

Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 1.12.0 to 1.13.0. Commits d489959 Release django-stubs and django-stubs-ext 0381fdb Add some types to views (#1221) f566734 Re-allow expressions in UniqueConstraint (#1220) 2a17d3f Remove bad redirect_chain attributes...

dependencies
python

Bumps [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs) from 1.7.0 to 1.8.0. Release notes Sourced from djangorestframework-stubs's releases. Version 1.8.0 What's Changed Now testing compatibility with django-stubs 1.13.0, Python 3.10 and mypy 0.991 Use ImmutableQueryDict for...

dependencies
python

Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.26.0.post1 to 1.26.20. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=boto3-stubs&package-manager=pip&previous-version=1.26.0.post1&new-version=1.26.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0. Commits b9a7794 Release 6.0.0 b5cac87 Merge pull request #1748 from PyCQA/upgrade-pyflakes 489be4d upgrade pyflakes to 3.0.0 8c06197 Merge pull request #1746 from PyCQA/bump-pycodestyle 047e6f8...

dependencies
python

Bumps [mypy](https://github.com/python/mypy) from 0.982 to 0.991. Commits b7788fc Update version to remove "+dev" for releasing 0.991 6077d19 manually CP typeshed #9130 ab0ea1e Fix crash with function redefinition (#14064) 592a9ce Fix...

dependencies
python

## Context Add a `render.yml` in order to support easy deploying on https://render.com/. The configuration contains 3 worker types. 1. Web worker 2. Celery background worker 3. Celery beats to...

We could add custom check (https://docs.djangoproject.com/en/4.1/ref/checks/) if the project is being ran with wrong python version. It'll specify the ONLY python version that the project is supposed to work with....

Feature

Adding `python manage.py check` as a step in the CI will run all the "checks" that are normally being ran when starting the server - all the system checks (https://docs.djangoproject.com/en/4.1/ref/checks/)...

Feature

``` python manage.py makemigrations --empty --name postgres_extensions common ``` ``` from django.contrib.postgres.operations import TrigramExtension ```

Feature

https://www.hacksoft.io/blog/quick-and-dirty-django-jsonfield-incrementation-with-f-expressions