| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-06 | Extended committing code docs to add detailed instructions for backports. | Natalia | |
| Thanks to Jacob Walls for the original idea and the review. | |||
| 2026-03-06 | Extended checks and docs for proper commit message format and edition. | Jacob Walls | |
| Thanks to Tim Schilling for the review. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2025-08-28 | Ensured :doc: role uses absolute targets in docs. | Adam Johnson | |
| 2025-08-25 | Refs #36485 -- Rewrapped docs to 79 columns line length. | David Smith | |
| Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. | |||
| 2025-02-19 | Fixed #35908 -- Retired the django-developers and django-users mailing lists. | Sarah Boyce | |
| Co-authored-by: Chaitanya Rahalkar <chaitanyarahalkar@squareup.com> | |||
| 2023-05-22 | Fixed #34579 -- Added Django Forum to contributing guides. | Mohit Singh Sinsniwal | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2023-02-10 | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 2022-12-06 | Updated various links to HTTPS and new locations. | Mariusz Felisiak | |
| 2022-06-30 | Corrected various typos in contributing docs. | Arslan Noor | |
| 2022-03-22 | Refs #31676 -- Used term "merger" instead of "committer" in docs. | Mariusz Felisiak | |
| Follow up to caa2dd08c4722c8702588f5dfe1fa4c506aa66fc. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2022-03-19 | Renamed Jenkins wiki page to CI. | Mariusz Felisiak | |
| Jenkins is no longer the only CI tool. | |||
| 2021-08-09 | Fixed some broken links and redirects in docs. | Jacob Walls | |
| 2021-07-14 | Fixed typo in docs/internals/contributing/committing-code.txt. | ᴙɘɘᴙgYmɘᴙɘj | |
| 2021-05-17 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | |
| 2021-03-09 | Updated Git branch "master" to "main". | Markus Holtermann | |
| This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ | |||
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-04-21 | Fixed typo in docs/internals/contributing/committing-code.txt. | Ville Skyttä | |
| 2019-03-25 | Doc'd a few contributing guidelines. | Tim Graham | |
| 2018-04-06 | Updated contributing docs for some latest practices. | Tim Graham | |
| 2018-01-31 | Renamed the "Supported versions" label. | Tim Graham | |
| 2018-01-20 | Fixed #28343 -- Add an OS chooser for docs command line examples. | Ramiro Morales | |
| 2018-01-17 | Doc'd the latest state of the Jenkins pull request builders. | Tim Graham | |
| 2017-04-20 | Removed inappropriate highlighting in committing-code.txt. | Markus Holtermann | |
| 2017-02-15 | Removed docs/internals/roles.txt. | Tim Graham | |
| It's moved to https://www.djangoproject.com/foundation/teams/. | |||
| 2016-12-21 | Removed the importance of "core developers" in triaging tickets, etc. | Tim Graham | |
| 2016-11-15 | Replaced "django" with "Django" in spelling_wordlist. | akki | |
| 2016-10-06 | Fixed docs typos in lines ending with a dash. | Tim Graham | |
| 2016-09-21 | Doc'd how to use GitHub's "Squash and merge" button. | 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 | |
| 2016-01-11 | Added missing period to "etc.". | pp | |
| 2015-11-16 | Fixed #25755 -- Unified spelling of "website". | Agnieszka Lasyk | |
| 2015-08-08 | Updated various links in docs | Claude Paroz | |
| 2015-02-19 | Simplified and updated committing code guidelines. | Tim Graham | |
| 2014-11-16 | Added reminder to committing docs to test a PR with Jenkins first. | Erik Romijn | |
| 2014-08-27 | Fixed tiny commit style inconsistency in committing code documentation. | Erik Romijn | |
| 2014-08-01 | Adjusted 'internals' docs to the new organization. | Aymeric Augustin | |
| Most of these changes are about using the correct vocabulary -- "core team member" vs "core developer/committer" and adding internal links. | |||
| 2014-08-01 | Introduced a technical board. | Aymeric Augustin | |
| Extended the scope of the core team a bit (depending on your current perspective on that scope). | |||
| 2014-08-01 | Removed references to partial commit acces. | Aymeric Augustin | |
| 2014-08-01 | Renamed "committers" to "team". | Aymeric Augustin | |
| 2014-07-21 | Replaced instances of 'his/her' with 'their'. | Iain Dawson | |
| 2013-10-04 | Fixed #21213 -- Added docs for Django's mailing lists. | Unai Zalakain | |
| Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs. | |||
| 2013-09-13 | Documentation -- added instructions on working with pull requests | Kevin Christopher Henry | |
| Since non-core contributors are asked to review patches, instructions on working with pull requests were added to the Working with Git and GitHub page (based on the existing instructions in the core committers page). | |||
| 2013-01-29 | Fixed typos in docs and comments | Tim Graham | |
| 2012-09-27 | Added a note regarding interaction between GitHub and Trac Plugin | Preston Holmes | |
| 2012-06-08 | Fixed an error in a git command. | Aymeric Augustin | |
| 2012-06-08 | Clarified the purpose of the pull requsets docs | Aymeric Augustin | |
| One is for the community, the other for the core team. Thanks Reinout van Rees for the report. | |||
| 2012-06-08 | Explained an alternative way to fetch a branch. | Aymeric Augustin | |
| This avoids adding each contributor as a remote. Thanks Fruneau for the report. | |||
| 2012-06-08 | Proof-read the new contributing guide. | Aymeric Augustin | |
| Many thanks to Daniele Procida. | |||
| 2012-06-08 | Small corrections to committing-code docs | Luke Plant | |
