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-03-01 12:24:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
History
Willem Van Onsem
7a88b1f5aa
[4.2.x]
Fixed
#34311
-- Updated serialization docs from unique_together to UniqueConstraint.
...
Backport of 292aacaf6c3d6956ca2c51c41e36dbf425389346 from main
2023-02-09 05:56:31 +01:00
..
auth
[4.2.x] Fixed typo in docs/topics/auth/passwords.txt.
2023-01-30 08:32:13 +01:00
class-based-views
…
db
[4.2.x]
Fixed
#34310
-- Added deletion example to one-to-one topic.
2023-02-07 08:05:17 +01:00
forms
Adjusted BaseFormSet.get_form_kwargs example in docs.
2022-11-24 15:16:31 +01:00
http
Fixed
#33735
-- Added async support to StreamingHttpResponse.
2022-12-22 10:41:12 +01:00
i18n
…
testing
[4.2.x]
Fixed
#34180
-- Added note about resetting language in test tear-downs.
2023-01-31 07:29:21 +01:00
async.txt
Refs
#34118
-- Adopted asgiref coroutine detection shims.
2022-12-20 11:10:48 +01:00
cache.txt
…
checks.txt
…
conditional-view-processing.txt
…
email.txt
…
external-packages.txt
…
files.txt
Refs
#26029
-- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
2023-01-12 09:58:36 +01:00
index.txt
…
install.txt
…
logging.txt
…
migrations.txt
…
pagination.txt
…
performance.txt
…
security.txt
…
serialization.txt
[4.2.x]
Fixed
#34311
-- Updated serialization docs from unique_together to UniqueConstraint.
2023-02-09 05:56:31 +01:00
settings.txt
…
signals.txt
…
signing.txt
…
templates.txt
…