| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-16 | Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase. | sarahboyce | |
| Co-authored-by: Christian Bundy <me@christianbundy.com> | |||
| 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 | |
| Thanks Paolo Melchiorre, Carlton Gibson, and Mariusz Felisiak for reviews. | |||
| 2023-01-04 | Refs #34074 -- Used headers argument for RequestFactory and Client in docs ↵ | David Wobrock | |
| and tests. | |||
| 2022-12-29 | Fixed #25617 -- Added case-insensitive unique username validation in ↵ | Paul Schilling | |
| UserCreationForm. Co-Authored-By: Neven Mundar <nmundar@gmail.com> | |||
| 2022-12-22 | Fixed #33735 -- Added async support to StreamingHttpResponse. | Carlton Gibson | |
| Thanks to Florian Vazelle for initial exploratory work, and to Nick Pope and Mariusz Felisiak for review. | |||
| 2022-12-20 | Refs #34118 -- Adopted asgiref coroutine detection shims. | Carlton Gibson | |
| Thanks to Mariusz Felisiak for review. | |||
| 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 | |
| Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews. Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2022-12-09 | Fixed #33199 -- Deprecated passing positional arguments to ↵ | SirAbhi13 | |
| Signer/TimestampSigner. Thanks Jacob Walls for the implementation idea. | |||
| 2022-12-01 | Refs #33308 -- Deprecated support for passing encoded JSON string literals ↵ | Simon Charette | |
| to JSONField & co. JSON should be provided as literal Python objects an not in their encoded string literal forms. | |||
| 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 | |
| Follow up to 90e05aaeac612a4251640564aa65f103ac635e12. | |||
| 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 | |
| - Updated references to RFC 1123 to RFC 5322 - Only partial as RFC 5322 sort of sub-references RFC 1123. - Updated references to RFC 2388 to RFC 7578 - Except RFC 2388 Section 5.3 which has no equivalent. - Updated references to RFC 2396 to RFC 3986 - Updated references to RFC 2616 to RFC 9110 - Updated references to RFC 3066 to RFC 5646 - Updated references to RFC 7230 to RFC 9112 - Updated references to RFC 7231 to RFC 9110 - Updated references to RFC 7232 to RFC 9110 - Updated references to RFC 7234 to RFC 9111 - Tidied up style of text when referring to RFC documents | |||
| 2022-11-10 | Improved readability of string interpolation in frequently used examples in ↵ | Trey Hunner | |
| docs. | |||
| 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 | |
| Thanks Adam Johnson for the review. | |||
| 2022-11-02 | Fixed #34054 -- Created a new fixtures topic. | Filip Lajszczak | |
| Moved material from django-admin document into a new document, and added new material. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 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 ↵ | Gregor Gärtner | |
| assertQuerySetEqual(). Co-Authored-By: Michael Howitz <mh@gocept.com> | |||
| 2022-10-07 | Refs #33990 -- Renamed SimpleTestCase.assertFormsetError() to ↵ | Gregor Gärtner | |
| assertFormSetError(). Co-Authored-By: Michael Howitz <mh@gocept.com> | |||
| 2022-10-07 | Fixed #33797 -- Prioritized cached database backend for cached sessions in docs. | J.V. Zammit | |
| Co-authored-by: Adam Johnson <me@adamj.eu> | |||
| 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 ↵ | Paolo Melchiorre | |
| CommonPasswordValidator. | |||
| 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 | |
| note. | |||
| 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 ↵ | SirAbhi13 | |
| transaction.on_commit(). Thanks David Wobrock and Mariusz Felisiak for reviews. | |||
| 2022-08-31 | Fixed #33965 -- Improved file-like object example of ImageField in docs. | Alex Morega | |
| This uses a valid image. | |||
| 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 ↵ | Iván Camilo Triviño López | |
| transforms" section. | |||
| 2022-08-26 | Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL. | Mariusz Felisiak | |
| Follow up to 2eea361eff58dd98c409c5227064b901f41bd0d6. | |||
| 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 | |
