summaryrefslogtreecommitdiff
path: root/docs/faq
AgeCommit message (Expand)Author
2016-07-14[1.9.x] Fixed #26894 -- Fixed a typo in docs/faq/admin.txtTim Graham
2016-02-03[1.9.x] Changed gypsy to manouche in docs and tests.Blake Griffith
2016-01-22[1.9.x] Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-08[1.9.x] Fixed #25881 -- Marked Python 3.2 in Django 1.8 as unsupported at the...Tim Graham
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16[1.9.x] Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-10-26[1.9.x] Added Django 1.10 to Python version support table.Tim Graham
2015-10-26[1.9.x] Documented Python 3.5 support for Django 1.8.Tim Graham
2015-09-17Refs #14091 -- Fixed connection.queries on SQLite.Aymeric Augustin
2015-08-08Updated various links in docsClaude Paroz
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-06-22Simplified wording of Python support policy.Tim Graham
2015-06-18Removed support for Python 3.3.Tim Graham
2015-06-17Fixed outdated Python version support info in docs/topics/install.txtTim Graham
2015-04-02Removed Django 1.6 from the Python version chart.Tim Graham
2015-01-17Removed compatibility with Python 3.2.Tim Graham
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-18Removed need to update Python version support note on each new release.Tim Graham
2014-11-28Added 1.9/removed 1.5 on Python version support table.Tim Graham
2014-09-21Fixed #23527 -- Removed Cheetah references in docsOla Sitarska
2014-08-12Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
2014-08-01Renamed "committers" to "team".Aymeric Augustin
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-06-24Fixed #22880 -- Added FAQ entry about UnicodeDecodeErrorClaude Paroz
2014-06-07Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin
2014-05-22Used link label in models FAQ to ease translationClaude Paroz
2014-03-27Added Python 3.4 support notes.Tim Graham
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
2013-12-31Django sees more than 1mm hits per hourMatt Robenolt
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-11-21Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer
2013-10-11Fixed #8918 -- Made FileField.upload_to optional.Tim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-10-04Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
2013-10-01Fixed #21031 -- Updated schema migrations FAQ.Tim Graham
2013-07-08Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-07-01Bumped minimum Python version requirement to 2.7 in Django 1.7.Aymeric Augustin
2013-07-01Updated FAQ on Python versions to explain 2 vs 3.Aymeric Augustin
2013-06-28Updated FAQ to reflect official Python 3 supportClaude Paroz
2013-06-28Updated FAQ entry about python 3Claude Paroz
2013-05-18Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecatedƁukasz Langa
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-03-29Fixed #15379 - Added "how to cite Django" to FAQ.Tim Graham
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-25Updated installation FAQ entry on Python versions.Aymeric Augustin
2012-12-15Fixed #19344 - Documented how to run django-admin in a virtualenv on Windows.Tim Graham
2012-11-17Fixed #19315 -- Improved markup in admin FAQ.Aymeric Augustin
2012-11-02Merge pull request #485 from asparagui/add_periodPreston Holmes
2012-11-02Documented minimal python 3.2 version.Florian Apolloner