index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
internals
/
contributing
/
writing-code
/
coding-style.txt
Age
Commit message (
Expand
)
Author
2026-02-24
[5.2.x] Bumped minimum isort version to 7.0.0.
Jacob Walls
2025-08-23
[5.2.x] Removed reference to flake8 file exclusions.
Jacob Walls
2025-03-31
[5.2.x] Fixes #36215 -- Included unpacking generalization notes in coding sty...
Aarni Koskela
2024-10-30
Fixed #35866 -- Clarified the positioning Python magic methods on models in t...
maddrum
2024-08-05
Used :pypi: role in docs where appropriate.
Mariusz Felisiak
2024-06-24
Migrated setuptools configuration to pyproject.toml.
Claude Paroz
2024-03-11
Fixed #14831 -- Extended template style guide in docs.
Ryan Cheley
2024-03-06
Fixed broken links and redirects in docs.
Mariusz Felisiak
2024-02-08
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
Koo
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-04-17
Used extlinks for PyPI links.
Tim Graham
2023-03-30
Fixed #34446 -- Removed unneeded and incorrect example in coding style docs.
JiriKr
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2022-05-31
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-02-21
Refs #33476 -- Mentioned black in docs about pre-commit checks.
Vaarun Sinha
2022-02-07
Refs #33476 -- Adjusted docs and config files for Black.
Carlton Gibson
2021-11-22
Corrected isort example in coding style docs.
Mariusz Felisiak
2021-11-22
Corrected "pip install" call in coding style docs.
Paolo Melchiorre
2021-06-03
Fixed typos in docs.
Jacob Walls
2021-06-02
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
Jacob Walls
2021-01-09
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
hashlash
2020-12-23
Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in ...
Jon Dufresne
2020-12-23
Fixed #32165 -- Added pre-commit hooks
David Smith
2020-12-20
Updated isort URL to new location.
Jon Dufresne
2020-10-15
Fixed #29988 -- Updated coding style to allow f-strings.
Carlton Gibson
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-05-13
Used :envvar: role and .. envvar:: directive in various docs.
Nick Pope
2019-12-30
Added guidelines for assertIs() usage.
Mads Jensen
2019-05-15
Changed tuple choices to list in docs.
Jon Dufresne
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2018-11-02
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
Mice Pápai
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-07-18
Removed duplicate words in docs.
Maxime Lorant
2018-05-09
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-01-20
Fixed #28343 -- Add an OS chooser for docs command line examples.
Ramiro Morales
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-06-12
Fixed #27655 -- Added some guidelines to the coding style docs.
Tim Graham
2017-03-21
Fixed #27963 -- Removed unneeded docstring example in contributing docs.
Mikkel Munch Mortensen
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-07-20
Fixed #22446 -- Added tox.ini to automate pull request checks.
Tobias McNulty
2016-07-13
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt
Jiang Haiyun
[next]