Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 500: server error for Dublin Core / XML view #164

Open
thomasfillon opened this issue Apr 4, 2017 · 0 comments
Open

Error 500: server error for Dublin Core / XML view #164

thomasfillon opened this issue Apr 4, 2017 · 0 comments

Comments

@thomasfillon
Copy link
Member

In urls.py line 67
url(r'^archives/items/(?P<public_id>[A-Za-z0-9._-]+)/dc/xml/$', item_view.item_detail, {'format': 'dublin_core_xml'}, name="telemeta-item-dublincore-xml"),

produce the following Type Error

TypeError at /archives/items/CNRSMH_I_2007_012_050_02/dc/xml/
item_detail() got an unexpected keyword argument 'format'

because the item_detailfunction in ItemView does not handle Dublin Core XML export.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant