1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

Removed forgotten reference to the borg pattern.

This commit is contained in:
Aymeric Augustin 2013-12-17 22:21:40 +01:00
parent 7eea9bf303
commit 2bc89f83b3

View File

@ -9,9 +9,6 @@ from .models import TotallyNormal, SoAlternative, new_app_cache
class AppCacheTests(TestCase):
"""
Tests the AppCache borg and non-borg versions
"""
def test_models_py(self):
"""