Django not showing updated data

2017-05-18 Thread gkleanthous.mob
Hi I have a page which shows a list of records from a model. I have an “add new” link which opens a form. User fill the form and clicks save. Then an ajax call is done and the new record is saved to the database. When i visit back the page with the list i do not see the new record, although it

Page not showing new model data

2017-05-18 Thread gkleanthous.mob
Hi I have a page which shows a list of records from a model. I have an “add new” link which opens a form. User fill the form and clicks save. Then an ajax call is done and the new record is saved to the database. When i visit back the page with the list i do not see the new record, although it