djangoforprofessionals icon indicating copy to clipboard operation
djangoforprofessionals copied to clipboard

Source code for Django for Professionals 4.0

Results 28 djangoforprofessionals issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 4.0.4 to 4.0.7. Commits e9e9729 [4.0.x] Bumped version for 4.0.7 release. b7d9529 [4.0.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2eb7ded [4.0.x] Adjusted version 4.0.7 release...

dependencies

Bumps [django](https://github.com/django/django) from 4.0.4 to 4.0.7. Commits e9e9729 [4.0.x] Bumped version for 4.0.7 release. b7d9529 [4.0.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2eb7ded [4.0.x] Adjusted version 4.0.7 release...

dependencies

Bumps [django](https://github.com/django/django) from 4.0.4 to 4.0.7. Commits e9e9729 [4.0.x] Bumped version for 4.0.7 release. b7d9529 [4.0.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2eb7ded [4.0.x] Adjusted version 4.0.7 release...

dependencies

Bumps [django](https://github.com/django/django) from 4.0.4 to 4.0.7. Commits e9e9729 [4.0.x] Bumped version for 4.0.7 release. b7d9529 [4.0.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2eb7ded [4.0.x] Adjusted version 4.0.7 release...

dependencies

Bumps [django](https://github.com/django/django) from 4.0.4 to 4.0.7. Commits e9e9729 [4.0.x] Bumped version for 4.0.7 release. b7d9529 [4.0.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2eb7ded [4.0.x] Adjusted version 4.0.7 release...

dependencies

Bumps [django](https://github.com/django/django) from 4.0.4 to 4.0.7. Commits e9e9729 [4.0.x] Bumped version for 4.0.7 release. b7d9529 [4.0.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2eb7ded [4.0.x] Adjusted version 4.0.7 release...

dependencies

Bumps [django](https://github.com/django/django) from 4.0.4 to 4.0.7. Commits e9e9729 [4.0.x] Bumped version for 4.0.7 release. b7d9529 [4.0.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2eb7ded [4.0.x] Adjusted version 4.0.7 release...

dependencies

Hi Will, In chapter 8 `django_project/settings.py`, I think we should probably make the following changes. ```diff -ACCOUNT_LOGOUT_REDIRECT = "home" +ACCOUNT_LOGOUT_REDIRECT_URL = "home" ``` Otherwise, if we set the following, it...

The accounts test start to fail with a "allauth.socialaccount.models.socialapp.doesnotexist" error. I was using github as a provider and the sign up works just fine on the localhost. The issue starts...

After changing to "DJANGO_DEBUG=False" on the new file docker-compose-prod.yml, I spin down the Docker container and start it up again as instructed, and the page http://127.0.0.1:8000/debug behaves as expected, but...