django-auth-tutorial
django-auth-tutorial copied to clipboard
Source code for Django authentication tutorial.
Bumps [django](https://github.com/django/django) from 3.1.1 to 3.1.13. Commits 43873b9 [3.1.x] Bumped version for 3.1.13 release. 0bd57a8 [3.1.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by(). 8dc1cc0 [3.1.x] Added stub release notes...
Hi, thanks for the code During password reset, i could not see any new file is generated in sent_emails folder. Please suggest
Bumps [django](https://github.com/django/django) from 5.0.1 to 5.0.2. Commits 428d06c [5.0.x] Bumped version for 5.0.2 release. 16a8fe1 [5.0.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template ... 2cfa3fb [5.0.x] Changed severity...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. Changelog Sourced from sqlparse's changelog. Release 0.5.0 (Apr 13, 2024) Notable Changes Drop support for Python 3.5, 3.6, and 3.7. Python 3.12 is now...
Bumps [django](https://github.com/django/django) from 5.0.1 to 5.0.3. Commits 4b64d72 [5.0.x] Bumped version for 5.0.3 release. 3394fc6 [5.0.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words(). 80761c3 [5.0.x] Fixed #35198 -- Fixed...
Hi there, great tutorial, thanks so much it helped me out a lot! One things that tripped me up was that I was using Django 5.1 with the login required...