Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Added "subpath" to spelling wordlist.Tim Graham2015-10-221-0/+1
|
* Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz2015-10-221-0/+3
| | | | | Fixes a regression from 2bd1bbc42. Thanks Daniel Wiesmann for the report and Tim Graham for the review.
* Refs #24622 -- Documented alternatives to some test ↵Benjamin Wohlwend2015-10-221-0/+17
| | | | response attributes when using alternative template engines.
* Fixed #25519 -- Made the admin "View site" link point to ↵Dheerendra Rathor2015-10-222-1/+12
| | | | | | | sites running on a subpath. Used request.META['SCRIPT_NAME'] as the site_url if it hasn't been customized from the default value of '/'.
* Fixed #25584 -- Documented a pip error when installing ↵Tim Graham2015-10-222-1/+25
| | | | Django 1.9.
* Revised Windows install instructions for Python 3.5.Tim Allen2015-10-221-38/+50
| | | | Added instructions for installing virtualenv and virtualenvwrapper.
* Fixed #21894 -- Corrected a form.clean() example in case ↵Tim Graham2015-10-211-10/+18
| | | | a superclass doesn't return data.
* Fixed #25574 -- Documented {{ dict.items }} shadowing in ↵Jacek Bzdak2015-10-212-0/+10
| | | | for template tag docs.
* Fixed #25576 -- Added IOBase methods required by ↵Jon Dufresne2015-10-212-0/+19
| | | | TextIOWrapper to HttpResponse.
* Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki2015-10-216-10/+10
|
* Fixed #25501 -- Made the file-based cache backend use ↵Andrew Artajos2015-10-201-1/+1
| | | | the highest pickling protocol.
* Removed "how to release Django" steps for 1.4 (no longer ↵Tim Graham2015-10-201-7/+1
| | | | supported).
* Fixed #25563 -- Cached deferred models in their proxied ↵Simon Charette2015-10-201-0/+5
| | | | | | model's _meta.apps. Thanks to Andriy Sokolovskiy for the report and Tim Graham for the review.
* Fixed #25510 -- Allowed runserver to start with ↵Aymeric Augustin2015-10-181-0/+4
| | | | | | | | incorrect INSTALLED_APPS. In that case, the content of INSTALLED_APPS will be ignored until it's fixed and the autoreloader kicks in. I confirmed this behavior manually. As explained on the ticket it's hard to write a test for this case
* Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton2015-10-171-0/+2
|
* Forwardported 1.8.6 release note.Tim Graham2015-10-141-0/+4
|
* Fixed #25506 -- Allowed filtering over a RawSQL annotation.Antoine Catton2015-10-141-0/+2
| | | | Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com>
* Refs #25535 -- Minor edits to ForeignObject check changes.Tim Graham2015-10-141-2/+3
|
* Fixed quotes in GeoQuerySet aggregates examples.Sergey Fedoseev2015-10-141-3/+3
|
* Fixed typo in docs/ref/models/relations.txt.Tim Graham2015-10-131-1/+1
|
* Added precision about GeoJSON field outputsClaude Paroz2015-10-122-2/+6
|
* Refs #18012 -- Made proxy and concrete model reverse ↵Simon Charette2015-10-121-0/+9
| | | | | | | fields consistent. Prior to this change proxy models reverse fields didn't include the reverse fields pointing to their concrete model.
* Fixed #18012 -- Propagated reverse foreign keys from ↵Simon Charette2015-10-121-1/+5
| | | | | | proxy to concrete models. Thanks to Anssi for the review.
* Updated stale links.Idan Gazit2015-10-121-6/+2
|
* Fixed #25498 -- Documented ↵Claude Paroz2015-10-111-17/+18
| | | | | | ST_Distance/ST_Distance_Sphere difference Thanks Bibhas Debnath for the report and Tim Graham for the review.
* Fixed #24687 -- Added select_related() validation for ↵Tim Graham2015-10-101-0/+17
| | | | | | | | | | nested non-relational fields. The removed test was added in the original select_related() validation patch (45d4e43d2d25b902e3821b612209afa951a8bcb8), but there doesn't seem to be any reason for it. Thanks Claude Paroz for help and review.
* Fixed typo in docs/releases/1.10.txt.Tim Graham2015-10-101-1/+1
|
* Fixed #25499 -- Added the ability to pass an expression ↵Claude Paroz2015-10-092-4/+11
| | | | | | in distance lookups Thanks Bibhas Debnath for the report and Tim Graham for the review.
* Refs #25527 -- Removed redundant doc heading link that ↵Tim Graham2015-10-081-2/+2
| | | | leads to a warning when generating PDF.
* Added some function links in translation docsClaude Paroz2015-10-072-5/+12
|
* Fixed #25503 -- Fixed system check crash on ForeignKey ↵Mariusz Felisiak2015-10-071-0/+3
| | | | to abstract model.
* Fixed #25515 -- Documented the return value of ↵Tim Graham2015-10-061-0/+3
| | | | BaseCommand.handle()
* Fixed #25516 -- Documented that parallel test excution ↵Tim Graham2015-10-061-0/+4
| | | | doesn't work with pdb.
* Fixed #25508 -- Modified QuerySet.__repr__() to ↵Tim Graham2015-10-0616-175/+173
| | | | disambiguate it from a list.
* Refs #12118 -- Allowed "mode=memory" in SQLite test ↵Riccardo Magliocchetti2015-10-061-0/+3
| | | | database names.
* Fixed #25496 -- Made ModelChoiceField respect ↵Tim Graham2015-10-061-1/+2
| | | | prefetch_related().
* Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne2015-10-052-1/+13
| | | | | This option specifies the level that check command exits with a non-zero status. Default is ``ERROR``.
* Fixed #25502 -- Added supported Python versions in 1.7, ↵Tim Graham2015-10-052-5/+7
| | | | 1.8 release notes.
* Fixed #25037 -- Added request.user to the debug view.John Moses2015-10-051-1/+1
|
* Added stub release notes for 1.8.6.Tim Graham2015-10-042-0/+13
|
* Added release date for 1.8.5.Tim Graham2015-10-041-1/+1
|
* Fixed #25389 -- Fixed pickling a SimpleLazyObject ↵Ben Kraft2015-10-031-0/+2
| | | | | | | | wrapping a model. Pickling a `SimpleLazyObject` wrapping a model did not work correctly; in particular it did not add the `_django_version` attribute added in 42736ac8. Now it will handle this and other custom `__reduce__` methods correctly.
* Fixed #22938 -- Allowed clearsessions to remove ↵Aleksandra Tarkowska2015-10-031-1/+2
| | | | file-based sessions.
* Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz2015-10-032-1/+4
| | | | Thanks Daniel Hahler for the initial patch.
* Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos2015-10-031-2/+2
| | | | | Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder') to os.path.join(BASE_DIR, 'folder', 'subfolder')
* Fixed #25481 -- Added field.help_text to "Looping over a ↵John Moses2015-10-021-0/+3
| | | | form's fields" docs.
* Fixed link to the MySQL Connector/Python Django Backend ↵Nick Williams2015-10-021-1/+1
| | | | documentation.
* Fixed #25490 -- Made the logout() view send "no-cache" ↵Kaleb Elwert2015-10-021-0/+4
| | | | headers.
* Made a couple tutorial corrections for Django 1.9.Tim Graham2015-10-011-2/+4
|
* Removed an old note (Django 1.4-era) from the tutorial.Tim Graham2015-10-011-13/+0
|