1
0
mirror of https://github.com/django/django.git synced 2025-10-29 00:26:07 +00:00

[2.0.x] Fixed #28885 -- Fixed hidden content at the bottom of the "The install worked successfully!" page for some languages.

Backport of 1b753b2d60 from master
This commit is contained in:
Himanshu Chauhan
2018-01-12 10:31:40 +05:30
committed by Tim Graham
parent 3f951b1f94
commit cc1bdce674
3 changed files with 25 additions and 32 deletions

View File

@@ -9,4 +9,5 @@ Django 2.0.2 fixes several bugs in 2.0.1.
Bugfixes
========
* ...
* Fixed hidden content at the bottom of the "The install worked successfully!"
page for some languages (:ticket:`28885`).