I just noticed that my django web application doesn't update the input fields changed just in the form (page) after referesh in Firefox.
So every press of F5- or refresh-button invokes http GET that returns the contents of the database. But if I have changed some input fields in my web page (wihout submit) in Firefox they won't become updated with the values in database. If I repeat this in Chrome the fields become updated correctly.
What can be causing this? And how can I confirm that after every refresh my page would show exactly what has been stored in the database ?