Commit History

Author SHA1 Message Date
  Russell Keith-Magee fb56401596 Fixed #11493 -- Added an internal document listing the APIs that have been formally deprecated. Thanks to Alex Gaynor for the draft text. 15 years ago
  Russell Keith-Magee c9d882c4b6 Fixed #11336 -- Dummy commit to force refresh of 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. 15 years ago
  Russell Keith-Magee 6c81952b37 Fixed #10336 -- Added improved documentation of generic views. Thanks to Jacob and Adrian for the original text (from the DjangoBook), and Ramiro for doing the work of porting the docs. 15 years ago
  Jacob Kaplan-Moss 98f5f68463 Reformated the source of the doc index to be more friendly to human readers. 16 years ago
  Jacob Kaplan-Moss 58298fae71 Fixed #9970: added mod_wsgi docs. Thanks, Alex Gaynor. 16 years ago
  Jacob Kaplan-Moss f0560dfdb2 Fixed #9282: added a generic comment moderation toolkit. See the documentation for details. 16 years ago
  Jacob Kaplan-Moss 44f3080226 Fixed #10505: added support for bulk admin actions, including a globally-available "delete selected" action. See the documentation for details. 16 years ago
  Malcolm Tredinnick b203db6ec8 Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified). 16 years ago
  Russell Keith-Magee cc4e4d9aee Fixed #3566 -- Added support for aggregation to the ORM. See the documentation for details on usage. 16 years ago
  Adrian Holovaty 56c06c835c Greatly refactored the docs index to allow for more efficient use by power users, while staying clean for new users. It no longer takes four clicks to get to the list of default template filters. 16 years ago
  Malcolm Tredinnick 7e4d2778e6 Added django.contrib.markup to the docs contents page. Thanks, Marc Fargas. 16 years ago
  Adrian Holovaty 78999f24ee Fixed #9035 -- Reworded 'File uploads' link in docs index.txt to be clearer 16 years ago
  Adrian Holovaty 665f9342d3 Reworded a bunch of the links on the docs index to be consistent 16 years ago
  Adrian Holovaty 78cb60ab07 Changed the 'Getting help' section of the docs index.txt to have consistent trailing punctuation 16 years ago
  Jacob Kaplan-Moss 64a9469127 Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here. 16 years ago
  James Bennett 8af2831f5b Fixed #8603: Corrected typo in cross-reference to PDF-generation docs 16 years ago
  Jacob Kaplan-Moss 471533fb93 Added signals docs to doc index. 16 years ago
  Jacob Kaplan-Moss 30de7331d4 Fixed #8326: added documentation about running Django on Jython. Docs originally written by Leo Soto, and then cleaned up a bit by me. 16 years ago
  Jacob Kaplan-Moss cba91997a2 Refactored Django's comment system. 16 years ago
  Jacob Kaplan-Moss 97cb07c3a1 Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 16 years ago
  Jacob Kaplan-Moss bfac0b7385 Updated docs/index with new documents. Fixes #7725. 16 years ago
  Gary Wilson Jr 24aa08f486 Refs #7864 -- Updates to documentation for the oldforms/newforms switch. 16 years ago
  Jacob Kaplan-Moss 7dd4be581b Added the basics needed to build Django's docs using [http://sphinx.pocoo.org/ Sphinx]. If you've got Sphinx installed (the latest version) along with [http://docutils.sf.net docutils], you should be able to easily build the docs locally using {{{sphinx-build}}} or the included {{{Makefile}}}. This use a basic (and pretty crappy) index for the documentation and the built-in Sphinx styles (which are actually quite nice). 17 years ago