summaryrefslogtreecommitdiff
path: root/docs/internals/git.txt
AgeCommit message (Collapse)Author
2025-08-25Refs #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.
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-03-09Updated 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-11-08Doc'd archiving historical branches as git tags.Carlton Gibson
2019-09-06Fixed #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.
2018-01-31Made minor edits and corrections to docs/internals/git.txt.Chris Hasbrouck
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-02-15Removed docs/internals/roles.txt.Tim Graham
It's moved to https://www.djangoproject.com/foundation/teams/.
2016-01-11Refs #25755 -- Unified a couple more spellings of 'website'.pp
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-06-25Updated release process for new release schedule.Tim Graham
2014-08-01Adjusted '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-07-13Fixed #23015 -- Fixed major/minor release terminology in docs.Tim Graham
2013-11-24Fixed some unnescesarily gendered language in the docsAlex Gaynor
2013-05-22Clarified policy for stable branches.Tim Graham
Thanks Ramiro Morales for the initial patch and Preston Holmes for the review.
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way.
2012-06-08Proof-read the new contributing guide.Aymeric Augustin
Many thanks to Daniele Procida.
2012-06-07Fixed #18436 -- Updated contributing docs for git.Aymeric Augustin
Most of the credit for this large patch goes to Anssi Kääriäinen. Many thanks to all the people who contributed to the discussion.