Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Tim Graham, 10 years ago

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?

comment:2 by wraus, 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 Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In d5a109f6e6684b2ea8028af5c57f4257872d11aa:

Fixed #23802 -- Typos in 1.7 release notes.

comment:4 by Tim Graham <timograham@…>, 10 years ago

In cf5e2c46f2122c19c60f74299275f6fbcdd9144b:

[1.7.x] Fixed #23802 -- Typos in 1.7 release notes.

Backport of d5a109f6e6684b2ea8028af5c57f4257872d11aa from master

Note: See TracTickets for help on using tickets.
Back to Top