summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2023-01-31[4.1.x] Fixed #34180 -- Added note about resetting language in test tear-downs.Durval Carvalho
2023-01-16[4.1.x] Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.sarahboyce
2022-12-19[4.1.x] Fixed typo in docs/topics/async.txt.Mariusz Felisiak
2022-12-16[4.1.x] Fixed typo in docs/topics/http/sessions.txt.TAKAHASHI Shuuji
2022-11-28[4.1.x] Doc's check_password()'s setter and preferred arguments.Mariusz Felisiak
2022-11-24[4.1.x] Adjusted BaseFormSet.get_form_kwargs example in docs.Riccardo Magliocchetti
2022-11-23[4.1.x] Fixed typo in settings topic doc.KrishnaKumar Thanki
2022-11-23[4.1.x] Refs #32873 -- Adjusted formatting note on USE_L10N default.Anders Hovmöller
2022-11-15[4.1.x] Refs #34099 -- Doc'd that custom Model.save() should update update_fi...sarahboyce
2022-11-14[4.1.x] Fixed #34154 -- Made mixin headers consistent in auth docs.Tony Lechner
2022-11-10[4.1.x] Improved async request factory and client docs.David Wobrock
2022-11-02[4.1.x] Fixed #30801 -- Improved guidance for making good use of signals.Joseph Victor Zammit
2022-10-29[4.1.x] Removed obsolete doc reference to asyncio.iscoroutinefunction.Nick Pope
2022-10-10[4.1.x] Fixed #25996 -- Revised performance section in URLs topic docs.Ralph Reid
2022-10-07[4.1.x] Fixed #33797 -- Prioritized cached database backend for cached sessio...J.V. Zammit
2022-09-29[4.1.x] Fixed #33026 -- Mentioned RequestFactory in testing tools docs.Chris Wedgwood
2022-09-17[4.1.x] Fixed #34017 -- Doc'd that Argon2id variant is used by Argon2Password...Ritik Soni
2022-09-17[4.1.x] Fixed #34019 -- Removed obsolete references to "model design consider...DevilsAutumn
2022-09-15[4.1.x] Described Article-Reporter relationship in many-to-one topic.Pamela Fox
2022-09-09[4.1.x] Corrected example of redundant all() in docs.Dhanush
2022-08-31[4.1.x] Fixed #33965 -- Improved file-like object example of ImageField in docs.Alex Morega
2022-08-30[4.1.x] Fixed #33958 -- Added imports to examples in "Expressions can referen...Iván Camilo Triviño López
2022-08-26[4.1.x] Refs #30511 -- Updated docs about auto-incrementing primary keys on P...Mariusz Felisiak
2022-08-25[4.1.x] Refs #18707 -- Corrected django.test.Client signature in docs.Daniel Hahler
2022-08-23[4.1.x] Fixed #33939 -- Used functools.partial() in transaction.on_commit() e...Alex Morega
2022-08-16[4.1.x] Fixed #33909 -- Corrected django.dispatch.receiver() signature.Youssef
2022-08-08[4.1.x] Fixed typo in docs/topics/i18n/translation.txt.Alessandro Baccini
2022-07-29[4.1.x] Fixed typo in docs/topics/testing/tools.txt.rharri
2022-07-26[4.1.x] Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key ...Mariusz Felisiak
2022-07-02[4.1.x] Fixed typo in docs/topics/signals.txt.Aristotelis Mikropoulos
2022-06-28[4.1.x] Fixed #32749 -- Doc'd PyMemcacheCache defaults.Pablo Montepagano
2022-06-27[4.1.x] Fixed #33422 -- Improved docs about isolating apps.Christopher Adams
2022-06-27[4.1.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2022-06-16[4.1.x] Updated OWASP Top 10 link in security topic.Grammy Jiang
2022-06-02[4.1.x] Fixed #33757 -- Clarified Client.post() file upload example.Tim Graham
2022-05-19[4.1.x] Removed unnecessary semicolons in docs about performing raw SQL.Tom Sparrow
2022-05-18[4.1.x] Refs #33646 -- Fixed link markup in queries topic doc.Simon Willison
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
2022-05-05Fixed #32339 -- Added div.html form template.David Smith
2022-05-04Refs #32339 -- Restructured outputting HTML form docs.Carlton Gibson
2022-05-04Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak
2022-04-28Removed hyphen from pre-/re- prefixes.David
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
2022-04-26Fixed #33646 -- Added async-compatible interface to QuerySet.Andrew Godwin
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
2022-04-07Fixed #33611 -- Allowed View subclasses to define async method handlers.Carlton Gibson