Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/misc
Commit message (Collapse)AuthorAgeFilesLines
* Updated release process for new release schedule.Tim Graham2015-06-251-9/+8
|
* Fixed #16785 -- Documented some of the design decisions ↵Tim Graham2014-01-171-0/+26
| | | | | | of the cache framework. Thanks jamesp for the draft patch.
* Whitespace cleanup.Tim Graham2013-10-102-2/+2
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain2013-10-041-6/+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.
* Fixed #19728 - Updated API stability doc to reflect ↵Tim Graham2013-02-201-93/+8
| | | | current meaning of "stable".
* Fixed typos in docs and commentsTim Graham2013-01-291-1/+2
|
* Removed django.contrib.localflavor.Aymeric Augustin2012-12-291-53/+0
| | | | Each localflavor lives on as a separate app.
* Fixed #19498 -- refactored auth documentationPreston Holmes2012-12-281-1/+1
| | | | | | 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.
* Fixed #19497 -- Refactored testing docs.Ramiro Morales2012-12-221-1/+1
| | | | Thanks Tim Graham for the review and suggestions.
* Removes PHP referencesBen Longden2012-12-131-3/+0
|
* Replaced mentions of Subversion by Git in docsClaude Paroz2012-10-141-1/+1
|
* Fixed #18934 - Removed versionadded/changed annotations ↵Tim Graham2012-09-211-2/+0
| | | | for Django 1.3
* Fixed #18451 -- Vastly improved class based view ↵Jannis Leidel2012-06-111-1/+1
| | | | | documentation. Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.
* Fixed #18033 -- Removed function-based generic views, as ↵Claude Paroz2012-04-251-1/+1
| | | | | | per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Replaced http by https in djangoproject.com linksClaude Paroz2012-03-131-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed many more ReST indentation errors, somehow ↵Luke Plant2011-10-142-86/+86
| | | | | | accidentally missed from [16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Converted links to external topics so they use ↵Ramiro Morales2011-09-041-7/+5
| | | | | | | | | | | intersphinx extension markup. This allows to make these links more resilent to changes in the target URLs. Thanks Jannis for the report and Aymeric Augustin for the patch. Fixes #16586. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16720 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Changed e-mail to email throughout documentation and ↵Adrian Holovaty2011-04-011-1/+1
| | | | | | codebase. The one exception is translation strings, which I didn't want to disrupt git-svn-id: http://code.djangoproject.com/svn/django/trunk@15967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14455 -- Documented the backwards compatibility ↵Russell Keith-Magee2010-11-011-24/+78
| | | | | | policy for local flavors. Implemented the policy for the changes in the Indonesian local flavor (from r14195) that stimulated the development of this policy. Thanks to Karen, Alex, Ramiro and Chris for their help developing the policy. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14411 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11509 -- Modified usage of "Web" to match our ↵Russell Keith-Magee2010-10-091-1/+1
| | | | | | style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14141: docs now use the :doc: construct for links ↵Jacob Kaplan-Moss2010-08-194-36/+28
| | | | | | | | between documents. Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #3469 -- added django.utils documentation for ↵Brian Rosner2010-05-081-1/+2
| | | | | | | | stable bits Thanks to Rupe and Ramiro Morales for their initial work on this patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13140 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed a whole bunch of small docs typos, errors, and ↵Jacob Kaplan-Moss2009-04-031-74/+7
| | | | | | | | | | ommissions. Fixes #8358, #8396, #8724, #9043, #9128, #9247, #9267, #9267, #9375, #9409, #9414, #9416, #9446, #9454, #9464, #9503, #9518, #9533, #9657, #9658, #9683, #9733, #9771, #9835, #9836, #9837, #9897, #9906, #9912, #9945, #9986, #9992, #10055, #10084, #10091, #10145, #10245, #10257, #10309, #10358, #10359, #10424, #10426, #10508, #10531, #10551, #10635, #10637, #10656, #10658, #10690, #10699, #19528. Thanks to all the respective authors of those tickets. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added a stability note about template tag names.Malcolm Tredinnick2008-09-031-1/+4
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@8887 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added two items (django.utils.translation and ↵Malcolm Tredinnick2008-09-031-1/+2
| | | | | | | | | django.utils.http) to the API stability document and removed a duplicate mention of django.utils.encoding. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8886 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated API stability document for 1.0.Jacob Kaplan-Moss2008-09-021-66/+120
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@8866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Massive reorganization of the docs. See the new docs ↵Jacob Kaplan-Moss2008-08-244-0/+530
online at http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37