#22978 closed Cleanup/optimization (fixed)
It should read "USA-centric" not "America-centric"
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.6 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
See https://docs.djangoproject.com/en/1.6/topics/db/models/
state = models.CharField(max_length=2) # yes, this is America-centric
USA-centric would be correct.
Change History (4)
comment:1 by , 11 years ago
| Easy pickings: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Agreed.
Thanks for pointing it out.