0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Added 1.7.1 release notes for refs #23649.

This commit is contained in:
Tim Graham 2014-10-17 08:56:39 -04:00
parent 2e1ed5f33c
commit 6ce6c77e03

View File

@ -123,3 +123,6 @@ Bugfixes
* The system check framework now raises error **models.E020** when the
class method ``Model.check()`` is unreachable (:ticket:`23615`).
* Made the Oracle test database creation drop the test user in the event of an
unclean exit of a previous test run (:ticket:`23649`).