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-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
2022-08-31
Fixed #33965 -- Improved file-like object example of ImageField in docs.
Alex Morega
2022-08-30
Refs #30947 -- Changed tuples to lists where appropriate.
Alex Morega
2022-08-30
Fixed #33958 -- Added imports to examples in "Expressions can reference trans...
Iván Camilo Triviño López
2022-08-26
Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL.
Mariusz Felisiak
2022-08-25
Refs #18707 -- Corrected django.test.Client signature in docs.
Daniel Hahler
2022-08-25
Fixed #33916 -- Added support for serialization of enum.Flag in migrations.
Willem Van Onsem
2022-08-23
Fixed #33939 -- Used functools.partial() in transaction.on_commit() examples.
Alex Morega
2022-08-16
Fixed #33909 -- Corrected django.dispatch.receiver() signature.
Youssef
[next]