Removed Tags header / simplified paragraph

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Paul-Vincent Roll
2024-12-03 21:50:44 +01:00
committed by GitHub
parent c78cfd4c11
commit 21b94fd150

View File

@@ -585,10 +585,7 @@ services:
### Case Sensitivity
The database interface does not provide a method to configure a MySQL
database to be case sensitive. This causes a number of caveats when using MySQL.
#### Tags
A case **in**sensitive database prevents a user from creating a
database to be case sensitive. A case **in**sensitive database prevents a user from creating a
tag `Name` and `NAME` as they are considered the same.
Per Django documentation, mitigating this requires manual intervention.