-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Comparing changes
Open a pull request
base repository: django/django
base: 3.2.2
head repository: django/django
compare: 3.2.3
- 12 commits
- 23 files changed
- 4 contributors
Commits on May 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 40ad501 - Browse repository at this point
Copy the full SHA 40ad501View commit details -
[3.2.x] Added CVE-2021-32052 to security archive.
Backport of efebcc4 from main
Configuration menu - View commit details
-
Copy full SHA for 0262579 - Browse repository at this point
Copy the full SHA 0262579View commit details -
[3.2.x] Added stub release notes for Django 3.2.3.
Backport of 2977907 from main
Configuration menu - View commit details
-
Copy full SHA for 8afb677 - Browse repository at this point
Copy the full SHA 8afb677View commit details -
[3.2.x] Fixed typo in docs/internals/contributing/writing-documentati…
…on.txt. Backport of c240cee from main
Configuration menu - View commit details
-
Copy full SHA for bdd5654 - Browse repository at this point
Copy the full SHA bdd5654View commit details
Commits on May 12, 2021
-
[3.2.x] Refs #32718 -- Corrected CVE-2021-31542 release notes.
Backport of d1f1417 from main
Configuration menu - View commit details
-
Copy full SHA for dc7b495 - Browse repository at this point
Copy the full SHA dc7b495View commit details -
[3.2.x] Fixed a typo in docs/ref/models/fields.txt.
datetime.date.utcnow() doesn't exist, should be .today(). Backport of 88b3982 from main
Configuration menu - View commit details
-
Copy full SHA for fab710d - Browse repository at this point
Copy the full SHA fab710dView commit details -
[3.2.x] Refs #32366 -- Avoided use of datetime.utcnow() in the docume…
…ntation. Backport of 69ffb1a from main
Configuration menu - View commit details
-
Copy full SHA for cd84f7a - Browse repository at this point
Copy the full SHA cd84f7aView commit details -
[3.2.x] Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd'…
… connection options in MySQL backend. The 'db' and 'passwd' connection options have been deprecated, use 'database' and 'password' instead (available since mysqlclient >= 1.3.8). This also allows the 'database' option in DATABASES['OPTIONS'] on MySQL. Backport of 1061f52 from main
Configuration menu - View commit details
-
Copy full SHA for 4318e60 - Browse repository at this point
Copy the full SHA 4318e60View commit details -
[3.2.x] Fixed #26721 -- Doc'd setting UTF-8 on Windows.
Backport of 0456d3e from main
Configuration menu - View commit details
-
Copy full SHA for d6b6eda - Browse repository at this point
Copy the full SHA d6b6edaView commit details
Commits on May 13, 2021
-
[3.2.x] Fixed #32717 -- Fixed filtering of querysets combined with th…
Configuration menu - View commit details
-
Copy full SHA for 386caa5 - Browse repository at this point
Copy the full SHA 386caa5View commit details -
[3.2.x] Fixed #32718 -- Relaxed file name validation in FileField.
- Validate filename returned by FileField.upload_to() not a filename passed to the FileField.generate_filename() (upload_to() may completely ignored passed filename). - Allow relative paths (without dot segments) in the generated filename. Thanks to Jakub Kleň for the report and review. Thanks to all folks for checking this patch on existing projects. Thanks Florian Apolloner and Markus Holtermann for the discussion and implementation idea. Regression in 0b79eb3. Backport of b556999 from main
Configuration menu - View commit details
-
Copy full SHA for 224b8e5 - Browse repository at this point
Copy the full SHA 224b8e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9385fa2 - Browse repository at this point
Copy the full SHA 9385fa2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.2.2...3.2.3