Changes between Initial Version and Version 5 of Ticket #23843


Ignore:
Timestamp:
Nov 16, 2014, 10:31:14 AM (9 years ago)
Author:
Shai Berger
Comment:

Replying to charettes:

FWIW the deprecation warnings have been fixed in 68ef44c565d901945eb74768d439c93678315cf6.

Yes, those have nothing to do with the bug, and I probably just ran the test with -Werror by mistake. I've removed them from the description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23843

    • Property Triage Stage UnreviewedAccepted
  • Ticket #23843 – Description

    initial v5  
    8282django.db.utils.DatabaseError: ORA-12704: character set mismatch
    8383}}}
    84 So far only on mine:
    85 {{{
    86 
    87 ======================================================================
    88 ERROR: test_defer_annotation (annotations.tests.NonAggregateAnnotationTestCase)
    89 ----------------------------------------------------------------------
    90 Traceback (most recent call last):
    91   File "/home/django/django/tests/annotations/tests.py", line 140, in test_defer_annotation
    92     with self.assertRaisesRegexp(FieldDoesNotExist, "\w has no field named u?'other_rating'"):
    93   File "/usr/lib/python3.3/unittest/case.py", line 1139, in deprecated_func
    94     DeprecationWarning, 2)
    95 DeprecationWarning: Please use assertRaisesRegex instead.
    96 
    97 ======================================================================
    98 ERROR: test_filter_wrong_annotation (annotations.tests.NonAggregateAnnotationTestCase)
    99 ----------------------------------------------------------------------
    100 Traceback (most recent call last):
    101   File "/home/django/django/tests/annotations/tests.py", line 78, in test_filter_wrong_annotation
    102     with self.assertRaisesRegexp(FieldError, "Cannot resolve keyword .*"):
    103   File "/usr/lib/python3.3/unittest/case.py", line 1139, in deprecated_func
    104     DeprecationWarning, 2)
    105 DeprecationWarning: Please use assertRaisesRegex instead.
    106 }}}
Back to Top