summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2022-09-29[4.1.x] Fixed #33026 -- Mentioned RequestFactory in testing tools docs.Chris Wedgwood
Backport of 468d06109778e3656229ac28c9019ea7246f9b79 from main
2022-09-17[4.1.x] Fixed #34017 -- Doc'd that Argon2id variant is used by ↵Ritik Soni
Argon2PasswordHasher. Backport of c11336cd990e155371a5185cf3bd6942cad8d9da from main
2022-09-17[4.1.x] Fixed #34019 -- Removed obsolete references to "model design ↵DevilsAutumn
considerations" note. Backport of 6b0bbaf453b7286bddf9c47a9dd75ac2acdfd617 from main
2022-09-15[4.1.x] Described Article-Reporter relationship in many-to-one topic.Pamela Fox
Backport of 8e93fc561e4ead282abe2a12bd6ac393c9d308be from main
2022-09-09[4.1.x] Corrected example of redundant all() in docs.Dhanush
Backport of 6df9398cce063874ae4d59db126d4adacb0fa8d3 from main
2022-08-31[4.1.x] Fixed #33965 -- Improved file-like object example of ImageField in docs.Alex Morega
This uses a valid image. Backport of 838cc0f449f96c157cb44eb91984a2753edc7f42 from main
2022-08-30[4.1.x] Fixed #33958 -- Added imports to examples in "Expressions can ↵Iván Camilo Triviño López
reference transforms" section. Backport of 411a6ec93a9b21e5ed1e9fc05b34f021288cd10c from main
2022-08-26[4.1.x] Refs #30511 -- Updated docs about auto-incrementing primary keys on ↵Mariusz Felisiak
PostgreSQL. Follow up to 2eea361eff58dd98c409c5227064b901f41bd0d6. Backport of 081871bc20cc8b28481109b8dcadc321e177e6be from main
2022-08-25[4.1.x] Refs #18707 -- Corrected django.test.Client signature in docs.Daniel Hahler
Backport of 6f49b7b69b4e19b0362d4dff35ef7544b94c84a5 from main
2022-08-23[4.1.x] Fixed #33939 -- Used functools.partial() in transaction.on_commit() ↵Alex Morega
examples. Backport of 7e6b537f5b92be152779fc492bb908d27fe7c52a from main
2022-08-16[4.1.x] Fixed #33909 -- Corrected django.dispatch.receiver() signature.Youssef
Backport of 0cbbed49f4fbe60ddf9b452b310815708a64cc64 from main
2022-08-08[4.1.x] Fixed typo in docs/topics/i18n/translation.txt.Alessandro Baccini
Backport of c614e811f80ae5ce4e8f1461f54f0600707cf0e6 from main
2022-07-29[4.1.x] Fixed typo in docs/topics/testing/tools.txt.rharri
Backport of 6654289f5b350dfca3dc4f6abab777459b906756 from main
2022-07-26[4.1.x] Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key ↵Mariusz Felisiak
transforms on SQLite. Thanks Johnny Metz for the report. Regression in 71ec102b01fcc85acae3819426a4e02ef423b0fa. Backport of e20e5d1557785ba71e8ef0ceb8ccb85bdc13840a from main
2022-07-02[4.1.x] Fixed typo in docs/topics/signals.txt.Aristotelis Mikropoulos
Backport of 5eb6a2b33d70b9889e1cafa12594ad6f80773d3a from main
2022-06-28[4.1.x] Fixed #32749 -- Doc'd PyMemcacheCache defaults.Pablo Montepagano
Backport of bb2c5f69f47466fa52f3cf2727d10b3ebd79a4da from main
2022-06-27[4.1.x] Fixed #33422 -- Improved docs about isolating apps.Christopher Adams
Backport of 90d2f9f41671ef01c8e8e7b5648f95c9bf512aae from main
2022-06-27[4.1.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked. Backport of ac90529cc58507d9a07610809a795ec5fc3cbf8c from main
2022-06-16[4.1.x] Updated OWASP Top 10 link in security topic.Grammy Jiang
Backport of ef9121f3e6f62060d2904fb1811dbe7d74834686 from main
2022-06-02[4.1.x] Fixed #33757 -- Clarified Client.post() file upload example.Tim Graham
Backport of 61badf1d58e79b84874afa6a1e00b79f20e786d1 from main
2022-05-19[4.1.x] Removed unnecessary semicolons in docs about performing raw SQL.Tom Sparrow
Backport of e89f9571352f42c7752b351ba1e651485e5e7c51 from main
2022-05-18[4.1.x] Refs #33646 -- Fixed link markup in queries topic doc.Simon Willison
Backport of 4525d689e9ad4667e1798004c25053966c73c2d2 from main
2022-05-11Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.Mariusz Felisiak
2022-05-10Fixed #33622 -- Allowed customizing error messages for invalid number of forms.Marc Seguí Coll
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2022-05-05Fixed #32339 -- Added div.html form template.David Smith
2022-05-04Refs #32339 -- Restructured outputting HTML form docs.Carlton Gibson
In the topic doc, promoted the Reusable form templates section. In the reference, re-grouped and promoted the default __str__() rendering path, and then gathered the various as_*() helpers subsequently. Thanks to David Smith for review.
2022-05-04Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak
2022-04-28Removed hyphen from pre-/re- prefixes.David
"prepopulate", "preload", and "preprocessing" are already in the spelling_wordlist. This also removes hyphen from double "e" combinations with "pre" and "re", e.g. preexisting, preempt, reestablish, or reenter. See also: - https://ahdictionary.com/word/search.html?q=rerun - https://ahdictionary.com/word/search.html?q=recreate - https://ahdictionary.com/word/search.html?q=predetermined - https://ahdictionary.com/word/search.html?q=reuse - https://ahdictionary.com/word/search.html?q=reopening
2022-04-28Added backticks to code literals in various docs.David
2022-04-28Changed "ie." to "i.e." in docs.David
2022-04-27Refs #32339 -- Allowed renderer to specify default form and formset templates.Carlton Gibson
Co-authored-by: David Smith <smithdc@gmail.com>
2022-04-26Fixed #33646 -- Added async-compatible interface to QuerySet.Andrew Godwin
Thanks Simon Charette for reviews. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2022-04-20Refs #33646 -- Added example for async cross-thread connection access.Carlton Gibson
2022-04-19Updated note about ListView pagination example in CBV docs.Theofilos Alexiou
Follow up to 0f0abc20be55d796ecfc3e7698e7ecfd9e9cdf88.
2022-04-07Fixed #33611 -- Allowed View subclasses to define async method handlers.Carlton Gibson
2022-04-06Fixed #33348 -- Changed ↵Baptiste Mispelon
SimpleTestCase.assertFormError()/assertFormsetErrors() to take form/formset. Instead of taking a response object and a context name for the form/formset, the two methods now take the object directly.
2022-04-01Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD ↵Lucidiot
when using Meta.constraints.
2022-03-31Fixed #32129 -- Adjusted the docs for session expiry helpers.sarahboyce
Updated the docs for `get_session_cookie_age`, `get_expiry_age`, and `get_expiry_date` to clarify their intended usage by session backends when saving the session.
2022-03-30Refs #32339 -- Added use_fieldset to Widget.David
2022-03-29Updated various links to HTTPS and new locations.Mariusz Felisiak
2022-03-29Fixed #15619 -- Deprecated log out via GET requests.René Fleschenberg
Thanks Florian Apolloner for the implementation idea. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
Remaining test case ensures that uses of the alias are mapped canonically by the migration writer.
2022-03-17Added missing backticks to function names.Mariusz Felisiak
2022-03-10Changed some words to use inline markup.David Smith
2022-03-08Rewrote some references to "master".Adam Johnson
Following d9a266d657f66b8c4fa068408002a4e3709ee669.
2022-03-04Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard
2022-02-22Removed redundant QuerySet.all() calls in docs and tests.Nick Pope
Most QuerySet methods are mapped onto the Manager and, in general, it isn't necessary to call .all() on the manager.
2022-02-18Fixed typo in docs/topics/i18n/translation.txt.Philipp Bosch
2022-02-12Refs #32074 -- Recommended aiosmtpd for minimal SMTP server.Claude Paroz
Follow up to 569a33579c3cca5f801c544d9b52a34e3c779424.
2022-02-10Fixed #29490 -- Added support for object-based Media CSS and JS paths.Claude Paroz