Commit Graph

3302 Commits

Author SHA1 Message Date
Bruno Alla
bb6320efc8
Add context processor for settings variables (#2203)
Add context processor for settings variables
2019-09-11 22:50:53 +01:00
Bruno Alla
a64d75437e
Merge pull request #2222 from pydanny/pyup-update-django-storages-1.7.1-to-1.7.2
Update django-storages to 1.7.2
2019-09-10 13:50:29 +02: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
bcf8ec3e89
Update pytest to 5.1.2 (#2214)
Update pytest to 5.1.2
2019-09-06 00:21:35 +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
Bruno Alla
389025f8f3
Update pytest_cases to 1.11.2 (#2216)
Update pytest_cases to 1.11.2
2019-09-05 18:52:42 +02:00
pyup-bot
fb3d4ff25c Update pytest_cases from 1.11.1 to 1.11.2 2019-09-05 08:35:31 -07:00
Fábio C. Barrionuevo da Luz
d2238e6c77
Merge pull request #2215 from pydanny/pyup-update-djangorestframework-3.10.2-to-3.10.3
Update djangorestframework to 3.10.3
2019-09-05 12:35:21 -03: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
pyup-bot
1c98ff011b Update pytest from 5.1.1 to 5.1.2 2019-09-04 11:05:03 -07:00
Bruno Alla
af4ed7ed7d
Update django-allauth to 0.40.0 (#2208)
Update django-allauth to 0.40.0
2019-09-04 20:04:35 +02:00
Bruno Alla
10803110d6
Update tox to 3.14.0 (#2212)
Update tox to 3.14.0
2019-09-04 20:04:16 +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
pyup-bot
7fd095a926 Update tox from 3.13.2 to 3.14.0 2019-09-03 21:17:42 -07: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
Bruno Alla
383e3ae2f0
Update pytest to 5.1.1 (#2201)
Update pytest to 5.1.1
2019-08-21 16:15:36 +02:00
browniebroke
72b222d52d Update pytest from 5.1.0 to 5.1.1 2019-08-21 13:00:30 +02:00
browniebroke
e82a7d0fb2 Update pytest from 5.1.0 to 5.1.1 2019-08-21 13:00:29 +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
Bruno Alla
817108d3bd
Update sentry-sdk to 0.11.1 (#2199)
Update sentry-sdk to 0.11.1
2019-08-20 14:05:54 +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
Fábio C. Barrionuevo da Luz
87d72b1dca
Merge pull request #2198 from pydanny/pyup-update-sphinx-2.1.2-to-2.2.0
Update sphinx to 2.2.0
2019-08-19 12:52:07 -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
Bruno Alla
43f0cc3b81
Merge pull request #2192 from pydanny/pyup-update-collectfast-0.6.2-to-1.0.0
Update collectfast to 1.0.0
2019-08-16 12:09:39 +01:00
browniebroke
cc0ff897b2 Update pytest from 5.0.1 to 5.1.0 2019-08-16 12:00:29 +01:00
browniebroke
7594b4f030 Update pytest from 5.0.1 to 5.1.0 2019-08-16 12:00:28 +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
Bruno Alla
d56cc3a5dd
Update redis to 3.3.6 (#2190)
Update redis to 3.3.6
2019-08-10 11:58:47 +01:00
browniebroke
406f51ac17 Update redis from 3.3.5 to 3.3.6 2019-08-07 12:00:29 +01:00
Bruno Alla
19eb42a7cf
Update pytest_cases to 1.11.1 (#2188)
Update pytest_cases to 1.11.1
2019-08-03 13:59:00 +01:00