Mariusz Felisiak
657fea55cb
[2.2.x] Skipped GetImageDimensionsTests.test_webp when WEBP is not installed.
...
Bumped minimum Pillow version to 4.2.0 in test requirements.
Backport of fce389af7cf95151118c9fc7cafd777a31f94946 from master
2020-10-06 11:32:34 +02:00
Stephen Rauch
cdad78e6ee
[2.2.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.
...
Support for sqlparse < 0.2.2 was broken in
782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property
was added in sqlparse 0.2.2.
Backport of 4b6db766ba4b613d317c87f87d1d63865b7424a4 from master.
2020-06-10 06:18:44 +02:00
Mariusz Felisiak
c7bab8d2b7
[2.2.x] Fixed term warning on Sphinx 3.0.1+.
...
"term" role became case sensitive in Sphinx 3.0.1.
Backport of cc70a0343ef51ffcc0b1211dd6e7abedc4b43ea6 from master
2020-06-02 10:57:46 +02:00
Mariusz Felisiak
8eda248dc9
[2.2.x] Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.
...
Backport of 25903e41fb45ce9cc80dc93bf4b51ea431dcb2b6 from master.
2019-11-12 21:49:09 +01:00
André Ericson
972eef6b90
[2.2.x] Fixed #30927 -- Simplified an example of test for the deprecation warning with assertWarnsMessage().
...
Backport of 54a7b021125d23a248e70ba17bf8b10bc8619234 from master
2019-10-30 13:53:22 +01:00
Mariusz Felisiak
c7f4a7da0d
[2.2.x] Added tblib to the list of test suite dependencies in documentation.
...
Backport of 2a54ce72f95977fefe796e99c7bbf6cd366927f9 from master
2019-10-23 15:28:02 +02:00
Kees Hink
4f7ba25e67
[2.2.x] Fixed #27086 -- Doc'd fix for test suite hang on macOS.
...
Backport of 5d9cf79baf07fc4aed7ad1b06990532a65378155 from master
2019-10-09 15:51:00 +02:00
Carlton Gibson
c22945f4c7
[2.2.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 06e087c3ded703b334a4d7c74a882212774253bc from master
2019-10-09 15:50:52 +02:00
Carlton Gibson
67bfedd2ae
[2.2.x] Corrected section indentation in unit tests contributor docs.
...
Backport of b39c39e82ae12ca92686ee97a7be2958ee667e5c from master
2019-10-09 15:50:47 +02:00
Katherine Michel
8ac918a913
[2.2.x] Refs #30010 -- Doc'd running tests with django-docker-box.
...
Backport of f7eb9fb676d7afba16fc577283610b359718e644 from master
2019-10-02 14:02:17 +02:00
Min ho Kim
23946bdb06
[2.2.x] Changed example git clone URLs to use HTTPS.
...
Backport of 3c6a4fdb6d828a03e368632d88f8261cc30104da from master
2019-09-04 08:12:36 +02:00
Jon Dufresne
08c8838727
[2.2.x] Changed tuple choices to list in docs.
...
Backport of 97d3321e89c8d4434927bdbc308db1ccffa99d3b from master
2019-05-15 14:41:01 +02:00
Tom Forbes
c8720e7696
Fixed #27685 -- Added watchman support to the autoreloader.
...
Removed support for pyinotify (refs #9722 ).
2019-01-13 20:33:47 -05:00
Mads Jensen
961f8e9985
Updated some links to https and new locations.
2018-11-10 17:40:50 -05:00
Tim Graham
f82be9ebc7
Fixed #29934 -- Added sqlparse as a require dependency.
2018-11-09 19:09:36 -05:00
Mice Pápai
5a2dd5ec53
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
2018-11-02 15:59:12 +01:00
Jon Dufresne
82f286cf6f
Refs #29784 -- Switched to https:// links where available.
2018-09-26 08:48:47 +02:00
Jon Dufresne
8c3e0eb1c1
Normalized spelling of "lowercase" and "lowercased".
2018-09-25 10:30:18 -04:00
Curtis Maloney
c49ea6f591
Refs #20910 -- Replaced snippet directive with code-block.
2018-09-10 13:00:34 -04:00
Maxime Lorant
31407fa3b3
Removed duplicate words in docs.
...
.
2018-07-18 11:24:06 -04:00
Morgan Aubert
704443acac
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
2018-05-09 11:40:28 -04:00
Brett Cannon
64b74804c5
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
2018-04-17 20:24:27 -04:00
Tim Graham
3428be3cf9
Updated contributing docs for some latest practices.
2018-04-06 20:46:06 -04:00
Daniel Chimeno
fbb9358149
Replaced 'python -Wall' with 'python -Wa'.
2018-03-28 13:25:03 -04:00
Ramiro Morales
37c17846ad
Fixed #28343 -- Add an OS chooser for docs command line examples.
2018-01-20 12:38:48 -05:00
Mariusz Felisiak
7c81b28ebc
Updated various links in docs to use HTTPS.
2018-01-07 14:28:41 +01:00
weijunji
1ef8b30abe
Fixed #28929 -- Corrected QUnit examples.
2017-12-18 09:49:00 -10:00
Mariusz Felisiak
081e787160
Refs #23919 -- Stopped inheriting from object to define new style classes.
...
Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f.
2017-06-26 10:30:31 -04:00
Tim Graham
c68f5d83c0
Fixed #27655 -- Added some guidelines to the coding style docs.
2017-06-12 15:39:09 -04:00
Claude Paroz
01f658644a
Updated various links in docs to avoid redirects
...
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-05-22 19:28:44 +02:00
Mariusz Felisiak
9b2d47bcde
Fixed broken link to QUnit docs.
2017-05-03 07:31:59 -04:00
Mikkel Munch Mortensen
1e93210f1f
Fixed #27963 -- Removed unneeded docstring example in contributing docs.
2017-03-21 10:12:41 -04:00
Tim Graham
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
2017-01-18 11:51:29 -05:00
Claude Paroz
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
2017-01-18 13:44:34 +01:00
Tim Graham
e27e4c0339
Removed versionadded/changed annotations for 1.10.
2017-01-17 20:52:05 -05:00
Tim Graham
61225ef721
Removed the importance of "core developers" in triaging tickets, etc.
2016-12-21 20:18:13 -05:00
Alix Martineau
0a8c685447
Fixed #27439 -- Documented macOS locale configuration for Django tests.
2016-12-20 12:58:14 -05:00
Tim Graham
b5f0b3478d
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
2016-12-07 17:42:31 -05:00
akki
74ed20b49a
Replaced "django" with "Django" in spelling_wordlist.
2016-11-15 17:00:50 -05:00
za
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
2016-11-10 21:30:21 -05:00
Tim Graham
b741fe397a
Updated "fork Django on GitHub" link.
2016-11-04 05:47:49 +01:00
Tim Graham
414ad25b09
Fixed #27327 -- Simplified time zone handling by requiring pytz.
2016-10-27 08:53:20 -04:00
Tim Graham
d84ffcc22b
Updated "running the tests" to use 'pip install -e'.
2016-10-27 08:18:56 -04:00
Julian Andrews
adc93e8599
Fixed #26357 -- Allowed admin popups to work on links added after page load.
2016-10-24 20:17:31 -04:00
Tim Graham
e261337eea
Fixed docs typos in lines ending with a dash.
2016-10-06 11:01:20 -04:00
an0o0nym
2b759c94c5
Fixed #26952 -- Added tips for installing test suite dependencies.
2016-08-09 18:37:09 -04:00
Adam Zapletal
4f113483d7
Fixed a few grammar issues in working-with-git doc.
2016-08-06 08:11:48 -04:00
Tobias McNulty
09d38746ba
Fixed #22446 -- Added tox.ini to automate pull request checks.
2016-07-20 14:06:28 -04:00
Jiang Haiyun
10883b63b7
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt
2016-07-13 10:15:39 -04:00
shaunagm
44c7e5d374
Fixed #26701 -- Replaced /newticket links to Trac with /.
2016-06-03 08:48:12 -04:00