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
/
topics
/
install.txt
Age
Commit message (
Expand
)
Author
2012-03-13
Replaced http by https in djangoproject.com links
Claude Paroz
2012-03-12
Edited some docs and docstrings until [17685]
Adrian Holovaty
2012-03-03
Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...
Aymeric Augustin
2012-03-02
Fixes #17578. Improve setup instructions for Windows users.
Paul McMillan
2011-11-21
Fixed #17220 - Documented git clone command for git < 1.6.6; thanks krzysiume...
Timo Graham
2011-10-22
Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...
Carl Meyer
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-08-22
Minor Debian/Ubuntu install instruction update.
Malcolm Tredinnick
2011-06-26
Fixed #16209 -- Added notes about the DVCS mirrors to the install docs. Thank...
Jannis Leidel
2011-06-16
Fixed #16057 -- Extended deployment documentation with instructions for uWSGI...
Jannis Leidel
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-04-17
Fixed #15822 -- Removed references to the v1 postgresql backend (which has be...
Adrian Holovaty
2010-11-27
Fixed #14794 - fix broken link in docs/topics/install.txt - thanks aright for...
Timo Graham
2010-11-27
Fixed #14789 - remove an unused link from docs/topics/install.txt. thanks ada...
Timo Graham
2010-11-23
Fixes #6739 -- better development installation docs. Thanks to Adam Vandenber...
Chris Beaven
2010-11-07
Completed and enhanced links to database-specific notes from the install docs.
Ramiro Morales
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-10-09
Corrects a typo in [14062]. Thanks to Russ for the report.
Gabriel Hurley
2010-10-09
Fixed #13279 -- Made the paths in the Unix install docs more explicit. Thanks...
Gabriel Hurley
2010-08-28
Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Rob...
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-07-05
Fixed #13880 - added 2.7 to list of supported versions of Python
Luke Plant
2009-12-26
Fixed several broken and redirecting URLs in the documentation (fixes #12219,...
Gary Wilson Jr
2009-10-23
Fixed a silly typo left over from removing Python 2.3 references.
Jacob Kaplan-Moss
2009-10-23
Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops supp...
Jacob Kaplan-Moss
2009-06-24
Fixed #11356 -- Added links to the growing collection of 3rd party database b...
Russell Keith-Magee
2009-05-12
Fixed #11063: updated install docs to mention mod_wsgi instead of mod_python.
Jacob Kaplan-Moss
2009-04-01
Fixed #10031: updated SQLite database docs to more strongly indicate the prob...
Jacob Kaplan-Moss
2009-02-28
Fixed #10377: Added clearer warning to database notes for cx_Oracle 5.0.
James Bennett
2009-01-06
Refs #9935: Added a note in the documentation to the effect that Django curre...
Ian Kelly
2008-12-09
Clarify install docs to point at new FAQ items about Python 3.0.
James Bennett
2008-12-09
Fixed #9783; clarified install docs and FAQ to explain that Django does not y...
James Bennett
2008-09-14
Fixed #9077: Modified the database installation notes to point to somewhere u...
Russell Keith-Magee
2008-08-26
Fixed #8326: added documentation about running Django on Jython. Docs origina...
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss