index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
Age
Commit message (
Expand
)
Author
2023-02-15
[4.2.x] Refs #32339 -- Doc'd BaseFormSet.as_div()
David Smith
2023-02-14
[4.2.x] Fixed #34328 -- Added async-only class-based middleware example.
Carlton Gibson
2023-02-13
[4.2.x] Fixed #29994 -- Added warning about performance of FileBasedCache wit...
Sarah Boyce
2023-02-10
[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-02-09
[4.2.x] Fixed #34311 -- Updated serialization docs from unique_together to Un...
Willem Van Onsem
2023-02-07
[4.2.x] Fixed #34310 -- Added deletion example to one-to-one topic.
Marcelo Galigniana
2023-01-31
[4.2.x] Fixed #34180 -- Added note about resetting language in test tear-downs.
Durval Carvalho
2023-01-30
[4.2.x] Fixed typo in docs/topics/auth/passwords.txt.
fschwebel
2023-01-16
Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.
sarahboyce
2023-01-12
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2023-01-12
Fixed #26029 -- Allowed configuring custom file storage backends.
Jarosław Wygoda
2023-01-10
Fixed #34110 -- Added in-memory file storage.
Francesco Panico
2023-01-04
Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...
David Wobrock
2022-12-29
Fixed #25617 -- Added case-insensitive unique username validation in UserCrea...
Paul Schilling
2022-12-22
Fixed #33735 -- Added async support to StreamingHttpResponse.
Carlton Gibson
2022-12-20
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-12-19
Fixed typo in docs/topics/async.txt.
Mariusz Felisiak
2022-12-16
Fixed typo in docs/topics/http/sessions.txt.
TAKAHASHI Shuuji
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-09
Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSi...
SirAbhi13
2022-12-01
Refs #33308 -- Deprecated support for passing encoded JSON string literals to...
Simon Charette
2022-11-29
Fixed #34187 -- Made UserCreationForm save many-to-many fields.
sdolemelipone
2022-11-28
Doc's check_password()'s setter and preferred arguments.
Mariusz Felisiak
2022-11-24
Adjusted BaseFormSet.get_form_kwargs example in docs.
Riccardo Magliocchetti
2022-11-23
Fixed typo in settings topic doc.
KrishnaKumar Thanki
2022-11-23
Refs #32873 -- Adjusted formatting note on USE_L10N default.
Anders Hovmöller
2022-11-14
Refs #34099 -- Doc'd that custom Model.save() should update update_fields kwarg.
sarahboyce
2022-11-14
Fixed #34074 -- Added headers argument to RequestFactory and Client classes.
David Wobrock
2022-11-14
Fixed #34154 -- Made mixin headers consistent in auth docs.
Tony Lechner
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-10
Improved readability of string interpolation in frequently used examples in d...
Trey Hunner
2022-11-10
Improved async request factory and client docs.
David Wobrock
2022-11-09
Fixed #34135 -- Added async-compatible interface to related managers.
Jon Janzen
2022-11-04
Refs #33939 -- Improved transaction.on_commit() docs.
Adam Johnson
2022-11-02
Fixed #30801 -- Improved guidance for making good use of signals.
Joseph Victor Zammit
2022-11-02
Fixed #34112 -- Added async-compatible interface to Model methods.
DevilsAutumn
2022-11-02
Fixed #34054 -- Created a new fixtures topic.
Filip Lajszczak
2022-10-29
Removed obsolete doc reference to asyncio.iscoroutinefunction.
Nick Pope
2022-10-10
Fixed #25996 -- Revised performance section in URLs topic docs.
Ralph Reid
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-10-07
Refs #33990 -- Renamed SimpleTestCase.assertFormsetError() to assertFormSetEr...
Gregor Gärtner
2022-10-07
Fixed #33797 -- Prioritized cached database backend for cached sessions in docs.
J.V. Zammit
2022-09-29
Fixed #33026 -- Mentioned RequestFactory in testing tools docs.
Chris Wedgwood
2022-09-28
Fixed #34056 -- Updated the list of common passwords for CommonPasswordValida...
Paolo Melchiorre
2022-09-17
Fixed #34017 -- Doc'd that Argon2id variant is used by Argon2PasswordHasher.
Ritik Soni
2022-09-17
Fixed #34019 -- Removed obsolete references to "model design considerations" ...
DevilsAutumn
2022-09-16
Fixed #33966 -- Added support for using KeyTextTransform from lookup.
Allen Jonathan David
2022-09-15
Described Article-Reporter relationship in many-to-one topic.
Pamela Fox
2022-09-09
Corrected example of redundant all() in docs.
Dhanush
2022-09-06
Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on...
SirAbhi13
[next]