#25101: ImportError regression for 1.8.3, triggered with Django Rest Framework
-------------------------------+--------------------------------------
     Reporter:  lucacorti      |                    Owner:  nobody
         Type:  Uncategorized  |                   Status:  new
    Component:  Uncategorized  |                  Version:  1.8
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------
Changes (by toidi):

 * status:  closed => new
 * resolution:  needsinfo =>


Comment:

 I have the same issue on Django 1.8.3.
 {{{
 ImportError: cannot import name RemovedInDjango110Warning
 Traceback (most recent call last):
   File "/usr/local/mras-webtools/lib/python2.7/site-
 packages/django/core/handlers/wsgi.py", line 206, in __call__
     """
   File "/usr/local/mras-webtools/lib/python2.7/site-
 packages/django/core/handlers/base.py", line 194, in get_response

   File "/usr/local/mras-webtools/lib/python2.7/site-
 packages/django/core/handlers/base.py", line 232, in
 handle_uncaught_exception
     signals.got_request_exception.send(sender=self.__class__,
 request=request)
   File "/usr/local/mras-webtools/lib/python2.7/site-
 packages/django/core/urlresolvers.py", line 360, in urlconf_module
     def resolve(self, path):
   File "/usr/local/mras-webtools/lib/python2.7/site-
 packages/django/utils/importlib.py", line 40, in import_module
     for character in name:
   File "/usr/local/mras-webtools/lib/python2.7/site-
 packages/mras_webtools/urls.py", line 2, in <module>
     from django.conf.urls import patterns, include, url
   File "/usr/local/mras-webtools/lib/python2.7/site-
 packages/django/conf/urls/__init__.py", line 8, in <module>
     from django.utils.deprecation import RemovedInDjango110Warning
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25101#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.ddae917ab61d48d87e2ac94ffbb0b761%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to