summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code
Commit message (Expand)AuthorAgeFilesLines
...
* Updated isort URL to new location.Jon Dufresne2020-12-201-2/+2
* Changed docs and a code comment to use gender-neutral pronouns.Nick Pope2020-11-131-1/+1
* Fixed #31216 -- Added support for colorama terminal colors on Windows.MinchinWeb2020-11-111-0/+2
* Fixed #29988 -- Updated coding style to allow f-strings.Carlton Gibson2020-10-151-0/+31
* Bumped minimum isort version to 5.1.0.David Smith2020-07-302-2/+2
* Bumped asgiref requirement to >= 3.2.10.Mariusz Felisiak2020-07-171-1/+1
* Refs #31493 -- Replaced var with const/let in documentation JS.Adam Johnson2020-06-241-3/+3
* Refs #30472 -- Simplified Argon2PasswordHasher with argon2-cffi 19.1+ API.Florian Apolloner2020-06-171-1/+1
* Fixed #31524 -- Removed minified static assets from the admin.Jon Dufresne2020-05-141-27/+0
* Used :envvar: role and .. envvar:: directive in various docs.Nick Pope2020-05-132-7/+7
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-041-4/+3
* Made compress.py script use the official google-closure-compiler release.Jon Dufresne2020-04-221-2/+1
* Refs #22463 -- Replaced JSHint with ESLint in contributing docs.Jignesh Kotadiya2020-04-201-4/+4
* Fixed term warning on Sphinx 3.0.1+.Mariusz Felisiak2020-04-141-2/+2
* Prevented (and corrected) single backtick usage in docs.Adam Johnson2020-04-012-3/+3
* Fixed #31226 -- Fixed typo in docs/internals/contributing/writing-code/submit...Vibhu Agarwal2020-02-031-1/+1
* Added guidelines for assertIs() usage.Mads Jensen2019-12-301-0/+5
* Pinned asgiref version.Carlton Gibson2019-11-201-1/+1
* Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.Stephen Rauch2019-11-061-1/+1
* Fixed #30927 -- Simplified an example of test for the deprecation warning wit...André Ericson2019-10-301-9/+4
* Added tblib to the list of test suite dependencies in documentation.Mariusz Felisiak2019-10-231-0/+2
* Bumped minimum Pillow version to 6.2.0 in test requirements.Mariusz Felisiak2019-10-231-1/+1
* Fixed #27086 -- Doc'd fix for test suite hang on macOS.Kees Hink2019-10-091-0/+14
* Added note to check Python version in unit tests troubleshooting section.Carlton Gibson2019-10-091-0/+7
* Corrected section indentation in unit tests contributor docs.Carlton Gibson2019-10-091-2/+2
* Refs #30010 -- Doc'd running tests with django-docker-box.Katherine Michel2019-10-021-0/+9
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-063-16/+15
* Changed example git clone URLs to use HTTPS.Min ho Kim2019-09-042-2/+2
* Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin2019-06-201-0/+2
* Fixed #28520 -- Added --start-at/--start-after options to runtests.py.Hasan Ramezani2019-05-311-0/+18
* Fixed #30220 -- Added support for headless mode in selenium tests.Johannes Hoppe2019-05-171-0/+3
* Changed tuple choices to list in docs.Jon Dufresne2019-05-151-5/+5
* Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django o...Ramiro Morales2019-04-231-28/+70
* Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales2019-04-183-6/+6
* Fixed #30116 -- Dropped support for Python 3.5.Tim Graham2019-01-301-3/+3
* Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes2019-01-131-0/+6
* Updated some links to https and new locations.Mads Jensen2018-11-101-1/+1
* Fixed #29934 -- Added sqlparse as a require dependency.Tim Graham2018-11-091-1/+1
* Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.Mice Pápai2018-11-021-2/+2
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-262-2/+2
* Normalized spelling of "lowercase" and "lowercased".Jon Dufresne2018-09-251-1/+1
* Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney2018-09-102-4/+4
* Removed duplicate words in docs.Maxime Lorant2018-07-181-1/+1
* Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert2018-05-091-4/+8
* Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon2018-04-172-12/+12
* Updated contributing docs for some latest practices.Tim Graham2018-04-061-0/+4
* Replaced 'python -Wall' with 'python -Wa'.Daniel Chimeno2018-03-281-1/+1
* Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales2018-01-202-4/+4
* Updated various links in docs to use HTTPS.Mariusz Felisiak2018-01-071-2/+2
* Fixed #28929 -- Corrected QUnit examples.weijunji2017-12-181-7/+7