Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/topics/index.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23814 -- Documented apps refactored out of Django.Fabio Natali2015-03-251-1/+1
|
* Added first cut at reference documentation for the ↵Russell Keith-Magee2014-03-031-0/+1
| | | | checks framework.
* Fixed #20877 -- added a performance optimization guideevildmp2013-09-211-0/+1
|
* Small start to migrations documentationAndrew Godwin2013-07-251-0/+1
|
* Removed django.contrib.localflavor.Aymeric Augustin2012-12-291-0/+1
| | | | 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.
* 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 #18363 -- Added Python 3 compatibility layer.Claude Paroz2012-06-071-0/+1
| | | | | Thanks Vinay Sajip for the support of his django3 branch and Alex Gaynor, kezabelle, YorikSar for the review.
* Fixed #18033 -- Removed function-based generic views, as ↵Claude Paroz2012-04-251-9/+0
| | | | | | 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
* Fixed #14201 - Add a "security overview" page to the docsLuke Plant2011-06-101-0/+1
| | | | | | Thanks to davidfischer for the initial patch! git-svn-id: http://code.djangoproject.com/svn/django/trunk@16360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12417 -- Added signing functionality, including ↵Jannis Leidel2011-05-211-0/+1
| | | | | | signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15134 -- Removed a duplicate TOC entry for ↵Russell Keith-Magee2011-01-301-1/+0
| | | | | | modelforms docs. Thanks to Aryeh Leib Taurog for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6735 -- Added class-based views.Russell Keith-Magee2010-10-181-1/+9
| | | | | | | | | | | | This patch is the result of the work of many people, over many years. To try and thank individuals would inevitably lead to many people being left out or forgotten -- so rather than try to give a list that will inevitably be incomplete, I'd like to thank *everybody* who contributed in any way, big or small, with coding, testing, feedback and/or documentation over the multi-year process of getting this into trunk. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12012 -- Added support for logging. Thanks to ↵Russell Keith-Magee2010-10-041-0/+1
| | | | | | Vinay Sajip for his draft patch, and to the many people who gave feedback during development of the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13981 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14141: docs now use the :doc: construct for links ↵Jacob Kaplan-Moss2010-08-191-2/+0
| | | | | | | | between documents. Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10260 - Refactored internationalization ↵Jannis Leidel2010-02-161-1/+1
| | | | | | documentation. Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12440 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Refs #11336 -- Another dummy commit to force refresh of ↵Russell Keith-Magee2009-06-181-0/+1
| | | | | | some index pages by Sphinx, caused by file ommitted from [11025] and included in [11026]. Thanks to Peter Landry for the report, and Ramiro for the explanation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11032 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10336 -- Added improved documentation of generic ↵Russell Keith-Magee2009-06-171-0/+1
| | | | | | views. Thanks to Jacob and Adrian for the original text (from the DjangoBook), and Ramiro for doing the work of porting the docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #5791 -- Added early-bailout support for views ↵Malcolm Tredinnick2009-03-221-0/+1
| | | | | | | | | | | | | | (ETags and Last-modified). This provides support for views that can have their ETag and/or Last-modified values computed much more quickly than the view itself. Supports all HTTP verbs (not just GET). Documentation and tests need a little more fleshing out (I'm not happy with the documentation at the moment, since it's a bit backwards), but the functionality is correct. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #689 -- Added a middleware and authentication ↵Gary Wilson Jr2009-03-151-2/+2
| | | | | | backend to contrib.auth for supporting external authentication solutions. Thanks to all who contributed to this patch, including Ian Holsman, garthk, Koen Biermans, Marc Fargas, ekarulf, and Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #8326: added signals documentation.Jacob Kaplan-Moss2008-08-261-1/+2
| | | | | | | Thanks to MercuryTide's signal whitepaper from 2006 (http://www.mercurytide.co.uk/whitepapers/django-signals/) for inspiration and ideas for organization, and to the folks who got the Signals wiki page together for some of the content. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8590 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Massive reorganization of the docs. See the new docs ↵Jacob Kaplan-Moss2008-08-241-0/+25
online at http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37