Some deprecation fixes for django1.4+. Added the ability to add lists to Attribute-stores lists using e.g. obj.db.mylist + [1,2,3,4]

This commit is contained in:
Griatch 2013-04-17 19:43:37 +02:00
parent c943b13351
commit 89c33a9197
7 changed files with 29 additions and 16 deletions

View file

@ -430,7 +430,6 @@ MEDIA_URL = '/media/'
# to use a trailing slash. Django1.4+ will look for admin files under
# STATIC_URL/admin.
STATIC_URL = '/media/'
ADMIN_MEDIA_PREFIX = STATIC_URL + "admin/" # needed for backwards compatibility django < 1.4
# The name of the currently selected web template. This corresponds to the
# directory names shown in the webtemplates directory.
ACTIVE_TEMPLATE = 'prosimii'