diff options
| author | Tobias McNulty <tobias@caktusgroup.com> | 2016-06-19 17:08:41 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-07-20 14:06:28 -0400 |
| commit | 09d38746bafa4b3dd9fc21ffab822ed53087d794 (patch) | |
| tree | c79c8e26d9c1e43186b1992dd74b7f7e6df38e9d /docs/internals/contributing/writing-code/coding-style.txt | |
| parent | 3ea7167bb599536b48422d1fa841a2d378c98a4a (diff) | |
Fixed #22446 -- Added tox.ini to automate pull request checks.
Diffstat (limited to 'docs/internals/contributing/writing-code/coding-style.txt')
| -rw-r--r-- | docs/internals/contributing/writing-code/coding-style.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-code/coding-style.txt b/docs/internals/contributing/writing-code/coding-style.txt index 46b12a11ed..137ab3e67f 100644 --- a/docs/internals/contributing/writing-code/coding-style.txt +++ b/docs/internals/contributing/writing-code/coding-style.txt @@ -4,6 +4,8 @@ Coding style Please follow these coding standards when writing code for inclusion in Django. +.. _coding-style-python: + Python style ============ @@ -51,6 +53,8 @@ Python style (``six.assertRaisesRegex()`` as long as we support Python 2) only if you need to use regular expression matching. +.. _coding-style-imports: + Imports ======= |
