Changes between Initial Version and Version 1 of Ticket #15056


Ignore:
Timestamp:
Jan 12, 2011, 7:22:40 AM (14 years ago)
Author:
Karen Tracey
Comment:

Fixed formatting. Please use WikiFormatting and preview before posting. If this is recreatable on your machine, I suspect something is corrupt in your install. Un-installing and re-installing (I'd suggest a more recent level than 1.2 beta, though I don't recall that 1.2 beta ever had this particular error reported against it) may fix the problem. Plenty of people are able to add things via the admin without error...this is not a problem people have been reporting generally, so whatever is wrong is likely specific to your setup and most properly fixed by fixing that, not changing Django code to include an import were it should not be necessary.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15056 – Description

    initial v1  
    22
    33When I add an object, I get this traceback:
    4 
     4{{{
    55Environment:
    66
     
    5353Exception Type: TypeError at /admin/tc/client/add/
    5454Exception Value: 'NoneType' object is not callable
     55}}}
    5556____________________________________________
    5657
     
    6061
    6162A hack patch that fixes the problem follows (though it would be good to properly diagnose the problem)
    62 
     63{{{
    636414a15
    6465>         from django.utils.encoding import smart_unicode
     66}}}
    6567
    66 
Back to Top