Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/releases
Commit message (Collapse)AuthorAgeFilesLines
* Added stub release notes for 1.8.7.Tim Graham2015-11-052-0/+13
|
* Added release date for 1.8.6.Tim Graham2015-11-041-1/+1
|
* Removed an extra heading in the 1.10 release notes.Tim Graham2015-11-031-2/+0
|
* Refs #25629 -- Added `arity` class attribute to `Func` ↵Sergey Fedoseev2015-11-021-0/+4
| | | | expressions
* Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev2015-11-011-1/+1
|
* Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev2015-10-311-0/+4
|
* Fixed #25100 -- Documented an upgrade caveat for ↵Tim Graham2015-10-301-0/+6
| | | | contenttypes migration.
* Fixed #23985 -- Documented a backwards incompatible ↵Tim Graham2015-10-291-0/+5
| | | | change in URLValidator.
* Fixed #25489 -- Documented that ↵Tim Graham2015-10-293-3/+6
| | | | SESSION_SAVE_EVERY_REQUEST doesn't create empty sessions.
* Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz2015-10-291-1/+4
| | | | Thanks Tim Graham for the review.
* Fixed #25622 -- Accounted for generic relations in the ↵Simon Charette2015-10-291-0/+3
| | | | | | admin to field validation Thanks to Jonathan Liuti for the report and Tim Graham for the review.
* Fixed #25620 -- Made URLValidator prohibit URLs with ↵Dheerendra Rathor2015-10-291-0/+4
| | | | consecutive dots in the domain section.
* Fixed #20846 -- Increased User.username max_length to ↵Tim Graham2015-10-291-0/+30
| | | | | | 254 characters. Thanks Collin Anderson and Nick Sandford for work on the patch.
* Refs #25618 -- Forwardported 1.8.6 release note.Tim Graham2015-10-281-0/+3
| | | | Forwardport of 65bff161ffab1310719bdee495d1e9b35f838c31 from stable/1.8.x
* Revert "Fixed #25417 -- Added a field check for invalid ↵Simon Charette2015-10-271-3/+0
| | | | | | default values." This reverts commit 71ebcb85b931f43865df5b322b2cf06d3da23f69.
* Fixed #25597 -- Fixed crash with SplitArrayField and ↵Tim Graham2015-10-271-0/+3
| | | | IntegerField on invalid value.
* Fixed #25550 -- Deprecated direct assignment to the ↵Tim Graham2015-10-273-12/+25
| | | | reverse side of a related set.
* Documented Python 3.5 support for Django 1.8.Tim Graham2015-10-262-3/+4
| | | | Forwardport of d27085b02d58ecf8b72e7189b6a5feaf634ec977 from stable/1.8.x
* Documented related model descriptor class renames.Tim Graham2015-10-261-0/+9
| | | | Renamed in e542e81b39e8610b70cf1d68f95ece0279028765.
* Fixed #25604 -- Added makemigrations --check option.Jon Dufresne2015-10-241-1/+6
| | | | Command exits with non-zero status if changes without migrations exist.
* 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.
* Fixed #25519 -- Made the admin "View site" link point to ↵Dheerendra Rathor2015-10-221-1/+3
| | | | | | | 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-221-0/+23
| | | | Django 1.9.
* Fixed #25576 -- Added IOBase methods required by ↵Jon Dufresne2015-10-211-0/+5
| | | | TextIOWrapper to HttpResponse.
* Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki2015-10-212-2/+2
|
* Fixed #25501 -- Made the file-based cache backend use ↵Andrew Artajos2015-10-201-1/+1
| | | | the highest pickling protocol.
* 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 #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.
* 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-091-1/+2
| | | | | | in distance lookups Thanks Bibhas Debnath for the report and Tim Graham for the review.
* Fixed #25503 -- Fixed system check crash on ForeignKey ↵Mariusz Felisiak2015-10-071-0/+3
| | | | to abstract model.
* Fixed #25508 -- Modified QuerySet.__repr__() to ↵Tim Graham2015-10-061-1/+2
| | | | 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-051-1/+3
| | | | | 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-031-0/+3
| | | | Thanks Daniel Hahler for the initial patch.
* Fixed #25490 -- Made the logout() view send "no-cache" ↵Kaleb Elwert2015-10-021-0/+4
| | | | headers.
* Refs #24505 -- Forwardported 1.8.5 release note.Tim Graham2015-10-011-0/+4
|