| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-21 | [1.11.x] Removed an obsolete temporal reference in docs/faq/general.txt. | Garry Polley | |
| Backport of 88c003c2bd9e0af08740612050c78dd94e317ddd from master | |||
| 2017-03-20 | [1.11.x] Removed extra characters in docs header underlines. | Mariusz Felisiak | |
| Backport of a3af8c99d94638e0d1fc8a847b74aa6953441d55 from master | |||
| 2017-03-14 | [1.11.x] Replaced docs/internals/team.txt with DSF teams page. | Tobias McNulty | |
| Backport of 3f64fd2f75342fa061338d75916c08b98f0c7797 from master | |||
| 2016-12-21 | Removed the importance of "core developers" in triaging tickets, etc. | Tim Graham | |
| 2016-11-15 | Replaced "django" with "Django" in spelling_wordlist. | akki | |
| 2016-11-03 | Fixed #27425 -- Removed obsolete "developers for hire" FAQ. | Tim Graham | |
| 2016-10-25 | Updated postgresql.org links to https and made them canonical. | Marti Raudsepp | |
| 2016-08-26 | Added Django 1.11, 2.0 to Python version support table. | Tim Graham | |
| 2016-07-14 | Fixed #26894 -- Fixed a typo in docs/faq/admin.txt | Tim Graham | |
| 2016-02-03 | Changed gypsy to manouche in docs and tests. | Blake Griffith | |
| "Gypsy" is considered a slur by the Romani people whom it refers to. "manouche jazz" is used in place of "gypsy jazz" and is an accepted term for the same genre of music. | |||
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2015-12-08 | Fixed #25881 -- Marked Python 3.2 in Django 1.8 as unsupported at the end of ↵ | Tim Graham | |
| 2016. | |||
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-11-16 | Fixed #25755 -- Unified spelling of "website". | Agnieszka Lasyk | |
| 2015-10-26 | Added Django 1.10 to Python version support table. | Tim Graham | |
| 2015-10-26 | Documented Python 3.5 support for Django 1.8. | Tim Graham | |
| Forwardport of d27085b02d58ecf8b72e7189b6a5feaf634ec977 from stable/1.8.x | |||
| 2015-09-17 | Refs #14091 -- Fixed connection.queries on SQLite. | Aymeric Augustin | |
| 2015-08-08 | Updated various links in docs | Claude Paroz | |
| 2015-08-08 | Updated Wikipedia links to use https | Claude Paroz | |
| 2015-06-22 | Simplified wording of Python support policy. | Tim Graham | |
| 2015-06-18 | Removed support for Python 3.3. | Tim Graham | |
| 2015-06-17 | Fixed outdated Python version support info in docs/topics/install.txt | Tim Graham | |
| 2015-04-02 | Removed Django 1.6 from the Python version chart. | Tim Graham | |
| 2015-01-17 | Removed compatibility with Python 3.2. | Tim Graham | |
| 2014-12-19 | Used https for most *.python.org links | Claude Paroz | |
| 2014-12-18 | Removed need to update Python version support note on each new release. | Tim Graham | |
| 2014-11-28 | Added 1.9/removed 1.5 on Python version support table. | Tim Graham | |
| 2014-09-21 | Fixed #23527 -- Removed Cheetah references in docs | Ola Sitarska | |
| Thanks to @aaugustin for submitting the ticket. | |||
| 2014-08-12 | Fixed #23016 -- Updated FAQs per Aymeric's suggestions. | Ola Sitarska | |
| 2014-08-01 | Renamed "committers" to "team". | Aymeric Augustin | |
| 2014-07-30 | Fixed #23067 -- Updated docs to use django-admin | Christoph Heer | |
| 2014-06-24 | Fixed #22880 -- Added FAQ entry about UnicodeDecodeError | Claude Paroz | |
| Thanks Víðir Valberg Guðmundsson for the report and Tim Graham for the review. | |||
| 2014-06-07 | Fixed #3711, #6734, #12581 -- Bounded connection.queries. | Aymeric Augustin | |
| Prevented unlimited memory consumption when running background tasks with DEBUG=True. Thanks Rob, Alex, Baptiste, and others. | |||
| 2014-05-22 | Used link label in models FAQ to ease translation | Claude Paroz | |
| 2014-03-27 | Added Python 3.4 support notes. | Tim Graham | |
| 2014-03-21 | Removed PIL compatability layer per deprecation timeline. | Tim Graham | |
| refs #19934. | |||
| 2013-12-31 | Django sees more than 1mm hits per hour | Matt Robenolt | |
| Disqus regularly does 40-50k/s | |||
| 2013-12-08 | Updated a bunch of hyperlinks in documentation | Claude Paroz | |
| 2013-11-21 | Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs. | Loic Bistuer | |
| 2013-10-11 | Fixed #8918 -- Made FileField.upload_to optional. | Tim Graham | |
| Thanks leahculver for the suggestion and dc and vajrasky for work on the patch. | |||
| 2013-10-10 | Whitespace cleanup. | Tim Graham | |
| * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. | |||
| 2013-10-04 | Fixed #21213 -- Added docs for Django's mailing lists. | Unai Zalakain | |
| 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. | |||
| 2013-10-01 | Fixed #21031 -- Updated schema migrations FAQ. | Tim Graham | |
| Thanks ramiro for the report. | |||
| 2013-07-08 | Fixed #19695 -- Retitle "Form Media" to "Form Assets". | James Bennett | |
| 2013-07-01 | Bumped minimum Python version requirement to 2.7 in Django 1.7. | Aymeric Augustin | |
| 2013-07-01 | Updated FAQ on Python versions to explain 2 vs 3. | Aymeric Augustin | |
| Required the latest version for each Python series to minimize bookkeeping in the future. Forward-port of c1d8f3b from stable/1.6.x. | |||
| 2013-06-28 | Updated FAQ to reflect official Python 3 support | Claude Paroz | |
| 2013-06-28 | Updated FAQ entry about python 3 | Claude Paroz | |
| 2013-05-18 | Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated | Łukasz Langa | |
| 2013-05-14 | Fixed #19934 - Use of Pillow is now preferred over PIL. | Daniel Lindsley | |
| This starts the deprecation period for PIL (support to end in 1.8). | |||
