index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
intro
/
contributing.txt
Age
Commit message (
Expand
)
Author
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
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-05-20
Pointed Dive into Python links to python3 site
Michiel Beijen
2017-04-24
Renamed "Mac OS X" to "macOS" in docs.
Michiel Beijen
2017-02-16
Clarified that creating a pull request for the tutorial isn't necessary.
Tim Graham
2017-01-28
Fixed #26708 -- Updated the contributing tutorial to use a GitHub workflow.
Subhrajyoti Sen
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2016-11-04
Updated "fork Django on GitHub" link.
Tim Graham
2016-10-27
Updated "running the tests" to use 'pip install -e'.
Tim Graham
2016-08-09
Fixed #26952 -- Added tips for installing test suite dependencies.
an0o0nym
2016-06-06
Documented known Python 3.5+ test failures in contributing tutorial.
Tim Graham
2016-05-08
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2016-04-28
Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
2016-04-05
Fixed #26448 -- Added details for running tests with a different database bac...
krishbharadwaj
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-06-15
Fixed #24943 -- Updated contributing tutorial to use virtualenv
Markus Amalthea Magnuson
2015-06-06
Fixed #24907 -- Updated contributing tutorial with a more recent example ticket.
Markus Amalthea Magnuson
2015-04-17
Added link to the code of conduct from contributing guides.
Jacob Kaplan-Moss
2015-02-05
Added cross references to contributing docs.
Riccardo Magliocchetti
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-12-19
Used the :ticket: syntax more extensively
Claude Paroz
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-08-05
Updated links for continous integration server.
Tim Graham
2014-06-10
Fixed #22801 -- Added 'www.' to diveintopython.net links
Maxime Turcotte
2014-05-02
Fixed #22558 -- Added missing word in contributing docs
Brenda J. Butler
2014-01-03
Fixed #21728 -- Corrected an inadvertent path change in docs/intro/contributi...
Tianyi Wang
2013-12-31
Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.
Tim Graham
2013-12-30
Assumed Python 3 throughout docs/intro.
Aymeric Augustin
2013-10-04
Fixed #21213 -- Added docs for Django's mailing lists.
Unai Zalakain
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-04-01
Updated some 'Dive Into Python' links
Claude Paroz
2013-03-03
Removed mentions of regressiontests.
Ramiro Morales
2013-01-11
Fixed #19437 - Clarified pip install instructions in contributing tutorial.
Tim Graham
2012-12-21
Fixed #19497 -- Refactored testing docs.
Ramiro Morales
2012-11-17
Fixed #16779 - Added a contributing tutorial
Tim Graham