mirror of
https://github.com/Hopiu/django.git
synced 2026-03-24 01:40:28 +00:00
Change strategy used to examine instrumented output to acommodate the fact that on Windows, where the path separator is '\', repr() of Python modules has changed in Python 3 to use escaped backslashes in the FS path section (e.g. 'C:\\python3x\\Lib\\site-packages\\django\\contrib\\auth\\models.py') without having to special-case based on platform. |
||
|---|---|---|
| .. | ||
| app_with_import | ||
| broken_app | ||
| complex_app | ||
| custom_templates | ||
| management | ||
| simple_app | ||
| __init__.py | ||
| models.py | ||
| tests.py | ||
| urls.py | ||