| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-17 | Clarified that reporters shouldn't set their own tickets as "Accepted". | Jonathan Biemond | |
| 2026-03-31 | Fixed #36799 -- Added a how-to guide for testing pre-releases. | VIZZARD-X | |
| Thanks Sarah Boyce for the idea and Tim McCurrach for the review. Co-authored-by: Timothy McCurrach <tim.mccurrach@gmail.com> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> | |||
| 2026-03-20 | Made it clear that unreviewed tickets shouldn't be claimed or started. | Jake Howard | |
| 2026-01-30 | Added documentation on reviewing patches. | Tim Schilling | |
| Original inspiration drawn from Sarah Boyce's talk: "Django needs you! (to do code review)" | |||
| 2026-01-15 | Fixed #36856 -- Mentioned needsnewfeatureprocess resolution in contributor docs. | Amar Ahmed Deina | |
| Co-authored-by: James Bligh <blighj@users.noreply.github.com> | |||
| 2025-11-04 | Updated ticket triage process diagram and contributing docs. | ontowhee | |
| 2025-08-28 | Ensured :doc: role uses absolute targets in docs. | Adam Johnson | |
| 2025-08-28 | Replaced :doc: role usage with :ref: when appropriate in docs. | Natalia | |
| 2025-08-26 | Clarified Trac "version" attribute in contributing guide. | Jacob Walls | |
| 2025-08-26 | Corrected definition of "needsinfo" triage stage in contributing guide. | Jacob Walls | |
| 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-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> | |||
| 2024-10-25 | Improved readability of triage workflow image by increasing its size and ↵ | mbcodes | |
| color contrast. | |||
| 2024-07-04 | Replaced usage of "patch" with more precise terms in contributing docs. | Andreu Vallbona | |
| 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-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> | |||
| 2021-04-15 | Fixed #32652 -- Fixed links to new contributors FAQ. | Carlton Gibson | |
| 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/ | |||
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | |
| comments. | |||
| 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. | |||
| 2017-03-25 | Removed unused links in docs/internals/contributing/triaging-tickets.txt. | Sergey Fedoseev | |
| 2016-12-21 | Removed the importance of "core developers" in triaging tickets, etc. | Tim Graham | |
| 2016-11-21 | Refs #23811 -- Corrected git bisect run example usage. | François Freitag | |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2015-02-20 | Fixed typo in docs/internals/contributing/triaging-tickets.txt | Tim Graham | |
| 2015-02-19 | Fixed #23811 -- Added a guide for using git bisect. | Tim Graham | |
| 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 | Renamed "committers" to "team". | Aymeric Augustin | |
| 2014-03-03 | Fixed some typos and formatting issues in docs. | Rodolfo Carvalho | |
| 2014-02-28 | Fixed doc typos. | Tim Graham | |
| 2013-11-22 | Fixed sentence structure in docs/internals/contributing/triaging-tickets.txt | Cody Scott | |
| 2013-10-10 | Whitespace cleanup. | Tim Graham | |
| * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. | |||
| 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-07-07 | Clarified trac patch-related field meaning | Jeremy Dunck | |
| There was some confusion on the mentorship list as to whether 'needs tests' meant that a given ticket might not need tests, as opposed to flagging a specific patch as still needing tests. This commit seeks to clarify that confusion. | |||
| 2013-06-23 | Fixed #20524 - Described keywords in triaging contrib doc. | SusanTan | |
| 2013-05-19 | Clarified when triagers should close tickets as needsinfo. | Aymeric Augustin | |
| https://groups.google.com/d/msg/django-developers/dyldP9kFADc/rHTlRBVEP8MJ | |||
| 2013-04-10 | Turned the triage attributes to actual sections so they can be more easily ↵ | Julien Phalip | |
| linked to in the documentation. | |||
| 2013-04-09 | Added some further guidance to "accepted" triage stage | Preston Holmes | |
| Now that DDN is gone, I felt it was worth some extra language about what "accepted" means, and qualify what it means to be "safe" to start writing a patch. | |||
| 2013-04-08 | Removed references to the DDN triage state. | Aymeric Augustin | |
| Rephrased "How can I help with triaging?" a bit to reflect the current practice. | |||
| 2012-12-22 | Fixed #15516 -- Updated the ticket life cycle diagram. | Aymeric Augustin | |
| 2012-10-01 | Fixed #19045 -- removed 'fixed on a branch' from triage docs | Preston Holmes | |
| 2012-03-13 | Replaced http by https in djangoproject.com links | Claude Paroz | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from ↵ | Luke Plant | |
| [16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-07-19 | Fixed #16469 -- Improved documentation of Django internals, including the ↵ | Jannis Leidel | |
| new backport policy. Many thanks to Aymeric Augustin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16548 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-05-27 | Fixed #15796 -- Restructured the contributing documentation and added note ↵ | Jannis Leidel | |
| about newly added Trac abilities. Many thanks to Julien Phalip. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16284 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
