browniebroke
dce02bae70
Update pylint-django from 2.0.12 to 2.0.13
2019-11-24 11:00:31 +00:00
browniebroke
09d95d8ab4
Update django-crispy-forms from 1.8.0 to 1.8.1
2019-11-23 11:00:37 +00:00
browniebroke
b014121810
Update gunicorn from 20.0.0 to 20.0.2
2019-11-23 11:00:33 +00:00
browniebroke
528027f2b0
Update pytest_cases from 1.11.7 to 1.11.8
2019-11-23 11:00:30 +00:00
Bruno Alla
e9df2ddc0c
Merge pull request #2319 from pydanny/pyup-update-django-storages-1.7.2-to-1.8
...
Update django-storages to 1.8
2019-11-21 16:18:22 +00:00
browniebroke
9481a5a390
Update django-storages from 1.7.2 to 1.8
2019-11-21 11:00:34 +00:00
browniebroke
4daf3b9769
Update django-storages from 1.7.2 to 1.8
2019-11-21 11:00:33 +00:00
Bruno Alla
117c7d025b
Using WhiteNoise in development ( #2304 )
...
Using WhiteNoise in development
2019-11-20 18:57:02 +00:00
Bruno Alla
be65ed23e2
Update pytest to 5.3.0 ( #2318 )
...
Update pytest to 5.3.0
2019-11-20 14:41:29 +00:00
browniebroke
cdd9205075
Update pytest from 5.2.4 to 5.3.0
2019-11-20 11:00:35 +00:00
browniebroke
5a7e6671d6
Update pytest from 5.2.4 to 5.3.0
2019-11-20 11:00:33 +00:00
Fábio C. Barrionuevo da Luz
aeab86bab2
Merge pull request #2317 from pydanny/pyup-update-pytest_cases-1.11.5-to-1.11.7
...
Update pytest_cases to 1.11.7
2019-11-18 08:22:34 -03:00
browniebroke
7a6bbcb083
Update pytest_cases from 1.11.5 to 1.11.7
2019-11-18 11:00:42 +00:00
Bruno Alla
0ea3a201bb
Update pytest to 5.2.4 ( #2316 )
...
Update pytest to 5.2.4
2019-11-16 11:39:50 +00:00
browniebroke
526f135e85
Update pytest from 5.2.3 to 5.2.4
2019-11-16 11:00:32 +00:00
browniebroke
44e404845b
Update pytest from 5.2.3 to 5.2.4
2019-11-16 11:00:31 +00:00
Bruno Alla
b0a84e63e3
Update pytest to 5.2.3 ( #2315 )
...
Update pytest to 5.2.3
2019-11-15 12:11:55 +00:00
browniebroke
0bd04dd5b3
Update pytest from 5.2.2 to 5.2.3
2019-11-15 11:00:33 +00:00
browniebroke
7a9f133fc3
Update pytest from 5.2.2 to 5.2.3
2019-11-15 11:00:32 +00:00
Bruno Alla
4d46fc316a
Update tox to 3.14.1 ( #2313 )
...
Update tox to 3.14.1
2019-11-14 09:53:53 +00:00
pyup-bot
ecb2b25994
Update tox from 3.14.0 to 3.14.1
2019-11-13 15:22:52 -08:00
Bruno Alla
71cd0c1780
Use pytest-django --reuse-db for faster tests ( #2312 )
...
Use pytest-django --reuse-db for faster tests
2019-11-13 23:22:43 +00:00
Dani Hodovic
ff0122acd6
Use pytest-django --reuse-db for faster tests
...
Pytest-django allows you to re-use database setups between tests for
quicker test runs. This is especially useful for large projects with many
migrations.
For example, here's a project of mine with 40+ migrations:
with --reuse-db
```
pytest --reuse-db 2.54s user 0.35s system 108% cpu 2.669 total
```
without --reuse-db
```
pytest 7.40s user 0.34s system 50% cpu 15.240 total
```
Caveat: if your model happens to change you need to manually --create-db
to ensure migrations are applied.
https://pytest-django.readthedocs.io/en/latest/database.html#reuse-db-reuse-the-testing-database-between-test-runs
2019-11-13 23:28:38 +01:00
Bruno Alla
9a3391a6eb
Update image in README
...
closes #2282
2019-11-12 14:05:30 +00:00
Bruno Alla
e42dcb7166
Update django-debug-toolbar to 2.1 ( #2310 )
...
Update django-debug-toolbar to 2.1
2019-11-12 14:00:54 +00:00
browniebroke
a38c61369e
Update django-debug-toolbar from 2.0 to 2.1
2019-11-12 11:00:32 +00:00
Bruno Alla
c2daa58fc4
Update pytest-django to 3.7.0 ( #2308 )
...
Update pytest-django to 3.7.0
2019-11-10 22:16:32 +00:00
Bruno Alla
ea37ed5ffd
Merge pull request #2307 from pydanny/pyup-update-sentry-sdk-0.13.1-to-0.13.2
...
Update sentry-sdk to 0.13.2
2019-11-10 22:16:16 +00:00
Bruno Alla
cf9dc172d6
Update gunicorn to 20.0.0 ( #2306 )
...
Update gunicorn to 20.0.0
2019-11-10 22:15:54 +00:00
browniebroke
fd5e9be58b
Update pytest-django from 3.6.0 to 3.7.0
2019-11-09 11:00:37 +00:00
browniebroke
eeda7dfe33
Update sentry-sdk from 0.13.1 to 0.13.2
2019-11-09 11:00:33 +00:00
browniebroke
8a1ec53a74
Update gunicorn from 19.9.0 to 20.0.0
2019-11-09 11:00:30 +00:00
Yuchen Xie
0374f11d09
Using WhiteNoise in development
2019-11-07 21:03:33 +08:00
Bruno Alla
4a0e41ab98
Merge pull request #2302 from pydanny/pyup-update-pytest_cases-1.11.4-to-1.11.5
...
Update pytest_cases to 1.11.5
2019-11-06 15:41:59 +01:00
browniebroke
66c4f630a7
Update pytest_cases from 1.11.4 to 1.11.5
2019-11-06 12:00:34 +01:00
Bruno Alla
0715b64d02
Merge pull request #2300 from pydanny/pyup-update-pylint-django-2.0.11-to-2.0.12
...
Update pylint-django to 2.0.12
2019-11-05 13:33:03 +01:00
browniebroke
9e58bb4e80
Update pylint-django from 2.0.11 to 2.0.12
2019-11-05 12:00:32 +01:00
Bruno Alla
d68db825e2
Add pre-commit for the generated project. ( #2171 ) ( #2295 )
...
Add pre-commit for the generated project. (#2171 )
2019-11-04 13:38:02 +01:00
Bruno Alla
8eaf55408a
Update black to 19.10b0 ( #2294 )
...
Update black to 19.10b0
2019-11-04 13:36:20 +01:00
Bruno Alla
84c4589e87
Update django to 2.2.7 ( #2299 )
...
Update django to 2.2.7
2019-11-04 13:35:08 +01:00
Bruno Alla
cbbbf351d0
Update CONTRIBUTORS.rst
2019-11-04 12:34:43 +00:00
Bruno Alla
3b0cf702b8
Merge pull request #2298 from Gilbishkosma/patch-1
...
Update deployment-with-docker.rst
2019-11-04 13:33:38 +01:00
Bruno Alla
8a7fea1dde
Added more settings to .editorconfig to run isort and have blac… ( #2297 )
...
Added more settings to .editorconfig to run isort and have black comp…
2019-11-04 13:33:03 +01:00
browniebroke
8f74fdb942
Update django from 2.2.6 to 2.2.7
2019-11-04 12:00:33 +01:00
Gilbishkosma
91c6f69a57
Update deployment-with-docker.rst
2019-11-03 19:51:56 +05:30
Bruce Olivier
04f3ae75dc
Added more settings to .editorconfig to run isort and have black compatibility.
2019-11-02 16:55:18 -05:00
leollon
4a194c6966
Add pre-commit for the generated project. ( #2171 )
2019-10-29 22:48:39 +08:00
browniebroke
10e395f65c
Update black from 19.3b0 to 19.10b0
2019-10-29 11:00:32 +00:00
Bruno Alla
e2c291c421
Merge pull request #2292 from pydanny/pyup-update-black-19.3b0-to-19.10b0
...
Update black to 19.10b0
2019-10-29 08:44:01 +00:00
pyup-bot
bb6188d431
Update black from 19.3b0 to 19.10b0
2019-10-28 21:10:07 -05:00