pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

Routes for Pylons admin system break down if the database uses URLs as primary keys #116

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a table which caches metadata scraped from remote URLs using those
URLs as primary keys. Whenever I click "edit", Pylons give me a 404 error.

I haven't had time to go code-diving, but I'm guessing the problem is that
you used a keyword at the end of the editing route rather than a wildcard.

Original issue reported on code.google.com by stephan....@gmail.com on 20 Sep 2009 at 2:19