Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#28548 closed Cleanup/optimization (fixed)

Remove usage of "middlewares" in documentation

Reported by: Joe Krzystan Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description (last modified by Joe Krzystan)

As noted in a few earlier issues, like: https://code.djangoproject.com/ticket/27376#comment:3

"middleware" is the preferred form for both singular and plural usage. There are a few stray instances of "middlewares" in the documentation and it is currently included in the allowed word list.

Let's make it consistent.

PR: https://github.com/django/django/pull/8991

Change History (3)

comment:1 by Joe Krzystan, 7 years ago

Description: modified (diff)
Has patch: set

comment:2 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In da3a5cee:

Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.

comment:3 by Tim Graham <timograham@…>, 7 years ago

In 10b54c87:

[1.11.x] Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.

Backport of da3a5cee4f06ed801c6fb42bd8995428ff0b28bf from master

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