summaryrefslogtreecommitdiff
path: root/docs/misc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith2021-07-291-5/+5
| | | | appropriate.
* Expanded API stability docs to include our policy of continual improvement.Luke Plant2019-11-181-8/+17
|
* Updated various links in docs to avoid redirectsClaude Paroz2017-05-221-3/+3
| | | | Thanks Tim Graham and Mariusz Felisiak for review and completion.
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-0/+1
|
* Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk2015-11-161-1/+1
|
* Fixed #25732 -- Updated template system design philosophy.Neal Todd2015-11-111-6/+2
| | | | | Removed the bit about not allowing assignment to variables because simple_tag now allows this.
* Updated release process for new release schedule.Tim Graham2015-06-251-9/+8
|
* Fixed #16785 -- Documented some of the design decisions of the cache framework.Tim Graham2014-01-161-0/+26
| | | | 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 current meaning of "stable".Tim Graham2013-02-191-93/+8
|
* 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-211-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 for Django 1.3Tim Graham2012-09-201-2/+0
|
* Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel2012-06-111-1/+1
| | | 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 per official ↵Claude Paroz2012-04-251-1/+1
| | | | | | 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 accidentally missed from ↵Luke Plant2011-10-142-86/+86
| | | | | | [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 intersphinx extension markup.Ramiro Morales2011-09-041-7/+5
| | | | | | | | | 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 codebase. The one ↵Adrian Holovaty2011-04-011-1/+1
| | | | | | 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 policy for local ↵Russell Keith-Magee2010-11-011-24/+78
| | | | | | 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 style guide in various ↵Russell Keith-Magee2010-10-091-1/+1
| | | | | | 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 between documents.Jacob Kaplan-Moss2010-08-194-36/+28
| | | | | | 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 stable bitsBrian Rosner2010-05-081-1/+2
| | | | | | 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 ommissions.Jacob Kaplan-Moss2009-04-031-74/+7
| | | | | | | | 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 django.utils.http) to the APIMalcolm Tredinnick2008-09-031-1/+2
| | | | | | | 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 online at ↵Jacob Kaplan-Moss2008-08-234-0/+530
http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37