Changes between Version 6 and Version 7 of Ticket #23919


Ignore:
Timestamp:
Jan 2, 2015, 7:52:58 AM (9 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23919 – Description

    v6 v7  
    1414* `django.core.mail.message.make_msgid()` #23905
    1515* Functions in `django.utils.http` like `urlquote_plus` -- I think the versions of these functions on Python 3 don't have the unicode characters bug we are working around.
     16* Inheriting from `object` in `django.core.servers.basehttp` (and perhaps other places) ala 4ee06ec3fc8e94d164afbd2f9c880c60c658a9ac
Back to Top