summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2021-08-09Fixed some broken links and redirects in docs.Jacob Walls
2021-08-06Refs #32956 -- Corrected spelling of daylight saving time.David Smith
2021-08-03Fixed #32984 -- Allowed customizing a deletion field widget in formsets.Ties Jan Hefting
2021-08-02Updated BaseDatabaseFeatures link in testing tools docs.Lauri Tirkkonen
2021-07-30Refs #32956 -- Updated words ending in -wards.David Smith
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-27Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith
2021-07-22Fixed #32275 -- Added scrypt password hasher.ryowright
2021-07-16Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suit...Jacob Walls
2021-07-16Fixed typo in docs/topics/signals.txt.Haki Benita
2021-07-15Fixed #32905 -- Added CSS class for non-form errors of formsets.Ties Jan Hefting
2021-07-12Refs #32880 -- Created a new logging how-to document.Daniele Procida
2021-07-08Fixed #24522 -- Added a --shuffle option to DiscoverRunner.Chris Jerdonek
2021-07-01Refs #32880 -- Renamed/reordered logging topic sections.Daniele Procida
2021-07-01Removed trailing whitespace in logging topic.Daniele Procida
2021-06-30Refs #32880 -- Moved logging reference to new document.Daniele Procida
2021-06-28Refs #32880 -- Rearranged logging security notes.Daniele Procida
2021-06-26Refs #32880 -- Improved some how-to notes in logging topic.Daniele Procida
2021-06-24Refs #32880 -- Improved some headings and text in logging topic.Daniele Procida
2021-06-22Added a note about %autoawait off for IPython.Russell Keith-Magee
2021-06-15Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribut...Carlton Gibson
2021-06-08Refs #14357 -- Updated docs about interaction between aggregations and QueryS...Mariusz Felisiak
2021-06-05Fixed header underlines in performance docs.Claude Paroz
2021-06-01Refs #32552 -- Added DiscoverRunner.log() to allow customization.Daniyal
2021-05-29Fixed typos in comments and docs.David Sanders
2021-05-20Clarified docs about increasing the work factor for bcrypt hasher.yyyyyyyan
2021-05-20Changed IRC references to Libera.Chat.Mariusz Felisiak
2021-05-20Fixed note about ISP caching in docs.Ben Sturmfels
2021-05-20Added note about culling in database cache backend docs.Mike Lissner
2021-05-18Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.Claude Paroz
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-05-17Refs #32720 -- Fixed some broken links in docs.Nick Pope
2021-05-12Refs #32366 -- Avoided use of datetime.utcnow() in the documentation.Nick Pope
2021-04-21Fixed #32667 -- Added link to labeling checks in BaseCommand.requires_system_...Abhyudai
2021-04-09Fixed #32618 -- Added link to conditional aggregation in aggregation topic gu...Hasan Ramezani
2021-04-09Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS setting to middle...Hasan Ramezani
2021-04-03Fixed #32594 -- Doc'd and tested that Signal.disconnect() with lazy reference...Hugo Cachitas
2021-03-30Fixed #31840 -- Added support for Cross-Origin Opener Policy header.bankc
2021-03-30Removed dead link in docs/topics/http/sessions.txt.arcanemachine
2021-03-26Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first.Chris Jerdonek
2021-03-26Added missing mode="rb" argument to open() call in Client.post() example in d...John
2021-03-19Fixed #32556 -- Fixed handling empty string as non-boolean attributes value b...Baptiste Mispelon
2021-03-19Refs #25735 -- Added tags/exclude_tags arguments to DiscoverRunner docs.Mariusz Felisiak
2021-03-19Added parallel argument to DiscoverRunner docs.Mariusz Felisiak
2021-03-19Corrected DiscoverRunner.build_suite() signature.Mariusz Felisiak
2021-03-18Fixed #32547 -- Corrected notes about validation in HTML assertions docs.Hasan Ramezani
2021-03-17Fixed typo in docs/topics/testing/advanced.txt.Jozef
2021-03-06Fixed #24141 -- Added QuerySet.contains().Johan Schiff
2021-03-05Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.Jacob Walls
2021-03-02Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken