Commit Graph

2058 Commits

Author SHA1 Message Date
Bruno Alla
75fb13dde4
Merge pull request #3020 from pydanny/pyup-update-pytest-6.2.1-to-6.2.2
Update pytest to 6.2.2
2021-01-26 12:18:29 +00:00
Bruno Alla
8b15f29fa0
Merge pull request #3019 from pydanny/pyup-update-django-cors-headers-3.6.0-to-3.7.0
Update django-cors-headers to 3.7.0
2021-01-26 12:18:13 +00:00
Arnav Choudhury
125f1a8afe Fixing Formatting issues 2021-01-26 10:34:18 +05:30
Arnav Choudhury
d358fc948d Using SuccessMessageMixin to pass the message to django template instead of overriding form_valid 2021-01-26 09:56:24 +05:30
pyup-bot
880cdeb2df Update pytest from 6.2.1 to 6.2.2 2021-01-25 17:42:43 -08:00
pyup-bot
1b7b003f15 Update django-cors-headers from 3.6.0 to 3.7.0 2021-01-25 17:42:39 -08:00
Bruno Alla
d12d01d325 Fix mypy error 2021-01-25 22:13:19 +00:00
Bruno Alla
37e0d6ae04 Add test for the UserAdmin 2021-01-25 21:55:14 +00:00
Bruno Alla
d1409e2fb3 Missing import 2021-01-25 21:08:33 +00:00
Andrew Chen Wang
cbb3cdb2b1
Update admin to ignore *_name User attributes
Fixes #3016
2021-01-25 11:20:34 -05:00
Bruno Alla
c2060bf34a
Add logo to badge 2021-01-24 23:16:45 +00:00
Bruno Alla
8d103f3aec Merge branch 'master' into test 2021-01-24 17:06:43 +00:00
Bruno Alla
d25e5f7de6
Merge pull request #2989 from vascop/patch-1
Sentry Redis integration enabled by default in production.
2021-01-24 16:50:09 +00:00
Bruno Alla
6a4a9ba6ee Merge branch 'master' into defer-js 2021-01-24 15:42:12 +00:00
Bruno Alla
eb6fad5f32 Remove pinning of django-timezone-field
fixes #2950
2021-01-24 15:23:56 +00:00
Bruno Alla
24ebd22c02 Merge branch 'master' into pyup-update-django-celery-beat-2.1.0-to-2.2.0 2021-01-24 15:22:36 +00:00
Bruno Alla
42f33527c5 Refactor test 2021-01-24 15:17:01 +00:00
Bruno Alla
e293d8c00e
Merge pull request #2949 from thorrak/add_test 2021-01-24 15:08:22 +00:00
Bruno Alla
bf2d5370be
Merge pull request #3013 from pydanny/pyup-update-mypy-0.790-to-0.800
Update mypy to 0.800
2021-01-24 14:29:14 +00:00
Bruno Alla
aee2559d4f
Merge pull request #2998 from Andrew-Chen-Wang/patch-6 2021-01-24 14:26:23 +00:00
Bruno Alla
23c7616bd4
Merge pull request #2986 from pydanny/pyup-update-factory-boy-3.1.0-to-3.2.0 2021-01-24 14:25:16 +00:00
Bruno Alla
b7c95f6eed Update factory-boy's .generate to evaluate
Co-Authored-By: Timo Halbesma <timo@halbesma.com>
2021-01-24 14:20:39 +00:00
pyup-bot
4f52366a91 Update mypy from 0.790 to 0.800 2021-01-22 13:28:28 -08:00
Andrew Chen Wang
3cbd840a96
Use self.request.user instead of second query 2021-01-21 19:02:01 -05:00
pyup-bot
3e0c40f5b6 Update django-celery-beat from 2.1.0 to 2.2.0 2021-01-19 20:45:44 -08:00
Fabio C. Barrionuevo da Luz
ea57990b06 Update Heroku runtime to python3.8.7 2021-01-18 19:38:53 -03:00
Fabio C. Barrionuevo da Luz
af1cfc82c6 Fix docker container stop command on github action 2021-01-18 18:05:22 -03:00
Fabio C. Barrionuevo da Luz
1858fc2be8 Revert "Move sentry-sdk requirement to base.txt"
This reverts commit 2d84fe89dd.
2021-01-18 17:58:00 -03:00
Fabio C. Barrionuevo da Luz
2d84fe89dd Move sentry-sdk requirement to base.txt 2021-01-18 16:06:31 -03:00
pyup-bot
a99833e8c6 Update pylint-django from 2.4.1 to 2.4.2 2021-01-10 05:14:01 -08:00
pyup-bot
42f6b1c3a5 Update pylint-django from 2.4.0 to 2.4.1 2021-01-08 02:34:59 -08:00
Bruno Alla
8acb745c18
Merge pull request #3000 from pydanny/pyup-update-sphinx-3.4.2-to-3.4.3
Update sphinx to 3.4.3
2021-01-08 09:34:05 +01:00
Bruno Alla
7041e581ca
Merge pull request #2996 from pydanny/pyup-update-pylint-django-2.3.0-to-2.4.0
Update pylint-django to 2.4.0
2021-01-08 09:32:59 +01:00
pyup-bot
305347e7c7 Update sphinx from 3.4.2 to 3.4.3 2021-01-07 22:04:13 -08:00
Andrew Chen Wang
5809eabb31
Ignore typing override in name removals 2021-01-07 22:39:18 -05:00
Andrew Chen Wang
e83933ae7a
Upgrade Travis to Focal 2021-01-07 22:34:39 -05:00
Andrew Chen Wang
2f416f9057
Remove first_name and last_name from migrations 2021-01-07 22:30:27 -05:00
Andrew Chen Wang
dce3144b39
Omit first_name and last_name in User model 2021-01-07 22:27:50 -05:00
pyup-bot
a395383256 Update pylint-django from 2.3.0 to 2.4.0 2021-01-06 02:17:12 -08:00
Bruno Alla
74a3be24ca
Merge pull request #2987 from pydanny/pyup-update-uvicorn-0.13.2-to-0.13.3
Update uvicorn to 0.13.3
2021-01-04 19:32:47 +01:00
Bruno Alla
51573dd3f4
Merge pull request #2990 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2021-01-04 19:32:25 +01:00
pyup-bot
91b5432286 Update sphinx from 3.4.1 to 3.4.2 2021-01-04 08:45:17 -08:00
pyup-bot
64a1c46cf4 Update pillow from 8.0.1 to 8.1.0 2021-01-02 16:48:49 -08:00
browniebroke
06bd13a191 Auto-update pre-commit hooks 2021-01-01 00:39:49 +00:00
vascop
fcbe4f5f86
Sentry Redis integration enabled by default in production. 2020-12-31 14:02:53 +01:00
pyup-bot
3950f2e504 Update uvicorn from 0.13.2 to 0.13.3 2020-12-29 09:14:44 -08:00
Bruno Alla
4bc7ca0509
Merge pull request #2981 from pydanny/pyup-update-django-storages-1.11-to-1.11.1 2020-12-29 09:42:57 +00:00
pyup-bot
c077028310 Update factory-boy from 3.1.0 to 3.2.0 2020-12-28 02:41:37 -08:00
Bruno Alla
867508bede
Merge pull request #2985 from pydanny/pyup-update-sphinx-3.4.0-to-3.4.1
Update sphinx to 3.4.1
2020-12-26 11:06:36 +00:00
pyup-bot
f3dc0dbc6d Update sphinx from 3.4.0 to 3.4.1 2020-12-24 20:52:31 -08:00
pyup-bot
c122de1068 Update pytz from 2020.4 to 2020.5 2020-12-24 20:52:28 -08:00
pyup-bot
3827d742f3 Update django-storages from 1.11 to 1.11.1 2020-12-23 18:42:46 -08:00
pyup-bot
5061f2a69f Update django-storages from 1.11 to 1.11.1 2020-12-23 18:42:45 -08:00
Bruno Alla
402d8f4cde
Merge pull request #2979 from pydanny/pyup-update-flower-0.9.5-to-0.9.7
Update flower to 0.9.7
2020-12-23 09:50:17 +00:00
Bruno Alla
a4f3128c2a
Merge pull request #2978 from pydanny/pyup-update-sphinx-3.3.1-to-3.4.0
Update sphinx to 3.4.0
2020-12-23 09:47:39 +00:00
Bruno Alla
1b9075a2e9
Merge pull request #2977 from pydanny/pyup-update-coverage-5.3-to-5.3.1
Update coverage to 5.3.1
2020-12-23 09:46:00 +00:00
pyup-bot
6a94860359 Update flower from 0.9.5 to 0.9.7 2020-12-21 10:32:44 -08:00
pyup-bot
0b0d713d4f Update sphinx from 3.3.1 to 3.4.0 2020-12-20 09:49:47 -08:00
pyup-bot
1532af099f Update coverage from 5.3 to 5.3.1 2020-12-20 01:02:43 -08:00
pyup-bot
cf6935b0a2 Update uvicorn from 0.13.1 to 0.13.2 2020-12-20 01:02:40 -08:00
Bruno Alla
202e8d40a9
Merge pull request #2973 from pydanny/pyup-update-django-storages-1.10.1-to-1.11 2020-12-18 09:32:39 +00:00
Bruno Alla
2f2d1545e4
Merge pull request #2971 from pydanny/pyup-update-pytest-6.2.0-to-6.2.1
Update pytest to 6.2.1
2020-12-18 09:31:46 +00:00
pyup-bot
6110904fc2 Update django-storages from 1.10.1 to 1.11 2020-12-16 18:22:57 -08:00
pyup-bot
73c10348e4 Update django-storages from 1.10.1 to 1.11 2020-12-16 18:22:57 -08:00
pyup-bot
2b023d186d Update pytest from 6.2.0 to 6.2.1 2020-12-15 16:27:21 -08:00
browniebroke
1caced19c7 Auto-update pre-commit hooks 2020-12-16 00:27:10 +00:00
Bruno Alla
657ca5a6b9
Merge pull request #2968 from pydanny/pyup-update-pytest-6.1.2-to-6.2.0
Update pytest to 6.2.0
2020-12-14 09:10:34 +00:00
Bruno Alla
4611a74e49
Merge pull request #2967 from pydanny/pyup-update-django-cors-headers-3.5.0-to-3.6.0
Update django-cors-headers to 3.6.0
2020-12-14 09:09:36 +00:00
pyup-bot
0d96660e94 Update pytest from 6.1.2 to 6.2.0 2020-12-13 03:33:02 -08:00
pyup-bot
56a3b3d8a5 Update django-cors-headers from 3.5.0 to 3.6.0 2020-12-13 03:32:59 -08:00
pyup-bot
5d8908673d Update uvicorn from 0.13.0 to 0.13.1 2020-12-12 04:22:50 -08:00
Bruno Alla
7dd63e4ec8
Merge pull request #2962 from pydanny/pyup-update-uvicorn-0.12.3-to-0.13.0
Update uvicorn to 0.13.0
2020-12-10 19:54:42 +00:00
Bruno Alla
6573e63908 Merge branch 'master' into yotamtal-master
# Conflicts:
#	CONTRIBUTORS.rst
2020-12-10 18:59:14 +00:00
pyup-bot
633739d19d Update sentry-sdk from 0.19.4 to 0.19.5 2020-12-10 05:17:51 -08:00
pyup-bot
f727c21d08 Update uvicorn from 0.12.3 to 0.13.0 2020-12-08 08:38:13 -08:00
pyup-bot
a72e597338 Update pre-commit from 2.9.2 to 2.9.3 2020-12-07 17:14:50 -08:00
pyup-bot
9d6f661d40 Update django-debug-toolbar from 3.1.1 to 3.2 2020-12-03 03:59:51 -08:00
pyup-bot
549274d699 Update django-model-utils from 4.0.0 to 4.1.1 2020-12-02 06:09:49 -08:00
Bruno Alla
092416147c Pin django-timezone-field==4.0
refs #2950
2020-12-02 14:02:54 +00:00
Thorrak
ed69df4403 Change test to iterate through messages instead of accessing _queued_messages directly 2020-11-26 11:23:46 -05:00
Thorrak
894dbce645 Add test for users.form_valid
Ensures that the message is added to the request when a form is submitted
2020-11-26 10:17:20 -05:00
Thorrak
d2ec1eca12 Fix typo in message 2020-11-26 10:15:04 -05:00
Bruno Alla
758d872698
Merge pull request #2947 from pydanny/pyup-update-django-extensions-3.0.9-to-3.1.0
Update django-extensions to 3.1.0
2020-11-26 10:45:41 +00:00
Bruno Alla
6bc2fbae01
Merge pull request #2948 from pydanny/pyup-update-pre-commit-2.9.0-to-2.9.2
Update pre-commit to 2.9.2
2020-11-26 10:44:04 +00:00
pyup-bot
f63a434d72 Update pre-commit from 2.9.0 to 2.9.2 2020-11-25 20:33:51 -08:00
pyup-bot
c33d0f278c Update django-extensions from 3.0.9 to 3.1.0 2020-11-25 15:33:56 -08:00
pyup-bot
4e97836109 Update django-allauth from 0.43.0 to 0.44.0 2020-11-25 11:27:41 -08:00
Bruno Alla
bb35efe91f
Merge pull request #2943 from pydanny/pyup-update-uvicorn-0.12.2-to-0.12.3
Update uvicorn to 0.12.3
2020-11-23 14:13:29 +00:00
pyup-bot
90d71f424d Update uvicorn from 0.12.2 to 0.12.3 2020-11-22 02:00:45 -08:00
pyup-bot
132a6f0be2 Update pre-commit from 2.8.2 to 2.9.0 2020-11-21 15:37:47 -08:00
Bruno Alla
b392dff326
Merge pull request #2939 from eqqe/master 2020-11-21 11:49:19 +00:00
Bruno Alla
f02c57bf3e Remove wsproto 2020-11-21 11:44:46 +00:00
Simon Rey
88f6150c5d
Fix after uvicorn 0.12.0 - Ship extra dependencies
Uvicorn no longer ships extra dependencies uvloop, websockets and httptools as default. To install these dependencies use uvicorn[standard].
cf https://github.com/encode/uvicorn/blob/master/CHANGELOG.md
2020-11-19 20:16:56 +01:00
pyup-bot
a02aba44e7 Update sentry-sdk from 0.19.3 to 0.19.4 2020-11-19 10:39:39 -08:00
pyup-bot
e649b76ec9 Update django-crispy-forms from 1.9.2 to 1.10.0 2020-11-18 13:53:32 -08:00
Andrew Chen Wang
1fa5d79813
Add "defer" for inline Javascript
* Also utilize ECMAScript 6, 2015 syntax
2020-11-14 10:27:14 -05:00
Bruno Alla
4b25e77297
Merge pull request #2932 from umgelurgel/jm/upgrade-factory-boy-to-3.1
Upgrade factory-boy to 3.1.0
2020-11-13 09:59:43 +00:00
Bruno Alla
ca2628fe09
Merge pull request #2933 from pydanny/pyup-update-sentry-sdk-0.19.2-to-0.19.3
Update sentry-sdk to 0.19.3
2020-11-13 09:58:23 +00:00
pyup-bot
eca1f45564 Update sphinx from 3.3.0 to 3.3.1 2020-11-12 13:10:45 -08:00
pyup-bot
aaaa26494a Update sentry-sdk from 0.19.2 to 0.19.3 2020-11-12 13:10:42 -08:00