diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-10 08:18:29 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-11 11:54:51 -0500 |
| commit | 10fdd2fc1d4c95ff1b27f79a09bf69949cf909fb (patch) | |
| tree | d08e1a28abdab0ced16b15977bdb8368cc816788 | |
| parent | e1046a96bcb996c34b79974e21575d718f6b5739 (diff) | |
[1.8.x] Moved contrib.sessions tests out of contrib.
Backport of fac3a34cbb8fd8dc74006f187dd1e83f3a040d39 from master
| -rw-r--r-- | tests/sessions_tests/__init__.py | 0 | ||||
| -rw-r--r-- | tests/sessions_tests/tests.py (renamed from django/contrib/sessions/tests.py) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/sessions_tests/__init__.py b/tests/sessions_tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/sessions_tests/__init__.py diff --git a/django/contrib/sessions/tests.py b/tests/sessions_tests/tests.py index 112ac30d35..112ac30d35 100644 --- a/django/contrib/sessions/tests.py +++ b/tests/sessions_tests/tests.py |
