Changes for Django 1.4

svn: r19424
This commit is contained in:
Doug Blank 2012-05-01 14:36:10 +00:00
parent edc5a2e7a3
commit dff245f684

View File

@ -136,6 +136,10 @@ USE_L10N = True
FORMAT_MODULE_PATH = ""
## 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
# deepcopy. This workaround makes the copy work properly. When Gramps no longer
# supports python 2.6, this workaround can be removed.