We don't need detail pages for apps in the API.

This commit is contained in:
Gregor Müllegger 2013-05-19 14:11:07 +02:00
parent fe140bbf39
commit 0da7584e99

View file

@ -61,7 +61,6 @@ class IndexAPIView(Admin2APIMixin, APIView):
for model in models:
model_data.append(self.get_model_data(model))
return {
'url': '-- todo --',
'app_label': app_label,
'models': model_data,
}