mirror of https://github.com/django/django.git
Fixed typo in docs/releases/2.0.4/1.11.12.txt.
This commit is contained in:
parent
f3b69f9757
commit
09c6d01461
|
@ -15,4 +15,4 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in Django 1.11 where an empty choice could be initially
|
||||
selected for the ``SelectMultiple`` and ``CheckboxSelectMultiple`` widgets
|
||||
(:ticket:`29273`)
|
||||
(:ticket:`29273`).
|
||||
|
|
|
@ -28,4 +28,4 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in Django 1.11 where an empty choice could be initially
|
||||
selected for the ``SelectMultiple`` and ``CheckboxSelectMultiple`` widgets
|
||||
(:ticket:`29273`)
|
||||
(:ticket:`29273`).
|
||||
|
|
Loading…
Reference in New Issue