| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-12 | [1.7.x] Fixed #23016 -- Updated FAQs per Aymeric's suggestions. | Ola Sitarska | |
| Backport of 549284faa4 from master | |||
| 2014-06-24 | [1.7.x] Fixed #22880 -- Added FAQ entry about UnicodeDecodeError | Claude Paroz | |
| Thanks Víðir Valberg Guðmundsson for the report and Tim Graham for the review. Backport of 460ec09d2e from master. | |||
| 2014-05-22 | [1.7.x] Used link label in models FAQ to ease translation | Claude Paroz | |
| Backport of d9d924250 from master. | |||
| 2014-03-27 | [1.7.x] Added Python 3.4 support notes. | Tim Graham | |
| Backport of 306deab2c7 from master | |||
| 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). | |||
| 2013-03-29 | Fixed #15379 - Added "how to cite Django" to FAQ. | Tim Graham | |
| Thanks Russ and Susan Tan. | |||
| 2013-03-08 | Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ↵ | Loic Bistuer | |
| return a QuerySet. | |||
| 2013-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 2012-12-25 | Updated installation FAQ entry on Python versions. | Aymeric Augustin | |
| The 1.7 line is a reasonnable forecast, not a final decision. | |||
| 2012-12-15 | Fixed #19344 - Documented how to run django-admin in a virtualenv on Windows. | Tim Graham | |
| Thanks Hourann Bosci for the patch. | |||
| 2012-11-17 | Fixed #19315 -- Improved markup in admin FAQ. | Aymeric Augustin | |
| Thanks ClaesBas. | |||
| 2012-11-02 | Merge pull request #485 from asparagui/add_period | Preston Holmes | |
| Added missing period in docs | |||
| 2012-11-02 | Documented minimal python 3.2 version. | Florian Apolloner | |
| 2012-10-31 | minor fix (+'.' to end of line) | Brett Koonce | |
| 2012-09-27 | Fixed #11460 - Added a FAQ regarding missing rows in the admin. | Tim Graham | |
| 2012-09-10 | Removed an obsolete documentation page about admin style customization. | Julien Phalip | |
| 2012-09-08 | Avoided mixing dates and datetimes in the examples. | Aymeric Augustin | |
| Refs #16023. | |||
| 2012-09-07 | Fixed typo from 7435cc01. | Aymeric Augustin | |
| Thanks kmike. | |||
| 2012-09-07 | Updated install docs to reflect Python 3 status. | Aymeric Augustin | |
| Closes #17452. | |||
| 2012-09-05 | Fixed #18905 - Changed to new url for Djangopeople | Shabda Raaj | |
| 2012-08-04 | Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ ↵ | Angeline Tan | |
| Troubleshooting page. This is to avoid confusion for beginners. | |||
| 2012-07-13 | Fixed #18601 -- Specified that Python minimum version is 2.6.5 | Preston Holmes | |
| This is due to a bug in previous Python 2.6 versions related to unicode keyword arguments. | |||
| 2012-06-27 | Fixed #17511 - Removed reference to deprecated "reset" management command in ↵ | Tim Graham | |
| FAQ; thanks voxpuibr@ for the report. | |||
| 2012-06-07 | Removed references to changes made in 1.2. | Aymeric Augustin | |
| Thanks Florian Apolloner for the patch. | |||
| 2012-05-03 | Fixed broken URLs introduced in 1adc87cd32. | Ramiro Morales | |
| 2012-05-03 | Updated some URLs in the documentation to point to the new repository. | Ramiro Morales | |
| 2012-04-28 | Updated some antique references in "Is Django stable?" | Scott Klein | |
| 2012-03-31 | Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ↵ | Claude Paroz | |
| Augustin for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17835 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-31 | Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ↵ | Claude Paroz | |
| the initial patch and Aymeric Augustin for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17834 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-16 | Added Django-Python version matching table in FAQ. | Claude Paroz | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17751 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-13 | Replaced http by https in djangoproject.com links | Claude Paroz | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-11-01 | Fixed #17129 - Model FAQ: Link to south | Luke Plant | |
| Thanks to guettli for report and initial patch git-svn-id: http://code.djangoproject.com/svn/django/trunk@17066 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-22 | Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled ↵ | Carl Meyer | |
| internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17022 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from ↵ | Luke Plant | |
| [16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-09-04 | Fixed typo in PEP number introduced in last commit. Thanks Jannis for the ↵ | Ramiro Morales | |
| eagle eyes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16721 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-09-04 | Converted links to external topics so they use intersphinx extension markup. | Ramiro Morales | |
| This allows to make these links more resilent to changes in the target URLs. Thanks Jannis for the report and Aymeric Augustin for the patch. Fixes #16586. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16720 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-08-30 | Added admin browser support policy note. | Idan Gazit | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@16711 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
