django-reference-implementation icon indicating copy to clipboard operation
django-reference-implementation copied to clipboard

Our production-ready reference implementation for Django Projects

Results 29 django-reference-implementation issues
Sort by recently updated
recently updated
newest added

Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.10. Changelog Sourced from psycopg2-binary's changelog. Current release What's new in psycopg 2.9.10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Add support for Python 3.13. Receive notifications on commit (:ticket:[#1728](https://github.com/psycopg/psycopg2/issues/1728)). ~psycopg2.errorcodes...

dependencies

Enforce it at the CI/CD level. Also add it to the pre-commit stack

devex

This is not styled: https://dri.demo.simplecto.com/accounts/login/ Maybe it just needs templates configured properly in `settings.py` (something with the path) or perhaps the ordering of apps in INSTALLED_APPS?

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Now that we have the most basic async worker in place it is time to demonstrate more advanced use cases....

documentation
enhancement
devex

Bumps the minor-updates group with 14 updates in the / directory: | Package | From | To | | --- | --- | --- | | [asgiref](https://github.com/django/asgiref) | `3.9.1` |...

dependencies
python

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. Release notes Sourced from urllib3's releases. 2.6.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

Bumps [django](https://github.com/django/django) from 5.2.5 to 5.2.9. Commits c14b756 [5.2.x] Bumped version for 5.2.9 release. 99e7d22 [5.2.x] Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation i... 479415c [5.2.x] Fixed CVE-2025-13372 --...

dependencies
python

Restores repository to commit 91157cf55db4b7c3cf9d5cdaf9abeec88ac5f942, effectively reverting the dataroom app addition and Tailwind CSS migration. ## Changes ### Restored - Organizations app with full models, views, templates, and tests -...

I just learned about djlint: https://djlint.com/ consider using this for linting out html templates in django.

enhancement
devex