Commit graph

990 commits

Author SHA1 Message Date
Mariusz Felisiak
1a9098166e [3.2.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set
of nodes for which the text is checked.

Backport of ac90529cc5 from main.
2022-06-27 08:10:48 +02:00
Mariusz Felisiak
99532fdadf [3.2.x] Corrected isort example in coding style docs.
Follow up to e74b3d724e.
Backport of 8b020f2e64 from main
2021-11-22 12:35:12 +01:00
Paolo Melchiorre
31539a63f2 [3.2.x] Corrected "pip install" call in coding style docs.
Backport of dd528cb2ce from main
2021-11-22 09:57:44 +01:00
Mariusz Felisiak
dbcd81841f [3.2.x] Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.
asyncore and smtpd modules were deprecated in Python 3.10.

Backport of 569a33579c from main.
2021-10-15 10:04:06 +02:00
Claude Paroz
eb26b8a0fe [3.2.x] The django-i18n mailing list moved to the Django Forum.
Backport of 754b82d9de from main
2021-08-13 15:36:25 +02:00
Jacob Walls
6bb74f3de8 [3.2.x] Fixed some broken links and redirects in docs.
Backport of 259b28706e from main
2021-08-09 07:09:37 +02:00
Mariusz Felisiak
d9e05ea17a [3.2.x] Refs #31676 -- Updated technical board description in organization docs.
According to DEP 0010.

Backport of f2ed2211c2 from main.
2021-07-30 11:36:21 +02:00
Mariusz Felisiak
99d9a3ef7c [3.2.x] Refs #31676 -- Added Mergers and Releasers to organization docs.
According to DEP 0010.

Backport of 228ec8e015 from main
2021-07-30 11:35:32 +02:00
Mariusz Felisiak
ed29959812 [3.2.x] Refs #31676 -- Removed Core team from organization docs.
According to DEP 0010.

Backport of caa2dd08c4 from main
2021-07-30 11:35:17 +02:00
Jacob Walls
b7d25d025e [3.2.x] Fixed typo in docs/internals/deprecation.txt.
Backport of 10f66c91cb from main
2021-07-16 06:00:52 +02:00
ᴙɘɘᴙgYmɘᴙɘj
6931963886 [3.2.x] Fixed typo in docs/internals/contributing/committing-code.txt.
Backport of 5838102ae6 from main
2021-07-14 20:22:11 +02:00
Mariusz Felisiak
f36edbc378 [3.2.x] Refs #31676 -- Removed Django Core-Mentorship mailing list references in docs.
Backport of 37e8367c35 from main
2021-07-13 20:22:17 +02:00
Mariusz Felisiak
b6e3290383 [3.2.x] Refs #31356 -- Changed IRC links to the Libera.Chat webchat.
Follow up to 66491f08fe.
Backport of f10c52afab from main.
2021-06-03 12:08:56 +02:00
Jacob Walls
f07d686974 [3.2.x] Fixed typos in docs.
Backport of f0d0d29f03 from main
2021-06-03 07:50:31 +02:00
Jacob Walls
bf08609501 [3.2.x] Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
Backport of 1443b5e9ac from main
2021-06-02 08:15:41 +02:00
Nick Pope
b2ff1655fc [3.2.x] Fixed typo in MiddlewareMixin deprecation note.
Backport of e513fb0e77 from main.
2021-05-27 06:54:00 +02:00
Mariusz Felisiak
143d2a4bbf [3.2.x] Changed IRC references to Libera.Chat.
Backport of 66491f08fe from main.
2021-05-20 12:25:07 +02:00
Nick Pope
cb91b2d9e3 [3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Backport of c156e36955 from main
2021-05-17 12:16:09 +02:00
Nick Pope
bdd565422d [3.2.x] Fixed typo in docs/internals/contributing/writing-documentation.txt.
Backport of c240ceea7d from main
2021-05-06 20:02:11 +02:00
Hasan Ramezani
ce130749d5 [3.2.x] Refs #32178 -- Doc'd DatabaseFeatures.django_test_skips/django_test_expected_failures in contributing guide.
Backport of ca34db4650 from main
2021-04-29 20:56:08 +02:00
Carlton Gibson
4c63459692 [3.2.x] Added note to update docs config when creating new stable branch.
django_next_version in docs/conf.py should be bumped when creating a new stable
branch.

Backport of 6a7af38b07 from main
2021-04-22 09:02:59 +02:00
Carlton Gibson
99ea737a0f [3.2.x] Fixed #32652 -- Fixed links to new contributors FAQ.
Backport of e3e2276e6f from main
2021-04-15 17:16:22 +02:00
Carlton Gibson
011b92ce98 [3.2.x] Updated asgiref dependency for 3.2 release series.
Backport of 5aea50e57f from main
2021-04-06 10:43:40 +02:00
Mariusz Felisiak
b129728834 [3.2.x] Updated link to Selenium webdrivers.
Backport of 98d3fd6102 from main
2021-03-09 11:30:56 +01:00
Markus Holtermann
e078747290 [3.2.x] Updated Git branch "master" to "main".
This change follows a long discussion on django-develops:

https://groups.google.com/g/django-developers/c/tctDuKUGosc/

Backport of d9a266d657 from main
2021-03-09 09:33:50 +01:00
GabbyPrecious
cafabd0859 [3.2.x] Refs #32412 -- Adjusted Contributing Guide start page.
* 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>

Backport of ead9085f08 from master
2021-03-03 15:41:10 +01:00
Mariusz Felisiak
d7e5590653 [3.2.x] Updated links to djangoproject.com/code.djangoproject.com repositories.
Backport of 2b1de3dd24 from master
2021-03-03 09:07:11 +01:00
Carlton Gibson
f490cde15d [3.2.x] Corrected typo in advice to new contributors.
Backport of e48e78738e from master
2021-02-04 16:02:08 +01:00
GabbyPrecious
bbd1b3565b [3.2.x] Refs #32412 -- Adjusted beginning of Advice for new contributors.
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.

Backport of e733c9ac17 from master
2021-02-04 10:37:15 +01:00
hashlash
4794a0e35f
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt. 2021-01-09 20:18:00 +01:00
Florian Apolloner
2d6179c819 Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.
Co-authored-by: Craig Smith <hello@craigiansmith.com.au>
2021-01-07 13:00:53 +01:00
Jon Dufresne
429d089d0a Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in docs. 2020-12-23 17:21:25 +01:00
David Smith
3bca95cca2 Fixed #32165 -- Added pre-commit hooks
* Added pre-commit hooks for isort, flake8 and eslint
* Added documentation on how to install and use the tool
2020-12-23 11:14:48 +01:00
Jon Dufresne
28d998a41c
Updated isort URL to new location. 2020-12-20 11:00:28 +01:00
Mariusz Felisiak
5ce31d6a71
Fixed #32193 -- Deprecated MemcachedCache. 2020-12-09 21:27:32 +01:00
Mariusz Felisiak
85729545f1
Added note about importing release manager's public keys via GitHub API to checksums templates. 2020-12-07 11:45:38 +01:00
Nick Pope
477c800443
Changed docs and a code comment to use gender-neutral pronouns.
Follow up to e1b7723817.
2020-11-13 22:26:30 +01:00
MinchinWeb
f1585c54d0
Fixed #31216 -- Added support for colorama terminal colors on Windows.
Modern setups on Windows support terminal colors.
The colorama library may also be used, as an
alternative to the ANSICON library.
2020-11-11 14:27:10 +01:00
Hasan Ramezani
3f7b327562 Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
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-11-06 09:24:50 +01:00
Carlton Gibson
411cc0ae18 Fixed #29988 -- Updated coding style to allow f-strings.
Thanks to Nick Pope for review.
2020-10-15 10:09:34 +02:00
Mariusz Felisiak
bb8f66934d Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context."
This reverts commit 4ed534758c.
2020-08-24 11:37:59 +02:00
Mariusz Felisiak
d907371ef9 Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
It's a transitional setting helpful in migrating multiple instance of
the same project to Django 3.1+.

Thanks Markus Holtermann for the report and review, Florian
Apolloner for the implementation idea and review, and Carlton Gibson
for the review.
2020-08-04 09:35:24 +02:00
Mariusz Felisiak
bce4a53670
Moved note about features deprecated in Django 3.1 above their descriptions. 2020-08-03 20:50:45 +02:00
Mariusz Felisiak
1d6fdca557 Refs #27468 -- Added tests and release notes for signing.dumps()/loads() changes.
Follow up to 71c4fb7beb.
2020-07-31 22:05:02 +02:00
David Smith
e74b3d724e Bumped minimum isort version to 5.1.0.
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
2020-07-30 10:58:59 +02:00
Aymeric Augustin
3f2821af6b
Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
Mariusz Felisiak
3d16496037 Bumped asgiref requirement to >= 3.2.10.
Forwardported 3.1 release notes from 474f65406f.
2020-07-17 21:15:21 +02:00
Adam Johnson
2afa61e7d9 Refs #31493 -- Replaced var with const/let in documentation JS. 2020-06-24 12:20:57 +02:00
David Smith
27c09043da Refs #31670 -- Renamed whitelist argument and attribute of EmailValidator. 2020-06-18 21:43:20 +02:00
Florian Apolloner
faad809e09 Refs #30472 -- Simplified Argon2PasswordHasher with argon2-cffi 19.1+ API. 2020-06-17 08:10:41 +02:00