1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #28502 -- Complemented stringformat tuple handling/test.

An additional test and a code change were suggested in a late review.
This commit is contained in:
Claude Paroz
2017-08-22 14:45:08 +02:00
committed by Tim Graham
parent 7bba82453c
commit ed77bea582
3 changed files with 5 additions and 2 deletions

View File

@@ -13,3 +13,5 @@ Bugfixes
in GEOS 3.6.2) (:ticket:`28441`).
* Fixed test database creation with ``cx_Oracle`` 6 (:ticket:`28498`).
* Fixed select widget rendering when option values are tuples (:ticket:`28502`).