Commit Graph

1400 Commits

Author SHA1 Message Date
browniebroke
3c177776d8 Update django-debug-toolbar from 2.1 to 2.2 2020-02-01 11:00:33 +00:00
Bruno Alla
1f35086fe5 Downgrade Redis to 3.3.11 as Kombu is incompatible with 3.4.0
Fixes #2425
2020-01-31 17:15:37 +00:00
Bruno Alla
3598b33999
Update redis to 3.4.0 (#2423)
Update redis to 3.4.0
2020-01-31 11:33:54 +00:00
Bruno Alla
27b6a3bd4f
Update pre-commit to 2.0.1 (#2422)
Update pre-commit to 2.0.1
2020-01-31 11:01:11 +00:00
browniebroke
dec1abb3d0 Update redis from 3.3.11 to 3.4.0 2020-01-31 11:00:30 +00:00
browniebroke
d292590ceb Update pre-commit from 2.0.0 to 2.0.1 2020-01-30 11:00:35 +00:00
browniebroke
1305ddaa6a Update pytest from 5.3.4 to 5.3.5 2020-01-30 11:00:31 +00:00
browniebroke
abdbe387a0 Update pre-commit from 1.21.0 to 2.0.0 2020-01-29 11:00:34 +00:00
Bruno Alla
2fb40f3f8c
Option for DRF with extra fixes (#2410)
Option for DRF with extra fixes
2020-01-28 10:27:26 +00:00
Dani Hodovic
54a38bfb43 Allow rendering custom widgets from root templates dir (#2356)
* Allow rendering custom widgets from root templates dir

Rendering custom widgets from the projects root template directory
doesn't work out of the box.

See: https://stackoverflow.com/questions/45844032/django-templatedoesnotexist-in-case-of-a-custom-widget/46208414#46-208414

This changes the setting to use the same template finding logic that the
TEMPLATES setting uses.

* update APP_DIRS=True

* fixup! update APP_DIRS=True
2020-01-28 09:55:09 +00:00
browniebroke
9734582a88 Update werkzeug from 0.16.0 to 0.16.1 2020-01-27 11:00:31 +00:00
Bruno Alla
3d58ffd4e7 Merge branch 'master' into drf-option-with-tests 2020-01-24 17:23:07 +00:00
Bruno Alla
ea7186f4ce
Fixed the redis-py project URL (#2412)
Fixed the redis-py project URL
2020-01-24 14:24:54 +00:00
Michael Samoylov
884e80fc52
Fixed the redis-py project URL
Previously it was pointing to the Redis project repository.
2020-01-24 13:59:36 +02:00
browniebroke
2b34e27013 Update django-coverage-plugin from 1.7.0 to 1.8.0 2020-01-24 11:00:30 +00:00
Bruno Alla
00772d7141 Merge remote-tracking branch 'origin/master' into update-doc 2020-01-23 18:38:26 +00:00
Bruno Alla
fa9a8cfe7b Fix code formatting 2020-01-23 18:10:30 +00:00
Bruno Alla
c31586488c
Merge pull request #2406 from BoPeng/master
Honor passed password for UserFactory
2020-01-23 18:09:24 +00:00
Bruno Alla
fd43059e28 Update formatting 2020-01-23 17:52:17 +00:00
Bruno Alla
949d8b684c Merge branch 'master' into drf-option-with-tests
# Conflicts:
#	hooks/post_gen_project.py
2020-01-23 14:41:42 +00:00
browniebroke
9bf6ee16b2 Update sentry-sdk from 0.14.0 to 0.14.1 2020-01-22 11:00:32 +00:00
browniebroke
8ceaa3e1c7 Update pytest from 5.3.3 to 5.3.4 2020-01-21 11:00:34 +00:00
Bo Peng
3f6562c7fe
Honor passed password for UserFactory 2020-01-19 16:21:27 -06:00
Bruno Alla
29bc74e752
Update django-coverage-plugin to 1.7.0 (#2403)
Update django-coverage-plugin to 1.7.0
2020-01-18 16:23:14 +00:00
browniebroke
a69bf2e778 Update pytest from 5.3.1 to 5.3.3 2020-01-18 11:00:34 +00:00
Bruno Alla
75d8bdbcae
Merge branch 'master' into pyup-update-django-coverage-plugin-1.6.0-to-1.7.0 2020-01-17 12:19:24 +00:00
browniebroke
70f43c7716 Update django-coverage-plugin from 1.6.0 to 1.7.0 2020-01-17 11:00:40 +00:00
browniebroke
c02587300e Update django-extensions from 2.2.5 to 2.2.6 2020-01-17 11:00:36 +00:00
howiezhao
2f9d693980
style: formatting code 2020-01-16 11:31:37 +08:00
Bo
1609d4410e
Fix loaders option in test environment as well 2020-01-14 21:19:44 -06:00
Bo
15fc92ace1
Assuming DTL to be the last instead of first template engine 2020-01-14 08:50:38 -06:00
Bruno Alla
ca90ac1c93
Update pytest-django to 3.8.0 (#2399)
Update pytest-django to 3.8.0
2020-01-14 12:30:54 +00:00
browniebroke
82c483bad5 Update pytest-django from 3.7.0 to 3.8.0 2020-01-14 11:00:37 +00:00
browniebroke
6d4128b487 Update django-stubs from 1.3.1 to 1.4.0 2020-01-14 11:00:32 +00:00
Bruno Alla
320e770bb8
Add option to choose CI tool (#2350)
Add option to choose CI tool
2020-01-13 17:50:34 +00:00
Bruno Alla
5cfed14b47
Fix failing mypy tests in users app with django-stubs (#2395) (#2396)
Fix failing mypy tests in users app with django-stubs (#2395)
2020-01-13 12:38:50 +00:00
browniebroke
9d1d5e47ff Update coverage from 5.0.2 to 5.0.3 2020-01-13 11:00:33 +00:00
Daniel Hillier
0872982245 Fix failing mypy tests in users app with django-stubs (#2395)
Adds django-stubs as a requirement for local virtualenv. This is
required now that the User Model type is being resolved properly.
2020-01-13 01:57:20 +11:00
Bruno Alla
a0ad9b82b4
Replaced Docker python:3.7-alpine image with python:3.7-slim-bu… (#2391)
Replaced Docker python:3.7-alpine image with python:3.7-slim-buster
2020-01-11 16:46:09 +00:00
Bruno Alla
e4cd386487 Merge branch 'align-psycopg2-versions' 2020-01-11 16:22:38 +00:00
Bruno Alla
9bd9891541 Align psycopg2 versions 2020-01-11 16:10:14 +00:00
Bruno Alla
1858bf4353
Add django.middleware.common.BrokenLinkEmailsMiddleware (#2355)
Add django.middleware.common.BrokenLinkEmailsMiddleware
2020-01-11 15:48:12 +00:00
Bruno Alla
5d0b0a7fe3
Upgrade to Traefik v2 (#2338)
Upgrade to Traefik v2
2020-01-11 14:18:30 +00:00
Bruno Alla
8f966e86df
Add Debian 10 (buster) OS dependencies (#2378)
Add Debian 10 (buster) OS dependencies
2020-01-11 13:48:06 +00:00
Bruno Alla
ba283853d1
Update sentry-sdk to 0.14.0 (#2392)
Update sentry-sdk to 0.14.0
2020-01-11 13:47:37 +00:00
Bruno Alla
22645cfa75
Update pre-commit to 1.21.0 (#2387)
Update pre-commit to 1.21.0
2020-01-11 13:47:23 +00:00
Bruno Alla
8d4b2bbe87
Update sphinx to 2.3.1 (#2380)
Update sphinx to 2.3.1
2020-01-11 13:46:54 +00:00
Bruno Alla
10a10a9c2f
Bumped runtime for heroku. (#2389)
Bumped runtime for heroku.
2020-01-11 13:42:41 +00:00
Bruno Alla
291c6cfb13
Update coverage to 5.0.2 (#2388)
Update coverage to 5.0.2
2020-01-11 13:41:24 +00:00
Bruno Alla
4a2f538e48
Update pillow to 7.0.0 (#2386)
Update pillow to 7.0.0
2020-01-11 13:41:10 +00:00