diff -r 5ef5e558e361 -r 17a9fbf356a9 src/cm/settings.py --- 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