Closed rafacarrascosa closed 9 years ago
I like it. And even more, I'm thinking that entire metadata field should be removed too. It's adding extra weight to the database for no gain inside iepy.
I agree about removing title
and url
. I would keep the metadata
. In our application, we currently use it to store information that is used in our own document navigation application.
EDIT: Already proposed a few minutes ago in #64
Mmm... would it be possible to replace metadata and such by adding a 1-to-1 model wrt IEDocument?
That way we could remove it and encourages our users to do this "trick" the same way Django does with the User model.
closing this ticket so we follow the discussion on #64
That, consider removing
title
andurl
fields fromiepy.data.models.IEDocument