#23802 closed Uncategorized (fixed)
Typos in 1.7 release notes
Reported by: | aruseni | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
First:
In addition, any clashing fields in the model inheritance hierarchy results in a system check error.
Second:
After upgrading to Django 1.7, the first request to any previously cached URL will be a cache miss .
Third:
Third-party database backends needing this functionality should modify their backends to provide an implementation of check_field().
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
I'm guessing the first sentence is "results"- you have "any clashing fields (...) results", which is incorrect, and should read "any clashing fields (...) result". Not sure what the issue is in the third sentence.
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I don't see a typo in the first sentence. I see the extra space before the period in the second. I believe the issue in the third is that the second "backends" should be "backend" -- can you confirm?