Changes for Django 1.4
svn: r19424
This commit is contained in:
parent
edc5a2e7a3
commit
dff245f684
@ -136,6 +136,10 @@ USE_L10N = True
|
|||||||
FORMAT_MODULE_PATH = ""
|
FORMAT_MODULE_PATH = ""
|
||||||
## End Changes for Django 1.3
|
## End Changes for Django 1.3
|
||||||
|
|
||||||
|
# Changes for Django 1.4:
|
||||||
|
USE_TZ = True
|
||||||
|
## End Changes for Django 1.4
|
||||||
|
|
||||||
# In versions < 2.7 python does not properly copy methods when doing a
|
# In versions < 2.7 python does not properly copy methods when doing a
|
||||||
# deepcopy. This workaround makes the copy work properly. When Gramps no longer
|
# deepcopy. This workaround makes the copy work properly. When Gramps no longer
|
||||||
# supports python 2.6, this workaround can be removed.
|
# supports python 2.6, this workaround can be removed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user