Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#29017 closed Bug (fixed)

BaseCommand.leave_locale_alone doc is outdated

Reported by: Sergey Fedoseev Owned by: nobody
Component: Documentation Version: 1.8
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

BaseCommand.leave_locale_alone doc still refers to activation of 'en-us', however that behavior was changed in f7c287fca9c9e6370cc88d1457d3ed9466703687.

Change History (4)

comment:1 by Tim Graham, 7 years ago

Has patch: set
Triage Stage: UnreviewedAccepted

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

Resolution: fixed
Status: newclosed

In b9cec9fa:

Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs #24073.

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

In 3f951b1:

[2.0.x] Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs #24073.

Backport of b9cec9fa1fc50207ab68a59853c851a945c5db5e from master

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

In ced0b1e:

[1.11.x] Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs #24073.

Backport of b9cec9fa1fc50207ab68a59853c851a945c5db5e from master

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