Display list to display models...Should I use them?

I am currently drawing some models on screen using OpenGL. Im loading them from a file and drawing them ‘the hard way’ (parsing all vertices each frame).
I wanted to use display lists for this, but I didnt know how can I make to move each model if display lists, after created, cant be changed. What if Im using bone animations?
Thank you very much.

Obviously, Display List only help in situations where you’ve got static models, or at least models with static submodels, or at least least… okay, gonna stop…