summaryrefslogtreecommitdiff
path: root/docs/topics/install.txt
AgeCommit message (Collapse)Author
2018-03-05Improved clarity of docs/topics/install.txt.jblang94
2018-02-26Removed "Remove any old versions of Django" install instructions.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
They are obsolete given the prevalence of pip.
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2017-12-23Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
Thanks Andrey Martyanov for the reporti, and Tim Graham for the review.
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-03-16Updated Django checkout URL to use https.Adi Mukherjee
It's slightly more compatible than the git protocol.
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-10Fixed #27711 -- Demoted "Installing a distribution-specific package" in ↵Tim Graham
install intro.
2016-11-22Updated doc links to virtualenv website.Daniel Musketa
2016-10-25Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-25Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
Debian packages unconditionally byte-compile .py files on installation and do not silence errors by design. Therefore, we need a way of shipping these invalid .py files without a .py extension but ensuring that when we template them, they end up as .py. We don't special-case .py files so that the all the TemplateCommand command-line options (eg. extra_files and extensions) still work entirely as expected and it may even be useful for other formats too.
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-05Refs #25584 -- Corrected note about source of SyntaxErrors when installing ↵Tim Graham
Django 1.9.
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-10-22Fixed #25584 -- Documented a pip error when installing Django 1.9.Tim Graham
2015-09-29Fixed #25376 -- Required virtualenv in installation instructions.Tim Graham
Thanks Anjul Tyagi for some of the draft text.
2015-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-08-08Updated various links in docsClaude Paroz
2015-06-17Fixed outdated Python version support info in docs/topics/install.txtTim Graham
2015-03-11Simplified command to display path to Django source files.saschalalala
Python 3 always returns an absolute path.
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-16Fixed #24350 -- Freshened up database install topic section.Tim Graham
2015-02-03Demoted "Installing a distribution-specific package" in install notes.Tim Graham
2015-01-17Removed compatibility with Python 3.2.Tim Graham
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-08-12Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
2014-08-05Fixed broken links in docs.Tim Graham
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-04-08Fixed #16205 -- Added an installation for Windows.Anubhav Joshi
2013-12-30Assumed Python 3 throughout docs/intro.Aymeric Augustin
Various small fixes while I was proof-reading.
2013-12-18Fixed #21585 -- Updated some links to 3rd party database projects.Tim Graham
Thanks graeme.perrow at sap.com for the original report.
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-10-07Re-added link to SQLite notes from DB section of install doc.Ramiro Morales
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
Conflicts: django/core/management/commands/flush.py django/core/management/commands/syncdb.py django/db/models/loading.py docs/internals/deprecation.txt docs/ref/django-admin.txt docs/releases/1.7.txt
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-24Fixed #20766 -- Deprecated FastCGI support.Tim Graham
2013-07-01Bumped minimum Python version requirement to 2.7 in Django 1.7.Aymeric Augustin
2013-07-01Stopped branding Python 3 support as experimental.Aymeric Augustin
Forward-port of 0de21a6 from stable/1.6.x.
2013-03-06Update link to django-mssql projectMichael Manfre
2012-12-21Fixed #19497 -- Refactored testing docs.Ramiro Morales
Thanks Tim Graham for the review and suggestions.
2012-12-16Fixed #19279 - Clarified order of database setup and Django install.Tim Graham
Thanks colinnkeenan for the suggestion.
2012-12-11Fixed #19461 - Linked to psycopg in topics/install.txtTim Graham
Thanks Chris Jerdonek for the suggestion.
2012-11-02Documented minimal python 3.2 version.Florian Apolloner
2012-10-15Fixed #10936 - Tempered recommendation of SQLite - thanks Karen Tracey for ↵Tim Graham
the feedback.
2012-10-11Fixed #10936 - Noted that using SQLite for development is a good ideaTim Graham
2012-09-09Replaced backwards-incompatible changes referenceKaren Tracey
The previously-referenced wiki page documents backwards-incompatible changes from .96 to 1.0. Changed that referece to point to current in-development release notes, which is where such changes are now documented.