Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/faq
Commit message (Collapse)AuthorAgeFilesLines
* Added Django 1.10 to Python version support table.Tim Graham2015-10-261-3/+2
|
* Documented Python 3.5 support for Django 1.8.Tim Graham2015-10-261-2/+2
| | | | Forwardport of d27085b02d58ecf8b72e7189b6a5feaf634ec977 from stable/1.8.x
* Refs #14091 -- Fixed connection.queries on SQLite.Aymeric Augustin2015-09-171-2/+0
|
* Updated various links in docsClaude Paroz2015-08-081-1/+1
|
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1
|
* Simplified wording of Python support policy.Tim Graham2015-06-221-4/+4
|
* Removed support for Python 3.3.Tim Graham2015-06-181-4/+10
|
* Fixed outdated Python version support info in ↵Tim Graham2015-06-171-0/+2
| | | | docs/topics/install.txt
* Removed Django 1.6 from the Python version chart.Tim Graham2015-04-021-1/+0
|
* Removed compatibility with Python 3.2.Tim Graham2015-01-171-1/+1
|
* Used https for most *.python.org linksClaude Paroz2014-12-192-2/+2
|
* Removed need to update Python version support note on ↵Tim Graham2014-12-181-3/+3
| | | | each new release.
* Added 1.9/removed 1.5 on Python version support table.Tim Graham2014-11-281-1/+1
|
* Fixed #23527 -- Removed Cheetah references in docsOla Sitarska2014-09-211-1/+1
| | | | Thanks to @aaugustin for submitting the ticket.
* Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska2014-08-125-32/+27
|
* Renamed "committers" to "team".Aymeric Augustin2014-08-011-3/+2
|
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-301-28/+12
|
* Fixed #22880 -- Added FAQ entry about UnicodeDecodeErrorClaude Paroz2014-06-241-0/+35
| | | | | Thanks Víðir Valberg Guðmundsson for the report and Tim Graham for the review.
* Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin2014-06-071-19/+6
| | | | | | | Prevented unlimited memory consumption when running background tasks with DEBUG=True. Thanks Rob, Alex, Baptiste, and others.
* Used link label in models FAQ to ease translationClaude Paroz2014-05-221-1/+1
|
* Added Python 3.4 support notes.Tim Graham2014-03-271-7/+3
|
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-1/+1
| | | | refs #19934.
* Django sees more than 1mm hits per hourMatt Robenolt2014-01-011-1/+1
| | | Disqus regularly does 40-50k/s
* Updated a bunch of hyperlinks in documentationClaude Paroz2013-12-081-4/+4
|
* Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer2013-11-211-1/+1
|
* Fixed #8918 -- Made FileField.upload_to optional.Tim Graham2013-10-111-4/+3
| | | | | Thanks leahculver for the suggestion and dc and vajrasky for work on the patch.
* Whitespace cleanup.Tim Graham2013-10-101-1/+1
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain2013-10-041-11/+8
| | | | | | | | | | Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs.
* Fixed #21031 -- Updated schema migrations FAQ.Tim Graham2013-10-011-7/+3
| | | | Thanks ramiro for the report.
* Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett2013-07-081-1/+1
|
* Bumped minimum Python version requirement to 2.7 in ↵Aymeric Augustin2013-07-011-4/+4
| | | | Django 1.7.
* Updated FAQ on Python versions to explain 2 vs 3.Aymeric Augustin2013-07-011-25/+24
| | | | | | | Required the latest version for each Python series to minimize bookkeeping in the future. Forward-port of c1d8f3b from stable/1.6.x.
* Updated FAQ to reflect official Python 3 supportClaude Paroz2013-06-281-10/+6
|
* Updated FAQ entry about python 3Claude Paroz2013-06-281-7/+4
|
* Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as ↵Łukasz Langa2013-05-181-6/+0
| | | | deprecated
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-151-1/+1
| | | | This starts the deprecation period for PIL (support to end in 1.8).
* Fixed #15379 - Added "how to cite Django" to FAQ.Tim Graham2013-03-291-0/+28
| | | | Thanks Russ and Susan Tan.
* Fixed #15363 -- Renamed and normalized to `get_queryset` ↵Loic Bistuer2013-03-081-1/+1
| | | | the methods that return a QuerySet.
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-4/+5
| | | | Added -n to sphinx builds to catch issues going forward.
* Updated installation FAQ entry on Python versions.Aymeric Augustin2012-12-251-2/+4
| | | | The 1.7 line is a reasonnable forecast, not a final decision.
* Fixed #19344 - Documented how to run django-admin in a ↵Tim Graham2012-12-151-1/+36
| | | | | | virtualenv on Windows. Thanks Hourann Bosci for the patch.
* Fixed #19315 -- Improved markup in admin FAQ.Aymeric Augustin2012-11-171-10/+13
| | | | Thanks ClaesBas.
* Merge pull request #485 from asparagui/add_periodPreston Holmes2012-11-031-1/+1
|\ | | | | Added missing period in docs
| * minor fix (+'.' to end of line)Brett Koonce2012-10-311-1/+1
| |
* | Documented minimal python 3.2 version.Florian Apolloner2012-11-021-4/+4
|/
* Fixed #11460 - Added a FAQ regarding missing rows in the ↵Tim Graham2012-09-271-1/+12
| | | | admin.
* Removed an obsolete documentation page about admin style ↵Julien Phalip2012-09-111-3/+2
| | | | customization.
* Avoided mixing dates and datetimes in the examples.Aymeric Augustin2012-09-081-1/+1
| | | | Refs #16023.
* Fixed typo from 7435cc01.Aymeric Augustin2012-09-071-1/+1
| | | | Thanks kmike.
* Updated install docs to reflect Python 3 status.Aymeric Augustin2012-09-071-23/+17
| | | | Closes #17452.