This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-21 14:54:35 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
History
Florian Apolloner
968a3d01fa
Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValidator.
...
Thanks Chris Bailey for the report. Co-authored-by: Adam Johnson <me@adamj.eu>
2022-01-04 10:02:05 +01:00
..
auth
Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValidator.
2022-01-04 10:02:05 +01:00
class-based-views
…
db
Fixed
#27936
-- Rewrote spanning multi-valued relationships docs.
2021-12-30 08:38:04 +01:00
forms
Avoided counting attributes and methods in docs.
2021-12-28 12:36:57 +01:00
http
Avoided suggestion of plain text database password in sessions topic.
2022-01-04 06:47:24 +01:00
i18n
…
testing
Avoided counting attributes and methods in docs.
2021-12-28 12:36:57 +01:00
async.txt
…
cache.txt
…
checks.txt
…
conditional-view-processing.txt
…
email.txt
…
external-packages.txt
…
files.txt
…
index.txt
…
install.txt
…
logging.txt
…
migrations.txt
…
pagination.txt
…
performance.txt
…
security.txt
…
serialization.txt
Updated example of YAML serialization format in docs.
2021-12-28 12:44:41 +01:00
settings.txt
…
signals.txt
Refs
#33163
-- Corrected example of connection signal handlers in AppConfig.ready().
2021-11-26 11:16:35 +01:00
signing.txt
…
templates.txt
…