#22546 closed Cleanup/optimization (fixed)
tutorial02 difficult English for non-native speakers
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
In section Customize the admin change list
(https://docs.djangoproject.com/en/1.6/intro/tutorial02/#customize-the-admin-change-list), the following appears:
although because it uses a LIKE query behind the scenes, **keep it reasonable**, to **keep your database happy**.
I think the phrases marked with double-asterisks may be hard for non-native English speakers. Personally I like the English idioms, but perhaps you can make more literal translations available for non-native English speakers?
For instance:
"limit the number of search terms"
"avoid computationally expensive searches in the database"
Change History (5)
comment:1 by , 11 years ago
Easy pickings: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
PR: https://github.com/django/django/pull/2620