I have an application working with legacy DB.
Some tables have humen-redable PKs, and some of them contain underscores.
Django admin escapes them (for what reason?) and seems not unescaping.
So these objects are unavailable for editing.
The relevant bug (2 years old!) is here:
http://code.djangoproject.com/ticket/1375
Unfortunately, the patch is too old and can't be applied since the
code has changed.
The biggest changes seem to be in the views/main.py file.

Did somebody encounter such a problem? What is the simplest solution?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to