#16410: Stange trackeback, if try to get a not existing cache...
-------------------+-------------------------------------
 Reporter:  jedie  |          Owner:  nobody
     Type:  Bug    |         Status:  new
Milestone:         |      Component:  Core (Cache system)
  Version:  1.3    |       Severity:  Normal
 Keywords:  cache  |   Triage Stage:  Unreviewed
Has patch:  0      |  Easy pickings:  0
    UI/UX:  0      |
-------------------+-------------------------------------
 e.g.:

 {{{
 cache = get_cache('not_existing_cache')
 }}}

 You will get a strange traceback:

 {{{
   File "./django/core/cache/__init__.py", line 173, in get_cache
     backend, location, params = parse_backend_conf(backend, **kwargs)
   File "./django/core/cache/__init__.py", line 131, in parse_backend_conf
     mod_path, cls_name = backend.rsplit('.', 1)
 ValueError: need more than 1 value to unpack
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16410>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to