Changes between Initial Version and Version 3 of Ticket #4700


Ignore:
Timestamp:
Jun 26, 2007, 9:57:15 PM (17 years ago)
Author:
Malcolm Tredinnick
Comment:

Unbroke description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4700 – Description

    initial v3  
    11urlresolvers.get_callable is raising an exception in "manage.py test" mode for any {% url %} tag:
     2{{{
     3#!python
    24    self.reverse_dict[pattern.callback] = (pattern,)
    35  File "/Users/phausel/site-packages/django/core/urlresolvers.py", line 152, in _get_callback
     
    1012    'AutoField'                 : _('Integer'),
    1113TypeError: 'str' object is not callable
    12 
     14}}}
    1315(The weird thing is that it occurs only when running the built in test feature.)
    1416
Back to Top