src/cm/settings.py
changeset 117 17a9fbf356a9
parent 114 49647a504de8
child 124 4576a8264929
--- a/src/cm/settings.py	Fri Jan 22 14:14:35 2010 +0100
+++ b/src/cm/settings.py	Fri Jan 22 14:15:46 2010 +0100
@@ -19,6 +19,7 @@
 # it's not the format js client users will see the dates in !
 # it's the format that's used to communicate dates to js client (python date -> JSON str -> parsed to js date)
 CLIENT_DATE_FMT = {'python_output' : '%Y-%m-%dT%H:%M:%S', 'js_parse' : "Y-m-d\\\\TH:i:s"}
+ALLOW_CLIENT_MODIF_ON_LAST_VERSION_ONLY = True
 
 # Language code for this installation. All choices can be found here:
 # http://www.i18nguy.com/unicode/language-identifiers.html