Changes between Version 1 and Version 2 of Ticket #24999, comment 5
- Timestamp:
- Jul 7, 2015, 3:08:49 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24999, comment 5
v1 v2 5 5 }}} 6 6 7 The password was, in this case, "root", so it's being obfuscated. 7 The password was, in this case, "root", so it's being obfuscated. I'm investigating what's actually doing the obfuscation, as `django.db.backend.mysql.DatabaseClient` isn't doing it.