| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-16 | Fixed #36918 -- Removed double spaces and fixed minor grammar issues in docs. | $ῗἧḡḥ𝐀丂𝓱м𝑒𝑒𝐓 | |
| Co-authored-by: Clifford Gama <cliffygamy@gmail.com> | |||
| 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-07-28 | Moved manual testing instructions from intro to submitting patches docs. | Jordan Bae | |
| The section on manual testing, including how to use a local checkout of Django, is moved from the contribution intro to the submitting patches docs. This makes it easier for reviewers and authors to follow best practices. | |||
| 2025-06-12 | Fixed #36463 -- Fixed grammar in docs/intro/contributing.txt. | Sulove Bista | |
| 2025-05-13 | Updated guidance to propose new feature ideas in contributing docs. | Lily Foote | |
| These changes include: * Clarification of the new feature proposal and evaluation process. * Reodering "points to consider" into reporting bugs section, since these are mostly trac-specific. * Narrowing the guide on user interface bugs and features to just bugs. * Updating documentation for Someday/Maybe triage stage. Co-authored-by: Tim Schilling <schilling711@gmail.com> Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2025-02-19 | Fixed #35908 -- Retired the django-developers and django-users mailing lists. | Sarah Boyce | |
| Co-authored-by: Chaitanya Rahalkar <chaitanyarahalkar@squareup.com> | |||
| 2025-01-22 | Fixed #36125 -- Switched docs to use chat.djangoproject.com when referencing ↵ | Baptiste Mispelon | |
| the Discord server. | |||
| 2025-01-08 | Fixed #35999 -- Removed #django IRC channel references where appropriate. | Sarah Boyce | |
| Some references are replaced with links to the Django Discord server. | |||
| 2024-10-29 | Removed unneeded OS reference on running the test suite in contributing docs. | Maria Hynes | |
| This is not needed as the console snippet has buttons that allows the user to choose their OS. | |||
| 2024-06-09 | Replaced usage of "patch" with more precise terms in faq, howto, and intro docs. | Andreu Vallbona | |
| 2024-01-20 | Updated "Dive Into Python" links. | Emmanuel Katchy | |
| 2023-10-09 | Refs #34043 -- Clarified how to test UI changes. | sarahboyce | |
| 2023-05-22 | Fixed #34579 -- Added Django Forum to contributing guides. | Mohit Singh Sinsniwal | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 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-01-20 | Improved wording in running Django’s test suite in contributing tutorial. | Tilak | |
| 2021-11-03 | Corrected module reference in contributing tutorial. | Adam Johnson | |
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-06-03 | Refs #31356 -- Changed IRC links to the Libera.Chat webchat. | Mariusz Felisiak | |
| Follow up to 66491f08fe86629fa25977bb3dddda06959f65e7. | |||
| 2021-05-20 | Changed IRC references to Libera.Chat. | Mariusz Felisiak | |
| 2021-05-17 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | |
| 2021-04-23 | Refs #28034 -- Corrected docs example in contributing tutorial. | Clumart.G | |
| 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/ | |||
| 2021-02-04 | Refs #32412 -- Adjusted link from tutorial to reference docs. | GabbyPrecious | |
| The writing code index page is a better location for a newer contributor to land, than the specific patch guidelines subpage. | |||
| 2020-06-03 | Updated How to install Django on Windows guide. | David Smith | |
| 2020-06-02 | Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. | Jon Dufresne | |
| 2020-05-27 | Fixed #31628 -- Updated Windows install guide to recommend venv. | David Smith | |
| 2020-04-29 | Fixed #31356 -- Changed IRC links to the Freenode webchat. | Hasan Ramezani | |
| 2020-04-24 | Fixed typo in docs/intro/contributing.txt. | Andy Chosak | |
| 2019-10-15 | Fixed #30816 -- Doc'd how to create projects with a local copy of Django. | Ad Timmering | |
| 2019-10-02 | Fixed some typos in comments and docs. | Min ho Kim | |
| Thanks to Mads Jenson for review. | |||
| 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-09-04 | Changed example git clone URLs to use HTTPS. | Min ho Kim | |
| 2019-08-19 | Fixed broken links to Dive Into Python 3 book. | bcye | |
| 2019-04-23 | Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django ↵ | Ramiro Morales | |
| on Windows. Follow up to 37c17846ad6b02c6dca72e8087a279cca04a0c27. | |||
| 2019-04-18 | Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵ | Ramiro Morales | |
| comments and hints. | |||
| 2018-11-08 | Fixed #29933 -- Fixed typo in docs/intro/contributing.txt. | mentix02 | |
| 2018-10-23 | Refs #29877 -- Made diveinto.org URLs HTTPS. | Jon Dufresne | |
| 2018-10-23 | Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/. | za | |
| 2018-10-16 | Added a paragraph in docs/intro/contributing.txt. | Çağıl | |
| 2018-10-03 | Fixed #28034 -- Updated the contributing tutorial to use an imaginary ticket. | Adam Johnson | |
| 2018-09-19 | Updated contributing tutorial's virtual environment instructions. | Thomas Grainger | |
| 2018-09-10 | Fixed #29729 -- Updated contributing tutorial to run tests on master. | Adam Johnson | |
| 2018-01-21 | Fixed #29038 -- Removed closing slash from HTML void tags. | Jon Dufresne | |
| 2018-01-20 | Fixed #28343 -- Add an OS chooser for docs command line examples. | Ramiro Morales | |
| 2018-01-18 | Replaced "trunk" with "master branch" in docs. | Tim Graham | |
| 2017-12-05 | Removed 'development' word in contributing docs | Claude Paroz | |
| 2017-09-25 | Fixed #27857 -- Dropped support for Python 3.4. | Tim Graham | |
| 2017-06-26 | Refs #23919 -- Stopped inheriting from object to define new style classes. | Mariusz Felisiak | |
| Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f. | |||
| 2017-05-22 | Updated various links in docs to avoid redirects | Claude Paroz | |
| Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||
