Commit History

Author SHA1 Message Date
  Aymeric Augustin 99649ddcb2 Assumed Python 3 throughout docs/intro. 11 years ago
  Aymeric Augustin a763915a03 Bumped minimum Python version requirement to 2.7 in Django 1.7. 11 years ago
  Aymeric Augustin 3fd8eb1a27 Stopped branding Python 3 support as experimental. 11 years ago
  Tim Graham 1884868adc Added sphinx substitutions in place of hardcoded version numbers. 12 years ago
  Aymeric Augustin 7435cc0167 Updated install docs to reflect Python 3 status. 12 years ago
  Tim Graham 00d5e632fa Fixed #18630 -- Updated version in docs/intro/install.txt; thanks Kevin London. 12 years ago
  Preston Holmes 18b9dc4154 Fixed #18601 -- Specified that Python minimum version is 2.6.5 12 years ago
  Claude Paroz 596cb9c7e2 Replaced print statement by print function (forward compatibility syntax). 13 years ago
  Claude Paroz 64bc22be94 Reworded the 'Set up a database' section of the installation docs. 13 years ago
  Claude Paroz 23d3459761 Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review. 13 years ago
  Alex Gaynor 14c42b8e95 Bump the version in a docs example. 13 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago
  Ramiro Morales dff31de20a Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch. 14 years ago
  Chris Beaven 8aa2485a58 Fixes #6739 -- better development installation docs. Thanks to Adam Vandenberg for inspiration. 14 years ago
  Gabriel Hurley 7f9da79bac Fixed #14464 -- Strengthened the admonition regarding documentation versions at the end of the install docs. Thanks to PaulM for the report. 14 years ago
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 years ago
  Luke Plant 0f34c3dbf4 Fixed #13880 - added 2.7 to list of supported versions of Python 14 years ago
  Adrian Holovaty 978fb8639f Fixed #12092 -- Fixed grammar error in install.txt. Thanks, Abizern and timo 15 years ago
  Jacob Kaplan-Moss 7098664940 Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops support for Python 2.3 -- and added a quick FAQ about that dropping of support. 15 years ago
  James Bennett 280236eacd Another place where we talked about Python versions. 16 years ago
  Karen Tracey 1f69b11ef5 Fixed #9337 -- Use a link to Jython that actually works. Thanks admackin. 16 years ago
  Adrian Holovaty 2dd4b949f5 Fixed #8986 -- Fixed typo in install.txt. Thanks, rduffield 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 97cb07c3a1 Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 16 years ago