Changes between Version 19 and Version 20 of Ticket #23919


Ignore:
Timestamp:
May 11, 2016, 10:40:16 AM (8 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23919 – Description

    v19 v20  
    2727* Remove note about PYTHONHASHSEED (see #26243)
    2828* Remove Field.creation_counter (replace by metaclass `__prepare__` returning `OrderedDict()`, https://docs.python.org/3/reference/datamodel.html#preparing-the-class-namespace)
     29* `django.test.utils.reset_warning_registry()`
Back to Top