1
0
mirror of https://github.com/django/django.git synced 2025-04-25 09:44:36 +00:00

2 Commits

Author SHA1 Message Date
Tim Graham
653d4558a5 [1.10.x] Removed some blank lines per isort.
Backport of ac06cb0e564b57b256ede98754586f36d2751b72 from master
2016-12-06 12:59:16 -05:00
Ramiro Morales
a079d5ceed [1.10.x] Refs #26677 -- Simplified i18n test cleanups.
The fact that we aren't dealing with the Django source tree anymore
allows us to drop several tearDown()/addCleanup() calls that were
concerned with removing apiece files/dirs/symlinks created by test
cases, as we are covered by the removal of the parent temporary tree
anyways.

Thanks Tim Graham for advice and review.

Backport of bb7bb379e8cd91a91336946829519d64e919a1d2 from master
2016-11-23 07:18:59 -05:00