projets
/
auf_rh_dae.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6d3890
)
Désactivé USE_THOUSAND_SEPARATOR parce que ça brise django-ajax-selects
author
Eric Mc Sween
<eric.mcsween@auf.org>
Thu, 21 Jun 2012 19:57:23 +0000
(15:57 -0400)
committer
Eric Mc Sween
<eric.mcsween@auf.org>
Thu, 21 Jun 2012 19:57:23 +0000
(15:57 -0400)
project/settings.py
patch
|
blob
|
blame
|
history
diff --git
a/project/settings.py
b/project/settings.py
index
ef0a311
..
f2f7e6f
100644
(file)
--- a/
project/settings.py
+++ b/
project/settings.py
@@
-19,7
+19,7
@@
TIME_ZONE = 'America/Montreal'
LANGUAGE_CODE = 'fr'
FORMAT_MODULE_PATH = 'project.formats'
USE_L10N = True
-USE_THOUSAND_SEPARATOR = True
+USE_THOUSAND_SEPARATOR = False
DATE_FORMAT = 'd-m-Y'
SESSION_SAVE_EVERY_REQUEST = True