summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2022-01-13Clarified how contrib.auth picks a password hasher for verification.Adam Johnson
2022-01-13Fixed #29708 -- Deprecated PickleSerializer.Adam Johnson
2022-01-13Refs #29708 -- Made SessionBase store expiry as string.Adam Johnson
2022-01-12Alphabetized field attributes in form topic docs.David Smith
2022-01-10Corrected signatures of some functions in docs.Mariusz Felisiak
2022-01-07Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering
2022-01-05Removed unused comment directive in CBV topic docs.David
2022-01-05Fixed malformed attribute directives in docs.David
2022-01-04Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValida...Florian Apolloner
2022-01-04Avoided suggestion of plain text database password in sessions topic.Luke Plant
2021-12-30Fixed #27936 -- Rewrote spanning multi-valued relationships docs.Jacob Walls
2021-12-30Added default values to Entry's fields in making queries docs.Mariusz Felisiak
2021-12-28Updated example of YAML serialization format in docs.Sergey Fursov
2021-12-28Avoided counting attributes and methods in docs.Mariusz Felisiak
2021-12-17Changed signatures of setting_changed signal receivers.Adam Johnson
2021-12-15Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued rela...Jacob Walls
2021-12-13Improved wording in password validators docs and docstrings.Adam Johnson
2021-12-13Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.mgaligniana
2021-11-26Fixed #33301 -- Clarified the type of arguments required by custom assertions.Baptiste Mispelon
2021-11-26Refs #33163 -- Corrected example of connection signal handlers in AppConfig.r...Mariusz Felisiak
2021-11-24Fixed #33298 -- Added docs and tests for using Q objects with get_object_or_4...mgaligniana
2021-11-17Fixed #33163 -- Added example of connection signal handlers in AppConfig.read...Roxane
2021-11-12Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.Krzysztof Jagiello
2021-11-08Fixed #33264 -- Made test runner return non-zero error code for unexpected su...Baptiste Mispelon
2021-11-04Corrected multiply defined labels in docs.Mariusz Felisiak
2021-11-03Fixed typo in docs/topics/logging.txt.Brad
2021-10-21Fixed #33211 -- Updated tests for Selenium 4.0.0.Carlton Gibson
2021-10-19Refs #33207 -- Clarified that AUTH_USER_MODEL expects an app label.Mariusz Felisiak