From: Attila-Mihaly Balazs Date: Mon, 20 Jan 2014 09:35:47 +0000 (+0200) Subject: Remove DJANGO_VERSION from the recommended settings X-Git-Tag: live~24^2 X-Git-Url: https://git.openstreetmap.org/osqa.git/commitdiff_plain/4666ba35b4a230b00a2c82794d6fafde07eb4d0f?hp=4666ba35b4a230b00a2c82794d6fafde07eb4d0f Remove DJANGO_VERSION from the recommended settings - It adds a headache (it needs to be maintained) - It can already be obtained by djang.get_version() - forum_modules/updates/base.py already uses the above method to report the correct version ---