| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f.
|
|
Thanks Tim Graham and Mariusz Felisiak for review and completion.
|
|
The old site handles python2, and is thus no longer relevant for Django.
Also I pointed the search path links to the proper sections.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
backend.
|
|
|
|
|
|
|
|
This is inspired by Angluar.js
(https://github.com/angular/angular/blob/master/CONTRIBUTING.md), among others.
Thanks to Jeff Triplett for the prod.
|
|
|
|
|
|
|
|
Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}".
|
|
|
|
|
|
|
|
docs/intro/contributing.txt.
|
|
Thanks cjerdonek for the suggestion.
|
|
Various small fixes while I was proof-reading.
|
|
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.
|
|
Refs #20104.
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review and suggestions.
|
|
Thank-you Taavi Taijala for the draft patch!
|