| Age | Commit message (Collapse) | Author |
|
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set
of nodes for which the text is checked.
Backport of ac90529cc58507d9a07610809a795ec5fc3cbf8c from main.
|
|
Follow up to e74b3d724e5ddfef96d1d66bd1c58e7aae26fc85.
Backport of 8b020f2e64f1cbf2b06205a389a13af6623f90ce from main
|
|
Backport of dd528cb2cefc0db8b91a7ff0a2bc87305b976597 from main
|
|
asyncore and smtpd modules were deprecated in Python 3.10.
Backport of 569a33579c3cca5f801c544d9b52a34e3c779424 from main.
|
|
Follow up to 66491f08fe86629fa25977bb3dddda06959f65e7.
Backport of f10c52afabac25f2c10aca26d32dbe7e0e46082e from main.
|
|
Backport of f0d0d29f03448ba4f9cfef03f0605cc7e557c2c4 from main
|
|
Backport of 1443b5e9aca56e249d751d6486c402b3679d3c38 from main
|
|
Backport of 66491f08fe86629fa25977bb3dddda06959f65e7 from main.
|
|
use HTTPS.
Backport of c156e369553c75a30c78b8ed54a57b1101865105 from main
|
|
DatabaseFeatures.django_test_skips/django_test_expected_failures in contributing guide.
Backport of ca34db46504fca1221e27f6ab13734dfdfde6e1c from main
|
|
Backport of 5aea50e57f6c1bd725db36a0664e21b2be91b591 from main
|
|
Backport of 98d3fd61026457a435ef5b7afce6b6e64e9f241d from main
|
|
This change follows a long discussion on django-develops:
https://groups.google.com/g/django-developers/c/tctDuKUGosc/
Backport of d9a266d657f66b8c4fa068408002a4e3709ee669 from main
|
|
* 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 ead9085f0872d5c1c670502df6dc0f69b422eaad from master
|
|
|
|
docs.
|
|
* Added pre-commit hooks for isort, flake8 and eslint
* Added documentation on how to install and use the tool
|
|
|
|
Follow up to e1b77238171cc96f4451a06fb4682e2378896238.
|
|
Modern setups on Windows support terminal colors.
The colorama library may also be used, as an
alternative to the ANSICON library.
|
|
Thanks to Nick Pope for review.
|
|
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
|
|
Forwardported 3.1 release notes from 474f65406fe2e568482d83db2ea94c0409afa039.
|
|
|
|
|
|
|
|
|
|
comments.
|
|
The script previously used the PyPI package closure, which is slightly
out of date and not maintained by Google.
The JavaScript contribution docs and the compress.py script now runs the
google-closure-compiler package in the recommended way. Google's
documentation on usage and installation can be found at:
https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler#usage
This also makes the usage simpler as the package now runs through npm's
npx utility, which will automatically install google-closure-compiler to
a per-user cache.
|
|
|
|
"term" role became case sensitive in Sphinx 3.0.1.
|
|
|
|
docs/internals/contributing/writing-code/submitting-patches.txt.
|
|
|
|
|
|
Support for sqlparse < 0.2.2 was broken in
782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property
was added in sqlparse 0.2.2.
|
|
with assertWarnsMessage().
|
|
|
|
Pillow < 6.2.0 is vulnerable to CVE-2019-16865.
|
|
|
|
At DjangoCon US 2019 sprints, a number of contributors hit problems with an outdated Python.
|
|
|
|
|
|
involved difficulty.
This patch does not remove all occurrences of the words in question.
Rather, I went through all of the occurrences of the words listed
below, and judged if they a) suggested the reader had some kind of
knowledge/experience, and b) if they added anything of value (including
tone of voice, etc). I left most of the words alone. I looked at the
following words:
- simply/simple
- easy/easier/easiest
- obvious
- just
- merely
- straightforward
- ridiculous
Thanks to Carlton Gibson for guidance on how to approach this issue, and
to Tim Bell for providing the idea. But the enormous lion's share of
thanks go to Adam Johnson for his patient and helpful review.
|
|
|
|
This adds an ASGI handler, asgi.py file for the default project layout,
a few async utilities and adds async-safety to many parts of Django.
|
|
|
|
|
|
|
|
on Windows.
Follow up to 37c17846ad6b02c6dca72e8087a279cca04a0c27.
|