Commit Graph

1208 Commits

Author SHA1 Message Date
browniebroke
e924a55d78 Update whitenoise from 4.1.3 to 4.1.4 2019-09-25 12:00:29 +01:00
Bruno Alla
f280df0246
Merge pull request #2231 from pydanny/pyup-update-python-slugify-3.0.3-to-3.0.4
Update python-slugify to 3.0.4
2019-09-21 13:07:12 +01:00
browniebroke
02689f67e7 Update python-slugify from 3.0.3 to 3.0.4 2019-09-21 12:00:33 +01:00
browniebroke
ce3547e890 Update sentry-sdk from 0.12.0 to 0.12.2 2019-09-21 12:00:30 +01:00
browniebroke
f8963e0dd3 Update sentry-sdk from 0.11.2 to 0.12.0 2019-09-19 12:00:30 +01:00
Bruno Alla
bb6320efc8
Add context processor for settings variables (#2203)
Add context processor for settings variables
2019-09-11 22:50:53 +01:00
browniebroke
fab5bf8a04 Update django-storages from 1.7.1 to 1.7.2 2019-09-10 13:00:30 +02:00
browniebroke
db777571c4 Update django-storages from 1.7.1 to 1.7.2 2019-09-10 13:00:29 +02:00
Bruno Alla
1df888b2b6
Merge branch 'master' into pyup-update-pytest-5.1.1-to-5.1.2 2019-09-05 18:53:46 +02:00
Dani Hodovic
69566f5456
Add context processor for settings variables
This allows for usage of settings variables in templates, e.g

```
{% if settings.USE_ANALYTICS %}
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ settings.GOOGLE_TAG_MANAGER_ID }}" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{% endif %}
```
2019-09-05 13:24:47 +02:00
browniebroke
c29795b1dc Update djangorestframework from 3.10.2 to 3.10.3 2019-09-05 13:00:31 +02:00
Bruno Alla
baab918874
Remove AWS_PRELOAD_METADATA (#2204)
Remove AWS_PRELOAD_METADATA
2019-09-04 20:34:23 +02:00
Bruno Alla
391feb393b
Add default tests.py file pattern to pytest (#2213)
Add default tests.py file pattern to pytest
2019-09-04 20:31:45 +02:00
Bruno Alla
8c131fe603
Merge pull request #2206 from danihodovic/remove-duplicate-debug
Remove redundant DEBUG = False in test.py
2019-09-04 20:30:10 +02:00
Bruno Alla
15c09e4495
Remove EMAIL_HOST, EMAIL_PORT for console backend (#2202)
Remove EMAIL_HOST, EMAIL_PORT for console backend
2019-09-04 20:15:18 +02:00
Bruno Alla
f1a04205e7 Update pytest from 5.1.1 to 5.1.2 2019-09-04 19:08:56 +01:00
Bruno Alla
f9cb185397
Merge pull request #2211 from pydanny/pyup-update-django-2.2.4-to-2.2.5
Update django to 2.2.5
2019-09-04 20:07:24 +02:00
Bruno Alla
c8b3577232
Update sentry-sdk to 0.11.2 (#2210)
Update sentry-sdk to 0.11.2
2019-09-04 20:05:12 +02:00
Dani Hodovic
c6bd37adcc
Add default tests.py file pattern to pytest
`./manage.py startapp` generates a tests.py file by default. This is
ignored by pytest unless specified.
2019-09-04 15:59:31 +02:00
browniebroke
df36bf1f55 Update django from 2.2.4 to 2.2.5 2019-09-02 12:00:29 +01:00
browniebroke
c0554db343 Update sentry-sdk from 0.11.1 to 0.11.2 2019-08-31 13:00:33 +02:00
browniebroke
58a2262190 Update django-allauth from 0.39.1 to 0.40.0 2019-08-30 13:00:28 +02:00
Dani Hodovic
180ab9bbb1
Remove redundant DEBUG = False in test.py
This is already set to False by default in base.py
2019-08-26 16:25:36 +02:00
Dani Hodovic
d4d8f1b5be
Remove AWS_PRELOAD_METADATA
https://github.com/antonagestam/collectfast/pull/140
2019-08-25 14:08:28 +02:00
Dani Hodovic
7ad8791937
Remove EMAIL_HOST, EMAIL_PORT for console backend
django.core.mail.backends.console.EmailBackend is an in memory backend
so EMAIL_HOST and EMAIL_PORT does not need to be specified in this case.
2019-08-21 17:31:18 +02:00
browniebroke
72b222d52d Update pytest from 5.1.0 to 5.1.1 2019-08-21 13:00:30 +02:00
Bruno Alla
6bee7cf925
Update redis to 3.3.8 (#2200)
Update redis to 3.3.8
2019-08-20 14:06:08 +02:00
browniebroke
ac294b8515 Update redis from 3.3.7 to 3.3.8 2019-08-20 13:00:32 +02:00
browniebroke
5ddadc0afa Update sentry-sdk from 0.11.0 to 0.11.1 2019-08-20 13:00:29 +02:00
Fábio C. Barrionuevo da Luz
ec44c9faac
Merge pull request #2197 from pydanny/pyup-update-sentry-sdk-0.10.2-to-0.11.0
Update sentry-sdk to 0.11.0
2019-08-19 12:52:35 -03:00
browniebroke
b42d000b56 Update sphinx from 2.1.2 to 2.2.0 2019-08-19 13:00:34 +02:00
browniebroke
c1fb6e078b Update sentry-sdk from 0.10.2 to 0.11.0 2019-08-17 13:00:31 +02:00
Bruno Alla
702d96bd8a
Merge pull request #2196 from pydanny/pyup-update-pytest-5.0.1-to-5.1.0
Update pytest to 5.1.0
2019-08-16 13:56:37 +02:00
Bruno Alla
bc13e981c5
Merge pull request #2194 from pydanny/pyup-update-redis-3.3.6-to-3.3.7
Update redis to 3.3.7
2019-08-16 12:10:00 +01:00
browniebroke
cc0ff897b2 Update pytest from 5.0.1 to 5.1.0 2019-08-16 12:00:29 +01:00
browniebroke
081accfafb Update redis from 3.3.6 to 3.3.7 2019-08-14 12:00:29 +01:00
browniebroke
5a8c6c28c6 Update collectfast from 0.6.2 to 1.0.0 2019-08-13 12:00:28 +01:00
browniebroke
406f51ac17 Update redis from 3.3.5 to 3.3.6 2019-08-07 12:00:29 +01:00
browniebroke
0d3fb0509e Update redis from 3.3.4 to 3.3.5 2019-08-03 12:00:29 +01:00
Fábio C. Barrionuevo da Luz
c30e5e7bf9
Merge pull request #2180 from pydanny/pyup-update-djangorestframework-3.10.1-to-3.10.2
Update djangorestframework to 3.10.2
2019-08-01 10:33:02 -03:00
Fábio C. Barrionuevo da Luz
3e88bad6a9
Merge pull request #2186 from pydanny/pyup-update-pytz-2019.1-to-2019.2
Update pytz to 2019.2
2019-08-01 10:32:45 -03:00
Fábio C. Barrionuevo da Luz
ad1635ac05
Merge pull request #2181 from pydanny/pyup-update-coverage-4.5.3-to-4.5.4
Update coverage to 4.5.4
2019-08-01 10:32:17 -03:00
Fábio C. Barrionuevo da Luz
4aabec4c73
Merge pull request #2183 from pydanny/pyup-update-ipdb-0.12.1-to-0.12.2
Update ipdb to 0.12.2
2019-08-01 10:31:36 -03:00
Fábio C. Barrionuevo da Luz
9befa958ec
Merge branch 'master' into pyup-update-redis-3.3.0-to-3.3.4 2019-08-01 10:31:09 -03:00
Fábio C. Barrionuevo da Luz
440aded5e6
Merge pull request #2179 from pydanny/pyup-update-redis-3.3.0-to-3.3.2
Update redis to 3.3.2
2019-08-01 10:30:14 -03:00
browniebroke
b562008a6c Update django from 2.2.3 to 2.2.4 2019-08-01 12:00:33 +01:00
browniebroke
ffbc44a330 Update pytz from 2019.1 to 2019.2 2019-08-01 12:00:30 +01:00
browniebroke
ba05c40cfb Update ipdb from 0.12.1 to 0.12.2 2019-07-31 12:00:32 +01:00
browniebroke
2a373ebeff Update redis from 3.3.0 to 3.3.4 2019-07-31 12:00:29 +01:00
browniebroke
f540784c35 Update coverage from 4.5.3 to 4.5.4 2019-07-30 12:00:36 +01:00