Changes between Version 92 and Version 96 of Ticket #23919
- Timestamp:
- Jan 30, 2017, 6:32:01 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23919 – Description
v92 v96 28 28 * ~~Remove `__ne__` from objects already defining a `__eq__`~~ 29 29 * ~~Remove note about PYTHONHASHSEED (see #26243)~~ 30 * Remove Field.creation_counter (replace by metaclass `__prepare__` returning `OrderedDict()`, https://docs.python.org/3/reference/datamodel.html#preparing-the-class-namespace)30 * ~~Remove Field.creation_counter (replace by metaclass `__prepare__` returning `OrderedDict()`, https://docs.python.org/3/reference/datamodel.html#preparing-the-class-namespace)~~ (see comment:95) 31 31 * ~~`django.test.utils.reset_warning_registry()`~~ 32 32 * ~~Replace `errno` checks by `IOError` subclasses defined by [https://www.python.org/dev/peps/pep-3151/ PEP 3151]~~ [https://github.com/django/django/pull/7915 PR]