| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-30 | Refs #31676 -- Updated technical board description in organization docs. | Mariusz Felisiak | |
| According to DEP 0010. | |||
| 2021-07-30 | Refs #31676 -- Added Mergers and Releasers to organization docs. | Mariusz Felisiak | |
| According to DEP 0010. | |||
| 2021-07-30 | Refs #31676 -- Removed Core team from organization docs. | Mariusz Felisiak | |
| According to DEP 0010. | |||
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-07-28 | Refs #32956 -- Lowercased "internet" and "email" where appropriate. | David Smith | |
| 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-19 | Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates. | Nick Pope | |
| This deprecates forcing a return value for ArrayAgg, JSONBAgg, and StringAgg when there are no rows in the query. Now that we have a ``default`` argument for aggregates, we want to revert to returning the default of ``None`` which most aggregate functions return and leave it up to the user to decide what they want to be returned by default. | |||
| 2021-07-16 | Fixed #32655 -- Deprecated extra_tests argument for ↵ | Jacob Walls | |
| DiscoverRunner.build_suite()/run_tests(). | |||
| 2021-07-16 | Fixed typo in docs/internals/deprecation.txt. | Jacob Walls | |
| 2021-07-14 | Fixed typo in docs/internals/contributing/committing-code.txt. | ᴙɘɘᴙgYmɘᴙɘj | |
| 2021-07-13 | Refs #31676 -- Removed Django Core-Mentorship mailing list references in docs. | Mariusz Felisiak | |
| 2021-07-08 | Fixed #24522 -- Added a --shuffle option to DiscoverRunner. | Chris Jerdonek | |
| 2021-06-03 | Refs #31356 -- Changed IRC links to the Libera.Chat webchat. | Mariusz Felisiak | |
| Follow up to 66491f08fe86629fa25977bb3dddda06959f65e7. | |||
| 2021-06-03 | Fixed typos in docs. | Jacob Walls | |
| 2021-06-02 | Fixed typo in docs/internals/contributing/writing-code/coding-style.txt. | Jacob Walls | |
| 2021-05-27 | Fixed typo in MiddlewareMixin deprecation note. | Nick Pope | |
| 2021-05-21 | Fixed #32375 -- Started deprecation toward changing the default sitemap ↵ | Rohith PR | |
| protocol to https. The default sitemap protocol, when it is built outside the context of a request, will be changed from 'http' to 'https' in Django 5.0. | |||
| 2021-05-20 | Changed IRC references to Libera.Chat. | Mariusz Felisiak | |
| 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 | Fixed #32720 -- Added configuration and docs for Sphinx link checker. | Nick Pope | |
| We explicitly ignore checking anchors for line-range anchors on GitHub which are dynamically generated and, otherwise, show up as broken links. See https://github.com/sphinx-doc/sphinx/issues/7388#issuecomment-739961689. We also ignore links to resources that require authentication. | |||
| 2021-05-17 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | |
| 2021-05-12 | Fixed #32738 -- Deprecated django.utils.datetime_safe module. | Nick Pope | |
| 2021-05-07 | Fixed #32712 -- Deprecated django.utils.baseconv module. | Hasan Ramezani | |
| 2021-05-06 | Fixed typo in docs/internals/contributing/writing-documentation.txt. | Nick Pope | |
| 2021-04-29 | Refs #32178 -- Doc'd ↵ | Hasan Ramezani | |
| DatabaseFeatures.django_test_skips/django_test_expected_failures in contributing guide. | |||
| 2021-04-22 | Added note to update docs config when creating new stable branch. | Carlton Gibson | |
| django_next_version in docs/conf.py should be bumped when creating a new stable branch. | |||
| 2021-04-15 | Fixed #32652 -- Fixed links to new contributors FAQ. | Carlton Gibson | |
| 2021-04-06 | Updated asgiref dependency for 3.2 release series. | Carlton Gibson | |
| 2021-03-09 | Updated link to Selenium webdrivers. | Mariusz Felisiak | |
| 2021-03-09 | Updated Git branch "master" to "main". | Markus Holtermann | |
| This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ | |||
| 2021-03-03 | Refs #32412 -- Adjusted Contributing Guide start page. | GabbyPrecious | |
| * Added headers emphasising Work on the framework vs Join the community sections, to raise the visibility of the community section. * Added callouts to three main code/docs/translations areas, linking to respective start pages. * Moved some Writing code specific content from the start page to the Writing code index. This clarifies the start page and adds content to the previously empty Writing code index. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2021-03-03 | Updated links to djangoproject.com/code.djangoproject.com repositories. | Mariusz Felisiak | |
| 2021-02-24 | Fixed #32446 -- Deprecated SERIALIZE test database setting. | Simon Charette | |
| Whether or not the state of a test database should be serialized can be inferred from the set of databases allowed to be access from discovered TestCase/TransactionTestCase enabling the serialized_rollback feature which makes this setting unnecessary. This should make a significant test suite bootstraping time difference on large projects that didn't explicitly disable test database serialization. | |||
| 2021-02-10 | Fixed #32355 -- Dropped support for Python 3.6 and 3.7 | Mariusz Felisiak | |
| 2021-02-04 | Corrected typo in advice to new contributors. | Carlton Gibson | |
| 2021-02-04 | Refs #32412 -- Adjusted beginning of Advice for new contributors. | GabbyPrecious | |
| With the goal of guiding folks to the right destination: * Improved wording of tutorial call-out. * Added summary of page purpose. * Added link to Writing code reference doc. | |||
| 2021-01-14 | Advanced deprecation warnings for Django 4.0. | Mariusz Felisiak | |
| 2021-01-14 | Refs #28622 -- Removed settings.PASSWORD_RESET_TIMEOUT_DAYS per deprecation ↵ | Mariusz Felisiak | |
| timeline. | |||
| 2021-01-09 | Fixed typo in docs/internals/contributing/writing-code/coding-style.txt. | hashlash | |
| 2021-01-07 | Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format. | Florian Apolloner | |
| Co-authored-by: Craig Smith <hello@craigiansmith.com.au> | |||
| 2020-12-23 | Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in ↵ | Jon Dufresne | |
| docs. | |||
| 2020-12-23 | Fixed #32165 -- Added pre-commit hooks | David Smith | |
| * Added pre-commit hooks for isort, flake8 and eslint * Added documentation on how to install and use the tool | |||
| 2020-12-20 | Updated isort URL to new location. | Jon Dufresne | |
| 2020-12-09 | Fixed #32193 -- Deprecated MemcachedCache. | Mariusz Felisiak | |
| 2020-12-07 | Added note about importing release manager's public keys via GitHub API to ↵ | Mariusz Felisiak | |
| checksums templates. | |||
| 2020-11-13 | Changed docs and a code comment to use gender-neutral pronouns. | Nick Pope | |
| Follow up to e1b77238171cc96f4451a06fb4682e2378896238. | |||
| 2020-11-11 | Fixed #31216 -- Added support for colorama terminal colors on Windows. | MinchinWeb | |
| Modern setups on Windows support terminal colors. The colorama library may also be used, as an alternative to the ANSICON library. | |||
| 2020-11-06 | Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. | Hasan Ramezani | |
| This also replaces assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() where appropriate. Co-authored-by: Peter Inglesby <peter.inglesby@gmail.com> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-10-15 | Fixed #29988 -- Updated coding style to allow f-strings. | Carlton Gibson | |
| Thanks to Nick Pope for review. | |||
