Changes between Initial Version and Version 1 of Ticket #31911, comment 3


Ignore:
Timestamp:
Aug 20, 2020, 9:36:48 AM (4 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31911, comment 3

    initial v1  
    55> I'm inclined to think that using `get_language()` at import time (during start-up) shouldn't be supported, since we're not in an active language context, but happy to take guidance on that.
    66
    7 I tend to agree here. If it always returned `None` before d65b0f72de8d35617fe0554ddabc950c7f323eef and wasn't tested to return `LANGUAGE_CODE` we could maybe accept a ''new feature'' request to make it default to `LANGUAGE_CODE` but we can hardly define it as a regression.
     7I tend to agree here. If it always returned `None` before d65b0f72de8d35617fe0554ddabc950c7f323eef and wasn't tested to return `LANGUAGE_CODE` from that point we could maybe accept a ''new feature'' request to make it default to `LANGUAGE_CODE` but we can hardly define it as a regression.
Back to Top