Opened 11 years ago
Closed 11 years ago
#21571 closed Uncategorized (invalid)
typo in model refernce page
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.6 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Here's a whole, laborious ticket for a typo [come on, spell check :)].
https://docs.djangoproject.com/en/1.6/ref/models/fields/#django.db.models.ForeignKey.db_constraint
<quote>
...
You’re *sharding* your database.
...
</quote>
Note:
See TracTickets
for help on using tickets.
I don't see a typo here. The referenced paragraph is referring to a use case where you are breaking your database into shards. As far as I can make out, sharding is the right word, correctly spelled in this context.