| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-21 | [4.0.x] Fixed broken links and redirects in docs. | Mariusz Felisiak | |
| Backport of 1d16dbc74563ec9aeb4bdff870d0fe5064667b26 from main | |||
| 2021-09-21 | [4.0.x] Used :rfc: role in docs/topics/conditional-view-processing.txt. | Mariusz Felisiak | |
| Backport of f8bab4e0dcdad5cb174998e1b31d74c8434a2477 from main | |||
| 2021-09-20 | Fixed #31026 -- Switched form rendering to template engine. | David Smith | |
| Thanks Carlton Gibson, Keryn Knight, Mariusz Felisiak, and Nick Pope for reviews. Co-authored-by: Johannes Hoppe <info@johanneshoppe.com> | |||
| 2021-09-16 | Fixed #32365 -- Made zoneinfo the default timezone implementation. | Carlton Gibson | |
| Thanks to Adam Johnson, Aymeric Augustin, David Smith, Mariusz Felisiak, Nick Pope, and Paul Ganssle for reviews. | |||
| 2021-09-14 | Fixed #33012 -- Added Redis cache backend. | Daniyal | |
| Thanks Carlton Gibson, Chris Jerdonek, David Smith, Keryn Knight, Mariusz Felisiak, and Nick Pope for reviews and mentoring this Google Summer of Code 2021 project. | |||
| 2021-09-14 | Fixed #32873 -- Deprecated settings.USE_L10N. | Claude Paroz | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-09-10 | Refs #31055 -- Doc'd 'databases' argument of check functions. | Adam Johnson | |
| 2021-09-07 | Fixed #32076 -- Added async methods to BaseCache. | Andrew-Chen-Wang | |
| This also makes DummyCache async-compatible. | |||
| 2021-09-04 | Fixed typo in docs/topics/i18n/formatting.txt. | Jacob Walls | |
| 2021-08-30 | Fixed #33054 -- Made TestCase.captureOnCommitCallbacks() capture callbacks ↵ | Eugene Morozov | |
| recursively. | |||
| 2021-08-26 | Made sentence about Model consistent in docs. | Zainab Amir | |
| 2021-08-24 | Fixed #32552 -- Added logger argument to DiscoverRunner. | Chris Jerdonek | |
| 2021-08-17 | Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. | Andrew Northall | |
| 2021-08-09 | Fixed some broken links and redirects in docs. | Jacob Walls | |
| 2021-08-06 | Refs #32956 -- Corrected spelling of daylight saving time. | David Smith | |
| AP Stylebook: Saving not savings, no hyphen, and lowercase. | |||
| 2021-08-03 | Fixed #32984 -- Allowed customizing a deletion field widget in formsets. | Ties Jan Hefting | |
| 2021-08-02 | Updated BaseDatabaseFeatures link in testing tools docs. | Lauri Tirkkonen | |
| 2021-07-30 | Refs #32956 -- Updated words ending in -wards. | David Smith | |
| AP styleguide: Virtually none of the words ending with -wards end with an s. | |||
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-07-27 | Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments. | David Smith | |
| This also removes unnecessary comments with the previous spelling. AP Stylebook has a short entry to advise the preferred spelling for "en-us". "Afterwards" is preferred in British English. | |||
| 2021-07-22 | Fixed #32275 -- Added scrypt password hasher. | ryowright | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-07-16 | Fixed #32655 -- Deprecated extra_tests argument for ↵ | Jacob Walls | |
| DiscoverRunner.build_suite()/run_tests(). | |||
| 2021-07-16 | Fixed typo in docs/topics/signals.txt. | Haki Benita | |
| 2021-07-15 | Fixed #32905 -- Added CSS class for non-form errors of formsets. | Ties Jan Hefting | |
| 2021-07-12 | Refs #32880 -- Created a new logging how-to document. | Daniele Procida | |
| Moved how-to material from topic document into a new document, and added new material. Introduced minor improvements to logging reference document. | |||
| 2021-07-08 | Fixed #24522 -- Added a --shuffle option to DiscoverRunner. | Chris Jerdonek | |
| 2021-07-01 | Refs #32880 -- Renamed/reordered logging topic sections. | Daniele Procida | |
| Moved sections so that how-to type material is all together, and renamed headings so it's clearer what those sections are about, in anticipation of creating a separate how-to document and expanding the material. | |||
| 2021-07-01 | Removed trailing whitespace in logging topic. | Daniele Procida | |
| 2021-06-30 | Refs #32880 -- Moved logging reference to new document. | Daniele Procida | |
| Completed a first step in moving reference and how-to material out of the topic document. | |||
| 2021-06-28 | Refs #32880 -- Rearranged logging security notes. | Daniele Procida | |
| Expanded security notes and moved them under a new explanation heading of their own for future reference and expansion. Removed specific reference to Sentry since there are multiple third-party services that fulfill that role. | |||
| 2021-06-26 | Refs #32880 -- Improved some how-to notes in logging topic. | Daniele Procida | |
| 2021-06-24 | Refs #32880 -- Improved some headings and text in logging topic. | Daniele Procida | |
| 2021-06-22 | Added a note about %autoawait off for IPython. | Russell Keith-Magee | |
| 2021-06-15 | Fixed #30427, Fixed #16176 -- Corrected setting descriptor in ↵ | Carlton Gibson | |
| Field.contribute_to_class(). Co-authored-by: Jarek Glowacki <jarekwg@gmail.com> | |||
| 2021-06-08 | Refs #14357 -- Updated docs about interaction between aggregations and ↵ | Mariusz Felisiak | |
| QuerySet.order_by(). Obsolete since 0ddb4ebf7bfcc4730c80a772dd146a49ef6895f6. | |||
| 2021-06-05 | Fixed header underlines in performance docs. | Claude Paroz | |
| 2021-06-01 | Refs #32552 -- Added DiscoverRunner.log() to allow customization. | Daniyal | |
| Thanks Carlton Gibson, Chris Jerdonek, and David Smith for reviews. | |||
| 2021-05-29 | Fixed typos in comments and docs. | David Sanders | |
| 2021-05-20 | Clarified docs about increasing the work factor for bcrypt hasher. | yyyyyyyan | |
| 2021-05-20 | Changed IRC references to Libera.Chat. | Mariusz Felisiak | |
| 2021-05-20 | Fixed note about ISP caching in docs. | Ben Sturmfels | |
| Regression in 7aabd6238028f4bb78d0687bbccc97bcf634e28b. | |||
| 2021-05-20 | Added note about culling in database cache backend docs. | Mike Lissner | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-05-18 | Fixed #32379 -- Started deprecation toward changing default USE_TZ to True. | Claude Paroz | |
| Co-authored-by: Nick Pope <nick@nickpope.me.uk> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-05-17 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | |
| 2021-05-17 | Refs #32720 -- Fixed some broken links in docs. | Nick Pope | |
| 2021-05-12 | Refs #32366 -- Avoided use of datetime.utcnow() in the documentation. | Nick Pope | |
| 2021-04-21 | Fixed #32667 -- Added link to labeling checks in ↵ | Abhyudai | |
| BaseCommand.requires_system_checks docs. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-04-09 | Fixed #32618 -- Added link to conditional aggregation in aggregation topic ↵ | Hasan Ramezani | |
| guide. | |||
| 2021-04-09 | Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS setting to ↵ | Hasan Ramezani | |
| middleware docs. | |||
| 2021-04-03 | Fixed #32594 -- Doc'd and tested that Signal.disconnect() with lazy ↵ | Hugo Cachitas | |
| references returns None. | |||
