index
:
chango.git
devmain
fix-31295
initial-branch
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
/
submitting-patches.txt
Age
Commit message (
Expand
)
Author
2023-03-01
[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-03-01
[4.2.x] Refs #34140 -- Added configurations to run blacken-docs linter and ad...
Mariusz Felisiak
2023-02-28
[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...
Joseph Victor Zammit
2022-08-09
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
Ramil Yanbulatov
2022-03-22
Refs #31676 -- Used term "merger" instead of "committer" in docs.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Adjusted docs and config files for Black.
Carlton Gibson
2021-03-09
Updated Git branch "master" to "main".
Markus Holtermann
2020-12-23
Fixed #32165 -- Added pre-commit hooks
David Smith
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-04-14
Fixed term warning on Sphinx 3.0.1+.
Mariusz Felisiak
2020-02-03
Fixed #31226 -- Fixed typo in docs/internals/contributing/writing-code/submit...
Vibhu Agarwal
2019-10-30
Fixed #30927 -- Simplified an example of test for the deprecation warning wit...
André Ericson
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2018-04-06
Updated contributing docs for some latest practices.
Tim Graham
2018-03-28
Replaced 'python -Wall' with 'python -Wa'.
Daniel Chimeno
2016-12-21
Removed the importance of "core developers" in triaging tickets, etc.
Tim Graham
2016-06-03
Fixed #26701 -- Replaced /newticket links to Trac with /.
shaunagm
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-11-16
Corrected outdated information in submitting patches guide.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-06-27
Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig a...
Trey Hunner
2015-06-25
Updated release process for new release schedule.
Tim Graham
2015-06-05
Capitalized "Python" in docs.
Tim Graham
2015-05-01
Updated capitalization in the word "JavaScript" for consistency
Dave Hodder
2015-02-07
Fixed docs typo
Peter Inglesby
2015-01-09
Added best practices for versionadded/changed annotations.
Tim Graham
2014-12-30
Added ignore_warnings decorator
Claude Paroz
2014-12-24
Fixed #24049 -- Removed obsolete Java notes for Mac OS.
Tim Graham
2014-11-29
Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py
Tim Graham
2014-10-16
Fixed IRC channel name in submitting-patches.txt.
Berker Peksag
2014-07-26
Fixed #23103 -- Added contributing tutorial link to contributing index.
Petras Zdanavičius
2014-07-13
Fixed #23015 -- Fixed major/minor release terminology in docs.
Tim Graham
2014-06-03
Added a patch review checklist.
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2013-10-04
Fixed #21213 -- Added docs for Django's mailing lists.
Unai Zalakain
2013-09-17
Fixed #21024 -- Documented how to deprecate a feature.
Tim Graham
2013-06-08
Update submitting-patches.txt
russkel
2013-02-02
Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks ...
Julien Phalip
2012-11-04
Added a note and link to CLA from contributing docs
Preston Holmes
2012-06-16
Fixed the path to the admin's compress.py script in the doc.
Julien Phalip
2012-06-08
Proof-read the new contributing guide.
Aymeric Augustin
2012-06-07
Fixed #18436 -- Updated contributing docs for git.
Aymeric Augustin
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-03-14
Updated some outdated external URLs in docs.
Claude Paroz
2012-03-13
Replaced http by https in djangoproject.com links
Claude Paroz
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-08-26
Small typo fix for how to claim a ticket in Trac.
Malcolm Tredinnick
2011-08-26
Added some tips to the contributor docs, namely about removing trailing white...
Julien Phalip
2011-07-19
Fixed #16469 -- Improved documentation of Django internals, including the new...
Jannis Leidel
2011-05-27
Fixed #15796 -- Restructured the contributing documentation and added note ab...
Jannis Leidel