Hi there! I'm currently trying to convert an old webapp written in PHP into a django-based app. The PHP-System used VARCHAR-Fields as primary keys in the MySQL - DB.
Now, if i convert the data for the new tables created by Django, I have the problem that the admin interface can't edit any entries where the title contains colons (":"), because the admin interface uses the primary keys in the url created. I'm currently using Django 0.92. I really need some help here, or a bugfix or sth. I've put quite a lot of work into this now :( Regards, Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---