google-code-export / django-treemenus

Automatically exported from code.google.com/p/django-treemenus
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Error when clicking on History for any menu item #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In the admin, create a new menu with any number of menu items.
2. Go to the detail page of any menu item and click on history.

What is the expected output? What do you see instead?
I would expect to see the usual history page for a menu item.  Instead, I get a 
ValueError.  Full 
exception is...invalid literal for int() with base 10: '1/items/2'.

What version of the product are you using? On what operating system?
Using latest trunk rev 44 on Django v1.0, sqlite as test database.

Please provide any additional information below.

Original issue reported on code.google.com by prufro...@gmail.com on 21 Oct 2008 at 11:21

GoogleCodeExporter commented 9 years ago
Thank you for reporting. It should now be fixed in trunk.

Original comment by jpha...@gmail.com on 22 Oct 2008 at 6:57