Bruno Alla
c96c932111
Correct name for Celery worker-related settings - fix #2080
...
The settings which are normally prefixed `CELERYD_` are for worker-related config, but since we instantiate the Celery app with a namespace, the prefix for these config should actually be `CELERY_`.
2019-05-27 14:46:07 +01:00
Bruno Alla
fe0d05f207
Update Redis version to 5.0 ( #2065 )
...
Update Redis version to 5.0
2019-05-27 11:46:06 +01:00
Bruno Alla
729dddcab6
Bring psycopg2 versions in line
2019-05-25 16:53:34 +02:00
Bruno Alla
a67587bb24
Bring psycopg2 versions in line
2019-05-25 16:53:08 +02:00
Bruno Alla
050bff2d3d
Update tox to 3.12.1 ( #2079 )
...
Update tox to 3.12.1
2019-05-24 08:11:02 +01:00
pyup-bot
4054105d63
Update tox from 3.11.1 to 3.12.1
2019-05-23 20:33:13 -07:00
Bruno Alla
0ca1af1e9c
Revert Werkzeug back to 0.14 ( #2076 )
...
Revert Werkzeug back to 0.14
2019-05-22 15:25:08 +01:00
shireenrao
9e27e853f2
update Werkzeug to 0.14.1 and add pyup filter
2019-05-22 09:44:36 -04:00
Bruno Alla
4733fed613
Log errors are sent to Sentry ( #2075 )
...
Log errors are sent to Sentry
2019-05-22 13:45:19 +01:00
Demetris Stavrou
61c842cd9d
Update docs/deployment-with-docker.rst
...
Co-Authored-By: Bruno Alla <browniebroke@users.noreply.github.com>
2019-05-22 09:47:03 +03:00
Demetris Stavrou
a636d454f6
Update {{cookiecutter.project_slug}}/config/settings/production.py
...
Co-Authored-By: Bruno Alla <browniebroke@users.noreply.github.com>
2019-05-22 09:46:20 +03:00
shireenrao
a37046d1ef
Revert Werkzeug back to 0.14
...
reverting back Werkzeug to version 0.14 based on discussion on #2070
I did the change locally on my windows laptop and can confirm that this is now working.
2019-05-21 18:17:19 -04:00
Demetris Stavrou
7cc94c139c
Updated documentation
2019-05-21 22:44:10 +03:00
Demetris Stavrou
38b2c2dfcd
Errors are now sent to Sentry
2019-05-21 22:04:03 +03:00
Fábio C. Barrionuevo da Luz
b5a306e679
Merge pull request #2071 from curtisstpierre/1989_rework_postgres_options
...
Reworked postgres version options
2019-05-20 16:00:21 -03:00
Curtis St Pierre
4bf795a908
1989 - reworked postgres version options
2019-05-20 08:53:07 -07:00
Fábio C. Barrionuevo da Luz
9a03cb9cfc
Merge pull request #2072 from pydanny/pyup-update-django-anymail-6.0-to-6.0.1
...
Update django-anymail to 6.0.1
2019-05-20 08:04:26 -03:00
browniebroke
2116f997bc
Update django-anymail from 6.0 to 6.0.1
2019-05-20 12:00:32 +01:00
Bruno Alla
a1e711ee50
Merge pull request #2068 from shireenrao/patch-5
...
If using whitenoise disable AWS and GCE for static
2019-05-19 14:18:19 +01:00
shireenrao
8c69a1203f
Update {{cookiecutter.project_slug}}/config/settings/production.py
...
Co-Authored-By: Bruno Alla <browniebroke@users.noreply.github.com>
2019-05-19 08:27:28 -04:00
shireenrao
adcc5d0b28
Update {{cookiecutter.project_slug}}/config/settings/production.py
...
Co-Authored-By: Bruno Alla <browniebroke@users.noreply.github.com>
2019-05-19 08:27:14 -04:00
Bruno Alla
87f7e1a327
Merge pull request #2066 from mknapper1/master
...
traefik toml config - storageFile is deprecated, use storage instead
2019-05-19 12:24:44 +01:00
Bruno Alla
2ec95265b4
Merge pull request #2069 from pydanny/pyup-update-django-extensions-2.1.6-to-2.1.7
...
Update django-extensions to 2.1.7
2019-05-19 12:24:06 +01:00
browniebroke
0b732298e5
Update django-extensions from 2.1.6 to 2.1.7
2019-05-19 12:00:27 +01:00
shireenrao
570930ef13
If using whitenoise disable AWS and GCE for static
...
If using whitenoise disable AWS and GCE for static setting.
2019-05-18 22:49:10 -04:00
Matt Knapper
98012829f3
storageFile is deprecated, use storage instead
2019-05-18 10:10:45 -04:00
Bruno Alla
e74e2a8ad3
Update CHANGELOG.md
2019-05-18 14:08:02 +01:00
Bruno Alla
d90406c3c3
Make the static storage use public ACL
2019-05-18 14:06:05 +01:00
Bruno Alla
642c28792c
Update Redis version to 5.0
2019-05-18 13:54:25 +01:00
Bruno Alla
88243d088d
Update CHANGELOG.md
2019-05-18 13:08:30 +01:00
Bruno Alla
d1ea1b029e
Merge pull request #2064 from pydanny/pyup-update-flake8-3.7.5-to-3.7.7
...
Update flake8 to 3.7.7
2019-05-18 13:06:12 +01:00
Bruno Alla
81a1bbcb8f
Merge pull request #2063 from pydanny/pyup-update-sentry-sdk-0.7.14-to-0.8.0
...
Update sentry-sdk to 0.8.0
2019-05-18 13:05:15 +01:00
Bruno Alla
698e71a2de
Merge pull request #2062 from pydanny/remove-user-lists
...
Remove user list view
2019-05-18 13:03:50 +01:00
browniebroke
093455a120
Update flake8 from 3.7.5 to 3.7.7
2019-05-18 12:00:31 +01:00
browniebroke
99df05d8b0
Update sentry-sdk from 0.7.14 to 0.8.0
2019-05-18 12:00:28 +01:00
Bruno Alla
e6458d7c07
Update flake8 from 3.7.6 to 3.7.7
2019-05-17 22:37:35 +01:00
Bruno Alla
872204527f
Remove user list view
2019-05-17 22:33:30 +01:00
Bruno Alla
b039e24130
Refactor Celery integration according to current best practices ( #2016 )
...
Refactor Celery integration according to current best practices
2019-05-17 21:38:00 +01:00
Bruno Alla
dc664b3556
Update CHANGELOG.md
2019-05-17 21:37:14 +01:00
Bruno Alla
daeafd7a14
Add LocaleMiddleware ( #2059 )
...
Add LocaleMiddleware
2019-05-17 21:34:56 +01:00
Tano Abeleyra
63a184f072
Set LOCALE_PATHS
2019-05-17 12:34:32 -03:00
Tano Abeleyra
ecc5a73aff
Add LocaleMiddleware
2019-05-17 11:57:13 -03:00
Tano Abeleyra
dc55a3cdd4
Add missing link in CONTRIBUTORS ( #2058 )
2019-05-17 08:18:41 +08:00
Bruno Alla
04cf607166
Add recent changes to changelog
2019-05-16 13:27:51 +01:00
Bruno Alla
4a1894d5d6
Logging improvements ( #2040 )
...
Logging improvements
2019-05-16 13:25:38 +01:00
Bruno Alla
fca341f726
UsersAppConfig improvements ( #2056 )
...
UsersAppConfig improvements
2019-05-16 12:58:23 +01:00
Bruno Alla
5f3efe88f4
Update tox to 3.11.1 ( #2057 )
...
Update tox to 3.11.1
2019-05-16 12:54:46 +01:00
browniebroke
c3f6df2eae
Update tox from 3.11.0 to 3.11.1
2019-05-16 12:00:38 +01:00
Tano Abeleyra
6d0d33865c
Add myself as contributor and sort the list
2019-05-15 20:11:04 -03:00
Tano Abeleyra
d00517252c
UsersAppConfig improvements
...
+ Rename to UsersConfig to follow Django naming convention
+ Translate verbose_name
2019-05-15 20:10:55 -03:00