Commit Graph

3460 Commits

Author SHA1 Message Date
browniebroke
cbd3a59d4b Update django from 2.2.2 to 2.2.3 2019-07-01 13:00:29 +02:00
Bruno Alla
2156183658
Merge pull request #2137 from pydanny/pyup-update-pytest-4.6.3-to-5.0.0
Update pytest to 5.0.0
2019-06-30 17:42:33 +02:00
pyup-bot
dff4693869 Update pytest from 4.6.3 to 5.0.0 2019-06-30 07:07:30 -07:00
Bruno Alla
d3483afa18
Merge pull request #2136 from pydanny/pyup-update-pytest-django-3.5.0-to-3.5.1
Update pytest-django to 3.5.1
2019-06-30 15:08:07 +02:00
browniebroke
7be0c231b7 Update pytest-django from 3.5.0 to 3.5.1 2019-06-30 13:00:29 +02:00
Bruno Alla
8af46fc7c1
Merge pull request #2133 from pydanny/pyup-update-pytest_cases-1.9.2-to-1.9.3
Update pytest_cases to 1.9.3
2019-06-29 15:03:49 +02:00
Bruno Alla
228474ac6d
Merge pull request #2135 from pydanny/pyup-update-sentry-sdk-0.9.2-to-0.9.5
Update sentry-sdk to 0.9.5
2019-06-29 15:03:05 +02:00
browniebroke
46f4567b95 Update sentry-sdk from 0.9.2 to 0.9.5 2019-06-29 12:00:32 +01:00
browniebroke
48cfa4e5ea Update pytest_cases from 1.9.2 to 1.9.3 2019-06-28 12:00:29 +01:00
Bruno Alla
692ee59994
Update pytest_cases to 1.9.2 (#2132)
Update pytest_cases to 1.9.2
2019-06-26 14:24:40 +01:00
Bruno Alla
eea286466b
Update tox to 3.13.1 (#2131)
Update tox to 3.13.1
2019-06-26 14:24:17 +01:00
browniebroke
64169d0a35 Update pytest_cases from 1.9.1 to 1.9.2 2019-06-26 12:00:29 +01:00
pyup-bot
541b2f2fc0 Update tox from 3.12.1 to 3.13.1 2019-06-26 03:46:17 -07:00
Bruno Alla
fff7ce8ec6
Update pytest_cases to 1.9.1 (#2130)
Update pytest_cases to 1.9.1
2019-06-25 15:08:52 +01:00
Bruno Alla
45fca09458
Update mypy to 0.711 (#2129)
Update mypy to 0.711
2019-06-25 15:08:24 +01:00
pyup-bot
784075e4d4 Update pytest_cases from 1.9.0 to 1.9.1 2019-06-25 04:28:27 -07:00
Bruno Alla
f452e5af07
Update django-model-utils to 3.2.0 (#2128)
Update django-model-utils to 3.2.0
2019-06-25 12:28:18 +01:00
browniebroke
2f95bedc13 Update mypy from 0.710 to 0.711 2019-06-25 12:00:34 +01:00
browniebroke
e1c9f57624 Update django-model-utils from 3.1.2 to 3.2.0 2019-06-25 12:00:31 +01:00
Bruno Alla
1dbcbc8fb3
Update sentry-sdk to 0.9.2 (#2126)
Update sentry-sdk to 0.9.2
2019-06-24 13:20:21 +01:00
browniebroke
6b45fd08e6 Update sentry-sdk from 0.9.1 to 0.9.2 2019-06-24 12:00:28 +01:00
Bruno Alla
64ef6e835c
Update sentry-sdk to 0.9.1 (#2124)
Update sentry-sdk to 0.9.1
2019-06-22 12:28:26 +01:00
Bruno Alla
2fc4e81a0c
Remove redundant template debug setting (#2122)
Remove redundant template debug setting
2019-06-22 12:27:56 +01:00
browniebroke
7b9ed36fac Update sentry-sdk from 0.9.0 to 0.9.1 2019-06-22 12:00:28 +01:00
Bruno Alla
4a106f02a0
Update django-debug-toolbar to 2.0 (#2121)
Update django-debug-toolbar to 2.0
2019-06-20 17:10:55 +01:00
Dani Hodovic
87a8acbae2
Remove redundant template debug setting
> 'debug': a boolean that turns on/off template debug mode. If it is
> True, the fancy error page will display a detailed report for any
> exception raised during template rendering. This report contains the
> relevant snippet of the template with the appropriate line highlighted.

> It defaults to the value of the DEBUG setting.

https://docs.djangoproject.com/en/2.2/topics/templates/#module-django.template.backends.django

I could be wrong about this, but it seems like setting the template
DEBUG setting is redundant, since it should follow whatever the DEBUG
variable is set to.
2019-06-20 23:41:31 +08:00
Bruno Alla
46247faa18
Update mypy to 0.710 (#2120)
Update mypy to 0.710
2019-06-20 15:30:17 +01:00
Bruno Alla
0f45e3e5a0
Update sphinx to 2.1.2 (#2119)
Update sphinx to 2.1.2
2019-06-20 15:29:39 +01:00
browniebroke
81fd240b6c Update django-debug-toolbar from 1.11 to 2.0 2019-06-20 12:00:37 +01:00
browniebroke
cba392bf95 Update mypy from 0.701 to 0.710 2019-06-20 12:00:34 +01:00
browniebroke
b3e7e5045a Update sphinx from 2.1.1 to 2.1.2 2019-06-20 12:00:29 +01:00
Bruno Alla
dbe49fd5b7
Sort contributors (#2117)
Sort contributors
2019-06-19 15:39:50 +01:00
Tim Claessens
fe49871dc8 Fix link 2019-06-19 14:24:46 +02:00
Tim Claessens
07f9256a8b Sorting the links 2019-06-19 14:24:31 +02:00
Tim Claessens
b1135ccb25 Sorting the names (firstname, lastname) 2019-06-19 14:23:51 +02:00
Bruno Alla
f49eac048c
Fix removal carriage returns in docker scripts (#2116)
Fix removal carriage returns in docker scripts
2019-06-19 10:18:50 +01:00
Tim Claessens
13868c42c8 Add name to contributors 2019-06-19 09:46:24 +02:00
Tim Claessens
9b48f922ed Remove all end-of-line carriage returns and not just the first occurrence 2019-06-19 09:46:10 +02:00
Bruno Alla
493811bd2e Merge branch 'tests/bare-metal' 2019-06-18 22:01:32 +01:00
Bruno Alla
aaf5d8d8f5 Run tests on bare metal
Install with Celery and compressor as it requires compilation

closes #1677
2019-06-18 21:02:37 +01:00
Bruno Alla
dd32fb2c13 Tweak formatting in docs 2019-06-18 20:50:17 +01:00
Bruno Alla
158ab68c22
Update pytest_cases to 1.9.0 (#2115)
Update pytest_cases to 1.9.0
2019-06-17 18:06:04 +01:00
pyup-bot
7166b92bf0 Update pytest_cases from 1.7.0 to 1.9.0 2019-06-17 11:03:35 -04:00
Bruno Alla
d2f3891fe1 Rename py.test to pytest in PyCharm config 2019-06-15 11:48:50 +01:00
Bruno Alla
a321a5833d Cleanup trailing spaces 2019-06-15 11:48:26 +01:00
Bruno Alla
f3b85708c3
Sort contributors list 2019-06-15 11:31:13 +01:00
Bruno Alla
8c71ba0c86
Added DATABASE_URL & CELERY_BROKER_URL (when selected) to the django … (#2098)
Added DATABASE_URL & CELERY_BROKER_URL (when selected) to the django …
2019-06-15 11:23:28 +01:00
Bruno Alla
bc69cbebb5
Update pytest-xdist to 1.29.0 (#2112)
Update pytest-xdist to 1.29.0
2019-06-14 23:24:24 +01:00
Bruno Alla
9debfc917d
Merge pull request #2107 from pydanny/pyup-update-pytest_cases-1.6.3-to-1.7.0
Update pytest_cases to 1.7.0
2019-06-14 23:22:35 +01:00
Bruno Alla
e409187a83
Merge pull request #2108 from pydanny/pyup-update-psycopg2-binary-2.8.2-to-2.8.3
Update psycopg2-binary to 2.8.3
2019-06-14 23:19:16 +01:00