Opened 11 years ago
Closed 11 years ago
#21344 closed Uncategorized (fixed)
Typo in "F() expressions" documentation
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | typo, documentation, F, |
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: https://docs.djangoproject.com/en/dev/ref/models/queries/#django.db.models.F
It says:
[... This is easiest to understand though an example. Normally, one might do something like this: ...]
It should say:
[... This is easiest to understand through an example. Normally, one might do something like this: ...]
Cheers.
Note:
See TracTickets
for help on using tickets.
In ffcfb4cdccefaf3b8d3a1e2e7adbfbd2539bbb32: