diff options
| author | Simon Charette <charette.s@gmail.com> | 2016-02-07 18:05:14 -0500 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2016-02-08 10:31:01 -0500 |
| commit | 58723722e90a1b34dc1c7ea020c8065755f9c927 (patch) | |
| tree | e4c3e7c519b4b0690dafbb872069cf55bd1538ff /docs | |
| parent | 6f14a1429aa2705e052fc01021a2381e8cae9f88 (diff) | |
Fixed #26162 -- Checked query name clashes of hidden relationships.
Although reverse accessor clashes should be skipped query name can't be hidden.
Thanks to Ian Foote and Tim Graham for the review.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.10.txt | 3 | ||||
| -rw-r--r-- | docs/releases/1.9.3.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.8.10.txt b/docs/releases/1.8.10.txt index c9e77552e6..1ceada6f54 100644 --- a/docs/releases/1.8.10.txt +++ b/docs/releases/1.8.10.txt @@ -11,3 +11,6 @@ Bugfixes * Fixed a crash on PostgreSQL that prevented using ``TIME_ZONE=None`` and ``USE_TZ=False`` (:ticket:`26177`). + +* Added system checks for query name clashes of hidden relationships + (:ticket:`26162`). diff --git a/docs/releases/1.9.3.txt b/docs/releases/1.9.3.txt index ac62926583..994a018fbc 100644 --- a/docs/releases/1.9.3.txt +++ b/docs/releases/1.9.3.txt @@ -14,3 +14,6 @@ Bugfixes * Fixed a crash on PostgreSQL that prevented using ``TIME_ZONE=None`` and ``USE_TZ=False`` (:ticket:`26177`). + +* Added system checks for query name clashes of hidden relationships + (:ticket:`26162`). |
