Files
pretix_original/src
Kara Engelhardt 2e2e57d231 Fix typo in test detection, improve check
A non-empty string is truthy, making the the for-loop useless, as the first item in inspect.stack() is always the for-loop itself, which then lead to the function returning immediately.
This commit
* fixes this typo
* changes the loop to ignore the first element of instpect.stack() (which is the loop itself)
* ignores django-internal code

This should create something similar to what I suspect the code was intended to do originally.
2026-04-07 14:39:33 +02:00
..
2024-03-31 23:14:57 +02:00
2025-09-19 14:34:30 +02:00
2025-10-10 15:32:46 +02:00
2026-03-24 16:33:28 +01:00