Mariusz Felisiak
9deb850e23
[3.0.x] Skipped GetImageDimensionsTests.test_webp when WEBP is not installed.
...
Bumped minimum Pillow version to 4.2.0 in test requirements.
Backport of fce389af7c
from master
2020-10-06 11:30:21 +02:00
Adam Johnson
af2e95b0fa
[3.0.x] Refs #31493 -- Replaced var with const/let in documentation JS.
...
Backport of 2afa61e7d9
from master
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2020-06-24 12:27:31 +02:00
Jon Dufresne
caf7c4630d
[3.0.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.
...
Backport of 9f4ceee90a
from master
2020-06-02 11:55:57 +02:00
David Smith
4118a9b5f8
[3.0.x] Removed redundant pyenchant dependency in spelling check docs.
...
Backport of 7514852767
from master
2020-06-01 07:09:31 +02:00
Michael Manfre
e4d96084cf
[3.0.x] Added notes related to security pre-notification list requests.
...
Backport of 0e893248b2
from master
2020-05-21 10:32:02 +02:00
Jignesh Kotadiya
abe33c1695
[3.0.x] Refs #22463 -- Replaced JSHint with ESLint in contributing docs.
...
Backport of 7b4bd2a82c
from master
2020-04-20 10:53:53 +02:00
Mariusz Felisiak
51f0b8ae0d
[3.0.x] Fixed term warning on Sphinx 3.0.1+.
...
"term" role became case sensitive in Sphinx 3.0.1.
Backport of cc70a0343e
from master
2020-04-14 09:32:48 +02:00
Adam Johnson
0342d47e7a
[3.0.x] Prevented (and corrected) single backtick usage in docs.
...
Backport of 1cdfe8d912
from master.
2020-04-01 15:15:21 +02:00
Adam Johnson
600d7d8693
[3.0.x] Added link to contributing docs in deprecation policy.
...
Backport of f1db2ca732
from master
2020-03-24 08:50:50 +01:00
Mariusz Felisiak
f389e2c960
[3.0.x] Added missing backticks in various docs.
...
Backport of 30ca66eadd
from master
2020-03-06 11:53:35 +01:00
Takuya Noguchi
bbec01c152
[3.0.x] Fixed #31241 -- Clarified porting translations of the Django docs to docs.djangoproject.com.
...
Backport of c25a8c77d7
from master
2020-02-12 10:14:36 +01:00
Vibhu Agarwal
0bf1330fe4
[3.0.x] Fixed #31226 -- Fixed typo in docs/internals/contributing/writing-code/submitting-patches.txt.
...
Backport of 6f9ecc23f6
from master
2020-02-03 20:16:56 +01:00
Vibhu Agarwal
8ed5ac4eb4
[3.0.x] Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-features.txt.
...
Backport of 1a09708dcb
from master
2020-02-03 11:36:05 +01:00
Mariusz Felisiak
27e4ebc0ba
[3.0.x] Refs #25778 -- Updated some links to HTTPS and new locations.
...
Backport of 0ac8ac8b0d
from master
2020-01-29 09:35:45 +01:00
Jon Dufresne
d346f075d0
[3.0.x] Refs #25778 -- Updated sphinx-doc.org links to HTTPS.
...
Backport of 32166a9f7c
from master.
2020-01-29 06:06:23 +01:00
Carlton Gibson
d74f383e9b
[3.0.x] Clarified backport policy for regressions.
...
Backport of 7400da49a5
from master
2020-01-15 15:53:33 +01:00
Mads Jensen
222b56474d
[3.0.x] Added guidelines for assertIs() usage.
...
Backport of ea44d86ed4
from master
2019-12-30 13:04:07 +01:00
Hasan Ramezani
c8c0c0def7
[3.0.x] Fixed typo in internals/contributing/writing-documentation.txt.
...
Backport of b1d39131eb
from master
2019-12-03 21:04:23 +01:00
Baptiste Mispelon
c0fe08d470
[3.0.x] Refs #31029 -- Added note about :rfc: role in writing documentation docs.
...
Backport of 42df1b178b
from master
2019-11-28 07:59:39 +01:00
Carlton Gibson
0e58745716
[3.0.x] Pinned asgiref to 3.2 series.
...
Backport of 36453526d3
from master
2019-11-20 15:13:28 +01:00
Carlton Gibson
48631a1afd
[3.0.x] Doc'd archiving historical branches as git tags.
...
Backport of a32f983be8
from master
2019-11-08 12:11:18 +01:00
Stephen Rauch
76d293f3e6
[3.0.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.
...
Support for sqlparse < 0.2.2 was broken in
782d85b6df
because is_whitespace property
was added in sqlparse 0.2.2.
Backport of 4b6db766ba
from master
2019-11-06 09:01:48 +01:00
André Ericson
3c5f8313c2
[3.0.x] Fixed #30927 -- Simplified an example of test for the deprecation warning with assertWarnsMessage().
...
Backport of 54a7b02112
from master
2019-10-30 13:52:57 +01:00
Mariusz Felisiak
b3e8dafe06
[3.0.x] Added tblib to the list of test suite dependencies in documentation.
...
Backport of 2a54ce72f9
from master
2019-10-23 15:27:02 +02:00
Carlton Gibson
aba6fef430
[3.0.x] Moved "Sign the CLA" to the bottom of New Contributor First Steps.
...
As discussed on the mailing list, step 1 of First Steps shouldn't be
"Find a printer".
https://groups.google.com/d/topic/django-developers/owOqFmxufgs/discussion
Backport of adfd920cc5
from master
2019-10-15 14:11:11 +02:00
Graham Healy
9adb80efee
[3.0.x] Fixed #30808 -- Added the Django Forum to contributing index.
...
Backport of 90abdba086
from master
2019-10-15 09:08:08 +02:00
Kees Hink
fffce1ac4c
[3.0.x] Fixed #27086 -- Doc'd fix for test suite hang on macOS.
...
Backport of 5d9cf79baf
from master
2019-10-09 15:49:19 +02:00
Carlton Gibson
6801166a30
[3.0.x] Added note to check Python version in unit tests troubleshooting section.
...
At DjangoCon US 2019 sprints, a number of contributors hit problems with an outdated Python.
Backport of 06e087c3de
from master
2019-10-09 15:49:09 +02:00
Carlton Gibson
7ded25d713
[3.0.x] Corrected section indentation in unit tests contributor docs.
...
Backport of b39c39e82a
from master
2019-10-09 15:48:58 +02:00
Katherine Michel
b6da3192c0
[3.0.x] Refs #30010 -- Doc'd running tests with django-docker-box.
...
Backport of f7eb9fb676
from master
2019-10-02 14:00:48 +02:00
Carlton Gibson
51095d7341
[3.0.x] Expanded notes on alphas in release How-to.
...
Backport of 4b63d45d54
from master
2019-09-12 10:37:24 +02:00
Tobias Kunze
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the 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.
2019-09-06 13:27:46 +02:00
Mariusz Felisiak
053ff7e9e6
Fixed typo in docs/internals/contributing/writing-documentation.txt.
2019-09-05 14:06:46 +02:00
Carlton Gibson
ed2d411aa8
Refs #30573 -- Noted to avoid "simple" & co. in Writing Style guide.
...
Co-authored-by: Tobias Kunze <r@rixx.de>
2019-09-05 10:13:31 +02:00
Min ho Kim
3c6a4fdb6d
Changed example git clone URLs to use HTTPS.
2019-09-04 08:11:22 +02:00
Carlton Gibson
4f61810751
Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().
2019-09-02 15:32:23 +02:00
Andrew Godwin
a415ce70be
Fixed #30451 -- Added ASGI handler and coroutine-safety.
...
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.
2019-06-20 12:29:43 +02:00
Carlton Gibson
8a187bfa3b
Updated release process notes for oss-security list content guidelines.
...
c.f. https://oss-security.openwall.org/wiki/mailing-lists/oss-security#list-content-guidelines
2019-06-04 16:40:25 +02:00
Hasan Ramezani
e2de49ec2e
Fixed #28520 -- Added --start-at/--start-after options to runtests.py.
2019-05-31 07:01:12 +02:00
Mariusz Felisiak
1d25354fb5
Updated release process in the "How is Django Formed?" documentation.
...
* Fixed Trac's post release step.
* Doc'd the use of robots_txt for updating robots.docs.txt.
2019-05-24 11:05:51 +02:00
Johannes Hoppe
8d010f3986
Fixed #30220 -- Added support for headless mode in selenium tests.
2019-05-17 08:14:54 +02:00
Jon Dufresne
97d3321e89
Changed tuple choices to list in docs.
2019-05-15 14:31:42 +02:00
Jon Dufresne
b915b9f10f
Refs #27753 -- Deprecated django.utils.text.unescape_entities().
...
The function was undocumented and only required for compatibility with
Python 2.
Code should use Python's html.unescape() that was added in Python 3.4.
2019-05-08 08:00:59 +02:00
Ramiro Morales
25b5eea8cd
Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django on Windows.
...
Follow up to 37c17846ad
.
2019-04-23 09:32:55 +02:00
Ville Skyttä
34a68c2cbe
Fixed typo in docs/internals/contributing/committing-code.txt.
2019-04-21 12:47:33 +02:00
Ramiro Morales
aed89adad5
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints.
2019-04-18 14:41:15 +02:00
Tim Graham
c4447ad231
Doc'd django-docs-translation and Read the Docs release steps.
2019-03-26 13:11:41 -04:00
Tim Graham
9caa3e0a29
Doc'd a few contributing guidelines.
2019-03-25 18:26:23 -04:00
Simon Charette
9dc367dc10
Refs #30158 -- Added alias argument to Expression.get_group_by_cols().
2019-03-21 18:47:46 -04:00
Claude Paroz
a8e2a9bac6
Refs #15902 -- Deprecated storing user's language in the session.
2019-02-14 10:23:02 -05:00