Opened 8 years ago
Closed 8 years ago
#29228 closed New feature (wontfix)
Django query documentation does not talk about collation
| Reported by: | Pierre Thibault | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 2.0 |
| Severity: | Normal | Keywords: | collation sql query |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In Django documentation named Making queries, it does not talk about collation. What does it mean to be case insensitive with languages with accented characters? I think this deserves precision.
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
I think this is out of scope of what the Django documentation must cover. It's probably better to consult your database's documentation to understand how its collation works.
Note:
See TracTickets
for help on using tickets.
Are you using MySQL?