Will Harris
Will Harris
Since the `PROJECT_PATH` app setting was not documented, and was only ever used to determine the location of the locale files, I have renamed this to LOCALE_PATH and removed one...
When I run ``` ./manage.py tx pull_translations ``` without having specified `TRANSIFEX_PROJECT_PATH` in the settings I get the following exception: ``` Executing pull_translations on project test-392 Pulling translations for "test-392"...
The default host https://www.transifex.net gives an SSL exception, as the site cert is for *.transifex.com. Would be good to update the default host to `https://www.transifex.com`.
- would be nice to mention which app name needs to be installed, `djangotransifex` - all settings must be prefixed with `TRANSIFEX_` - `SOURCE_LANGUAGE_CODE` is `TRANSIFEX_SOURCE_LANGUAGE`
...The post_save callback should not be active, otherwise there is the potential for unique constraint violations with PostgreSQL DBs. The test test_fallback_order2 currently fails, but I haven't found a combination...
The `merchantReturnData` field was blocked for use in client code, as the module used it for its own purpose in storing the transaction amount value (see the TODO at `facade.py:85`)....