maddrum
|
b50d1a020d
Fixed #35866 -- Clarified the positioning Python magic methods on models in the internal style guide.
|
4 달 전 |
Mariusz Felisiak
|
304d256674
Used :pypi: role in docs where appropriate.
|
6 달 전 |
Claude Paroz
|
4686541691
Migrated setuptools configuration to pyproject.toml.
|
8 달 전 |
Ryan Cheley
|
f2c3524959
Fixed #14831 -- Extended template style guide in docs.
|
11 달 전 |
Mariusz Felisiak
|
177e649396
Fixed broken links and redirects in docs.
|
11 달 전 |
Koo
|
aaffbabd58
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
|
1 년 전 |
Mariusz Felisiak
|
305757aec1
Applied Black's 2024 stable style.
|
1 년 전 |
Nick Pope
|
500e01073a
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices.
|
1 년 전 |
Tim Graham
|
2c4dc64760
Used extlinks for PyPI links.
|
1 년 전 |
JiriKr
|
cfe563ffaf
Fixed #34446 -- Removed unneeded and incorrect example in coding style docs.
|
1 년 전 |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2 년 전 |
Joseph Victor Zammit
|
ba755ca131
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
|
2 년 전 |
Mariusz Felisiak
|
ac90529cc5
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
|
2 년 전 |
Carlton Gibson
|
ca1c3151c3
Removed versionadded/changed annotations for 4.0.
|
2 년 전 |
Vaarun Sinha
|
fe3518d25e
Refs #33476 -- Mentioned black in docs about pre-commit checks.
|
3 년 전 |
Carlton Gibson
|
ba94488196
Refs #33476 -- Adjusted docs and config files for Black.
|
3 년 전 |
Mariusz Felisiak
|
8b020f2e64
Corrected isort example in coding style docs.
|
3 년 전 |
Paolo Melchiorre
|
dd528cb2ce
Corrected "pip install" call in coding style docs.
|
3 년 전 |
Jacob Walls
|
f0d0d29f03
Fixed typos in docs.
|
3 년 전 |
Jacob Walls
|
1443b5e9ac
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
|
3 년 전 |
hashlash
|
4794a0e35f
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
|
4 년 전 |
Jon Dufresne
|
429d089d0a
Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in docs.
|
4 년 전 |
David Smith
|
3bca95cca2
Fixed #32165 -- Added pre-commit hooks
|
4 년 전 |
Jon Dufresne
|
28d998a41c
Updated isort URL to new location.
|
4 년 전 |
Carlton Gibson
|
411cc0ae18
Fixed #29988 -- Updated coding style to allow f-strings.
|
4 년 전 |
David Smith
|
e74b3d724e
Bumped minimum isort version to 5.1.0.
|
4 년 전 |
Nick Pope
|
fbdb032de2
Used :envvar: role and .. envvar:: directive in various docs.
|
4 년 전 |
Mads Jensen
|
ea44d86ed4
Added guidelines for assertIs() usage.
|
5 년 전 |
Jon Dufresne
|
97d3321e89
Changed tuple choices to list in docs.
|
5 년 전 |
Ramiro Morales
|
aed89adad5
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints.
|
5 년 전 |