straight55b / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

flatpage, redirect broken #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download the sample appengine-patch project.
2. Run it and goto admin pages.
3. Try to add flatpage and redirect entry.

What is the expected output? What do you see instead?
flatpage and redirect entry should be created and admin changelist should be 
shown.

What version of the product are you using? On what operating system?
Get the following exception:

Request Method: GET
Request URL:    http://localhost:8000/admin/redirects/redirect/
Exception Type: AttributeError
Exception Value:    
'Rel' object has no attribute 'get_related_field'
Exception Location: <unknown> in ?, line ?

Please provide any additional information below.
It was working very well till django 1.1 update. I believe it is due to 
list_filter in the ModelAdmin. 
If list_filter contains a ReferenceProperty field. This error arises.

Original issue reported on code.google.com by nasim.ha...@gmail.com on 28 Jul 2009 at 12:31

GoogleCodeExporter commented 9 years ago
Fixed in repo.

Original comment by wkornew...@gmail.com on 2 Aug 2009 at 1:51

GoogleCodeExporter commented 9 years ago
I updated to the latest repo, but I'm getting:

Request Method: GET
Request URL:    http://localhost:8086/admin/flatpages/flatpage/
Exception Type: FieldDoesNotExist
Exception Value:    
Site has no field named 'key'

Original comment by torrez.e...@gmail.com on 4 Aug 2009 at 2:03

GoogleCodeExporter commented 9 years ago
Anybody checking this issue? I believe it's still broken.

Original comment by torrez.e...@gmail.com on 13 Aug 2009 at 4:48