After migrating project from Django 1.4 to 1.6 I've started to see a problem in the console:
/usr/lib/python2.6/dist-packages/django/utils/translation/__init__.py:63: DeprecationWarning: Translations in the project directory aren't supported anymore. Use the LOCALE_PATHS setting instead.
The message is of course pretty self-explanatory, but still would appreciate if someone can specify what has to be done to fix this.