Changes between Version 1 and Version 2 of Ticket #10190, comment 23
- Timestamp:
- Nov 16, 2013, 12:02:37 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10190, comment 23
v1 v2 1 1 PR sent: https://github.com/django/django/pull/1928 2 2 3 ` `HttpResponse``s charset is now depending on its `Content-Type` header key.3 `HttpResponse`s charset is now depending on its `Content-Type` header key. 4 4 If no charset is found there, it falls back to the `DEFAULT_CHARSET` setting.