index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
index.txt
Age
Commit message (
Expand
)
Author
2010-05-09
Fixed #6842 -- Added reference documentation on Django's exceptions. Thanks t...
Russell Keith-Magee
2010-04-09
Minor documentation tweaks for GeoDjango, including addition of link to main ...
Justin Bronn
2010-01-16
Created a 'DB optimization' topic, with cross-refs to relevant sections.
Luke Plant
2010-01-05
Added a section to the docs for discussing validators and updated a few links...
Joseph Kocherhans
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-12
Adjusted URL to #django IRC logs
Brian Rosner
2009-12-09
Fixed #4604 - Configurable message passing system, supporting anonymous users
Luke Plant
2009-11-23
Cleaned up the release notes index page, and added some stub 1.1.2 and 1.2 re...
Russell Keith-Magee
2009-11-14
Fixed #12198 - CSRF changes not clearly noted in docs.
Luke Plant
2009-08-17
Add new documentation covering the layout of the Django SVN repository.
James Bennett
2009-07-21
Fixed #11493 -- Added an internal document listing the APIs that have been fo...
Russell Keith-Magee
2009-06-17
Fixed #11336 -- Dummy commit to force refresh of some index pages by Sphinx, ...
Russell Keith-Magee
2009-06-17
Fixed #10336 -- Added improved documentation of generic views. Thanks to Jaco...
Russell Keith-Magee
2009-03-31
Reformated the source of the doc index to be more friendly to human readers.
Jacob Kaplan-Moss
2009-03-31
Fixed #9970: added mod_wsgi docs. Thanks, Alex Gaynor.
Jacob Kaplan-Moss
2009-03-23
Fixed #9282: added a generic comment moderation toolkit. See the documentatio...
Jacob Kaplan-Moss
2009-03-23
Fixed #10505: added support for bulk admin actions, including a globally-avai...
Jacob Kaplan-Moss
2009-03-22
Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).
Malcolm Tredinnick
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2008-11-18
Greatly refactored the docs index to allow for more efficient use by power us...
Adrian Holovaty
2008-10-05
Added django.contrib.markup to the docs contents page. Thanks, Marc Fargas.
Malcolm Tredinnick
2008-09-16
Fixed #9035 -- Reworded 'File uploads' link in docs index.txt to be clearer
Adrian Holovaty
2008-09-10
Reworded a bunch of the links on the docs index to be consistent
Adrian Holovaty
2008-09-10
Changed the 'Getting help' section of the docs index.txt to have consistent t...
Adrian Holovaty
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-30
Fixed #8603: Corrected typo in cross-reference to PDF-generation docs
James Bennett
2008-08-26
Added signals docs to doc index.
Jacob Kaplan-Moss
2008-08-26
Fixed #8326: added documentation about running Django on Jython. Docs origina...
Jacob Kaplan-Moss
2008-08-25
Refactored Django's comment system.
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss
2008-08-12
Updated docs/index with new documents. Fixes #7725.
Jacob Kaplan-Moss
2008-07-21
Refs #7864 -- Updates to documentation for the oldforms/newforms switch.
Gary Wilson Jr
2008-03-27
Added the basics needed to build Django's docs using [http://sphinx.pocoo.org...
Jacob Kaplan-Moss