| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham and Mariusz Felisiak for review and completion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also documented missing short command line options to fix #24134. This bumps
the minimum sphinx version required to build the docs to 1.3.4.
Thanks Simon Charette for review.
|
|
|
|
|
|
|
|
|
|
Thanks Graham Wideman for the patch.
|
|
|
|
|
|
|
|
|
|
|
|
Added support for PostgreSQL range types to contrib.postgres.
- 5 new model fields
- 4 new form fields
- New validators
- Uses psycopg2's range type implementation in python
|
|
|
|
Refs #23677.
|
|
|
|
|
|
Thanks santiagobasulto for the suggestion.
|
|
|
|
|
|
|
|
|
|
|
|
Currently it's 3.3.
|
|
|
|
|
|
|
|
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.
|
|
Updated Sphinx URL from http://sphinx.pocoo.org/ to http://sphinx-doc.org/.
|
|
|
|
|
|
|