summaryrefslogtreecommitdiff
path: root/docs/intro/contributing.txt
AgeCommit message (Collapse)Author
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2018-01-18Replaced "trunk" with "master branch" in docs.Tim Graham
2017-12-05Removed 'development' word in contributing docsClaude Paroz
2017-09-25Fixed #27857 -- Dropped support for Python 3.4.Tim Graham
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f.
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-05-20Pointed Dive into Python links to python3 siteMichiel Beijen
The old site handles python2, and is thus no longer relevant for Django. Also I pointed the search path links to the proper sections.
2017-04-24Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-02-16Clarified that creating a pull request for the tutorial isn't necessary.Tim Graham
2017-01-28Fixed #26708 -- Updated the contributing tutorial to use a GitHub workflow.Subhrajyoti Sen
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-11-04Updated "fork Django on GitHub" link.Tim Graham
2016-10-27Updated "running the tests" to use 'pip install -e'.Tim Graham
2016-08-09Fixed #26952 -- Added tips for installing test suite dependencies.an0o0nym
2016-06-06Documented known Python 3.5+ test failures in contributing tutorial.Tim Graham
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-05Fixed #26448 -- Added details for running tests with a different database ↵krishbharadwaj
backend.
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-06-15Fixed #24943 -- Updated contributing tutorial to use virtualenvMarkus Amalthea Magnuson
2015-06-06Fixed #24907 -- Updated contributing tutorial with a more recent example ticket.Markus Amalthea Magnuson
2015-04-17Added link to the code of conduct from contributing guides.Jacob Kaplan-Moss
This is inspired by Angluar.js (https://github.com/angular/angular/blob/master/CONTRIBUTING.md), among others. Thanks to Jeff Triplett for the prod.
2015-02-05Added cross references to contributing docs.Riccardo Magliocchetti
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-19Used the :ticket: syntax more extensivelyClaude Paroz
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}".
2014-08-05Updated links for continous integration server.Tim Graham
2014-06-10Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte
2014-05-02Fixed #22558 -- Added missing word in contributing docsBrenda J. Butler
2014-01-03Fixed #21728 -- Corrected an inadvertent path change in ↵Tianyi Wang
docs/intro/contributing.txt.
2013-12-31Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.Tim Graham
Thanks cjerdonek for the suggestion.
2013-12-30Assumed Python 3 throughout docs/intro.Aymeric Augustin
Various small fixes while I was proof-reading.
2013-10-04Fixed #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-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
Refs #20104.
2013-04-01Updated some 'Dive Into Python' linksClaude Paroz
2013-03-03Removed mentions of regressiontests.Ramiro Morales
2013-01-11Fixed #19437 - Clarified pip install instructions in contributing tutorial.Tim Graham
2012-12-21Fixed #19497 -- Refactored testing docs.Ramiro Morales
Thanks Tim Graham for the review and suggestions.
2012-11-17Fixed #16779 - Added a contributing tutorialTim Graham
Thank-you Taavi Taijala for the draft patch!