]> git.openstreetmap.org Git - osqa.git/commit
Remove DJANGO_VERSION from the recommended settings
authorAttila-Mihaly Balazs <dify.ltd@gmail.com>
Mon, 20 Jan 2014 09:35:47 +0000 (11:35 +0200)
committerAttila-Mihaly Balazs <dify.ltd@gmail.com>
Mon, 20 Jan 2014 09:35:47 +0000 (11:35 +0200)
commit4666ba35b4a230b00a2c82794d6fafde07eb4d0f
tree452d3b2deb5acdb04bd61341945f49d984b78a31
parent0bd53bfd0a08e9949651ec35bf22048db8e740d9
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
settings_local.py.dist