summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2022-04-06Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...Baptiste Mispelon
2022-04-01Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...Lucidiot
2022-03-31Fixed #32129 -- Adjusted the docs for session expiry helpers.sarahboyce
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
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
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
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
2022-02-18Fixed typo in docs/topics/i18n/translation.txt.Philipp Bosch
2022-02-12Refs #32074 -- Recommended aiosmtpd for minimal SMTP server.Claude Paroz
2022-02-10Fixed #29490 -- Added support for object-based Media CSS and JS paths.Claude Paroz
2022-02-09Fixed #33495 -- Improved debug logging message about adapting handlers for mi...Aaron Chong
2022-02-08Fixed #32518 -- Doc'd that QuerySet.contains() should not be overused.John Hollingsworth
2022-02-05Refs #32243 -- Fixed typo in docs/topics/files.txt.Grace Hawkins
2022-02-03Fixed #32243 -- Added docs examples for manually saving Files.Joshua Massover
2022-02-03Improved example of using a custom queryset in Model formsets docs.Mike Lissner
2022-02-02Added Redis to warning about using cached sessions in docs.Theofilos Alexiou
2022-02-01Fixed #30360 -- Added support for secret key rotation.tschilling
2022-01-27Fixed #26142 -- Allowed model formsets to prevent new object creation.vgolubev
2022-01-26Adjusted CBV resolver_match example in testing tools docs.Carlton Gibson
2022-01-22Stopped including type="text/css" attributes for CSS link tags.Claude Paroz
2022-01-21Fixed #26760 -- Added --prune option to migrate command.Jacob Walls
2022-01-17Fixed #33443 -- Clarified when PasswordResetView sends an email.Brad Solomon