Changes between Version 1 and Version 2 of Ticket #10190, comment 23


Ignore:
Timestamp:
Nov 16, 2013, 12:02:37 PM (10 years ago)
Author:
Unai Zalakain

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10190, comment 23

    v1 v2  
    11PR sent: https://github.com/django/django/pull/1928
    22
    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.
    44If no charset is found there, it falls back to the `DEFAULT_CHARSET` setting.
Back to Top