google-code-export / django-page-cms

Automatically exported from code.google.com/p/django-page-cms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Page skips between current and next latest revision #198

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When saving a page in the admin section using "Save and Continue",
sometimes, after the page has reloaded, it will still contain all the data
from the previous revision, indicating that it has not saved. There does
not appear to be a pattern of when this will happen and when it will not.
The change is saved, just not updated for the user to see.

The front end of the site will usually take a few refreshes of the page to
display the new data, and after a few more refreshes, will display the old
data again. This, again, does not appear to have any pattern to it.

Original issue reported on code.google.com by oli...@gmail.com on 13 Apr 2010 at 8:51

GoogleCodeExporter commented 9 years ago
Hi,

I think your problem is linked to the fact that language may change when you 
hit the 
"Save and continue" button. This is a "bug" in Django that I have fixed here:

http://code.djangoproject.com/ticket/12241

The bug fix has not been accepted yet, but you could apply the patch to your 
own 
Django installation.

Original comment by batiste....@gmail.com on 14 Apr 2010 at 4:46