Nicolas Stefani
1f68e370ee
Updated python version to 3.7
2019-09-29 21:07:59 -03:00
Nicolas Stefani
7d0f8606ed
Update python image to 3.7
2019-09-29 09:41:13 -03:00
Fábio C. Barrionuevo da Luz
214c288718
Merge pull request #2237 from pydanny/pyup-update-mypy-0.720-to-0.730
...
Update mypy to 0.730
2019-09-27 10:12:20 -03:00
browniebroke
9e5343dd31
Update mypy from 0.720 to 0.730
2019-09-27 12:00:30 +01:00
Bruno Alla
164e2aa69c
Update pytest to 5.1.3 ( #2233 )
...
Update pytest to 5.1.3
2019-09-25 17:43:31 +01:00
Bruno Alla
f2baa68411
Update whitenoise to 4.1.4 ( #2235 )
...
Update whitenoise to 4.1.4
2019-09-25 17:28:42 +01:00
browniebroke
e924a55d78
Update whitenoise from 4.1.3 to 4.1.4
2019-09-25 12:00:29 +01:00
browniebroke
aa57342794
Update pytest from 5.1.2 to 5.1.3
2019-09-23 12:00:28 +01:00
Bruno Alla
91a16e899b
Merge pull request #2232 from pydanny/pyup-update-pytest-5.1.2-to-5.1.3
...
Update pytest to 5.1.3
2019-09-22 12:29:07 +01:00
pyup-bot
26ecff778e
Update pytest from 5.1.2 to 5.1.3
2019-09-22 00:50:31 -07: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
Bruno Alla
0b0029cc53
Merge pull request #2230 from pydanny/pyup-update-sentry-sdk-0.12.0-to-0.12.2
...
Update sentry-sdk to 0.12.2
2019-09-21 13:06:36 +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
Bruno Alla
42cfd4c740
Merge pull request #2227 from pydanny/pyup-update-sentry-sdk-0.11.2-to-0.12.0
...
Update sentry-sdk to 0.12.0
2019-09-19 15:02:44 +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
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