Bruno Alla
03f54fa276
Merge pull request #3070 from arnav13081994/make_tests_dryer
2021-03-05 09:09:21 +00:00
Arnav Choudhury
1371d6a3e6
Reverting the use of get_absolute_url method in getting the detail view url. Purpose was to test if the url could be created correctly and not if the view was working correctly.
2021-03-04 19:34:58 +05:30
pyup-bot
d47052388f
Update ipdb from 0.13.4 to 0.13.5
2021-03-02 17:00:27 -08:00
Bruno Alla
d999846ca2
Fix Github CI with Docker
2021-03-02 20:11:15 +00:00
Bruno Alla
c3ee08fbb2
Tweak formatting of workflow file
2021-03-02 20:03:27 +00:00
Bruno Alla
c1ec7e3cd1
Add necessary services for GH actions without Docker
2021-03-02 20:03:14 +00:00
Bruno Alla
9793511266
Support both master and main branches
2021-03-02 19:48:26 +00:00
Bruno Alla
003a8c8c5e
Merge pull request #3075 from pydanny/pyup-update-pillow-8.1.0-to-8.1.1
...
Update pillow to 8.1.1
2021-03-02 09:12:24 +00:00
pyup-bot
51b92b935f
Update pillow from 8.1.0 to 8.1.1
2021-03-01 21:07:12 -08:00
pyup-bot
691229b979
Update coverage from 5.4 to 5.5
2021-03-01 12:00:56 -08:00
Arnav Choudhury
fa0b278225
Updated test_urls and views to re-use User.get_absolute_url method instead of using reverse on the user:detail view
2021-02-26 12:04:48 +05:30
Arnav Choudhury
2345c2c92d
Update {{cookiecutter.project_slug}}/compose/production/django/Dockerfile
...
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2021-02-24 16:26:58 +05:30
Arnav Choudhury
15453df824
Updated the local and production dockerfiles with more repeatability and easier to update in mind.
2021-02-24 10:58:28 +05:30
Bruno Alla
483b636fcb
Only indent with spaces in django Dockerfile
2021-02-23 20:36:52 +00:00
Bruno Alla
ff98d8f517
Remove --use-feature=2020-resolver in pip commands
...
They are now the default and cause a warning:
WARNING: --use-feature=2020-resolver no longer has any effect, since it is now the default dependency resolver in pip. This will become an error in pip 21.0.
2021-02-23 20:34:41 +00:00
Bruno Alla
25000e1015
Merge branch 'master' into django-multi
2021-02-23 20:09:58 +00:00
Bruno Alla
4e96b64261
Merge branch 'master' into fix_django_31
...
# Conflicts:
# {{cookiecutter.project_slug}}/requirements/base.txt
2021-02-23 19:10:52 +00:00
Bruno Alla
e4ce5c5f2a
Merge pull request #3066 from arnav13081994/update_cicd
2021-02-23 19:07:47 +00:00
Arnav Choudhury
c988a6fbdc
Removed the step for installing dependencies
2021-02-23 19:20:17 +05:30
Bruno Alla
ddc102d0f1
Merge pull request #2992 from Andrew-Chen-Wang/patch-3
...
Use exception var in status code pages if available
2021-02-23 08:43:33 +00:00
Arnav Choudhury
db636c8e36
Updated tests with the updated github stage names.
2021-02-23 11:11:03 +05:30
Arnav Choudhury
a4f1acf17e
Updated the github action to run all pre-commit hooks on all files in the linter stage so that there is only 1 place that is used to maange all code quality tools.
2021-02-23 10:59:30 +05:30
Andrew Chen Wang
1aa4c31b87
Change confusing CSRF 403 message
...
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2021-02-22 15:45:05 -05:00
Bruno Alla
4acba3dddd
Merge pull request #2865 from lcd1232/patch-1
2021-02-22 20:26:05 +00:00
Bruno Alla
d4bc89bcbe
Merge pull request #3055 from Andrew-Chen-Wang/patch-6
2021-02-22 20:18:54 +00:00
Bruno Alla
34ad90bdd8
Merge pull request #3064 from danihodovic/remove-default-cache
...
refactor: remove default cache settings in test.py
2021-02-22 20:04:04 +00:00
Bruno Alla
43544c5fb2
Merge pull request #3060 from pydanny/pyup-update-django-3.0.12-to-3.0.13
...
Update django to 3.0.13
2021-02-22 19:45:16 +00:00
Bruno Alla
139c9f1681
Merge pull request #3063 from pydanny/pyup-update-django-crispy-forms-1.11.0-to-1.11.1
...
Update django-crispy-forms to 1.11.1
2021-02-22 19:43:06 +00:00
Bruno Alla
9b05759044
Merge pull request #3062 from pydanny/pyup-update-uvicorn-0.13.3-to-0.13.4
...
Update uvicorn to 0.13.4
2021-02-22 19:42:42 +00:00
Bruno Alla
28887cdf2b
Merge pull request #3061 from pydanny/pyup-update-mypy-0.800-to-0.812
...
Update mypy to 0.812
2021-02-22 19:42:14 +00:00
Bruno Alla
57574a2bb4
Merge pull request #3059 from pydanny/pyup-update-sentry-sdk-0.20.2-to-0.20.3
...
Update sentry-sdk to 0.20.3
2021-02-22 19:41:44 +00:00
Dani Hodovic
977e033352
refactor: remove default cache settings in test.py
...
It's LocMemCache by default, there is no need to specify this in test.py
```python
django.core.cache.backends.locmem.LocMemCache
```
https://docs.djangoproject.com/en/dev/ref/settings/#caches
2021-02-21 19:25:32 +02:00
Areski Belaid
26540f4cc9
Merge branch 'master' into fix_django_31
2021-02-21 17:56:24 +01:00
areski
86f79e08b2
Update Django to 3.1.7
2021-02-21 17:55:05 +01:00
pyup-bot
f97513d0ca
Update django-crispy-forms from 1.11.0 to 1.11.1
2021-02-21 06:12:17 -08:00
pyup-bot
bf4d502941
Update uvicorn from 0.13.3 to 0.13.4
2021-02-21 06:12:15 -08:00
pyup-bot
5d138cc0f5
Update mypy from 0.800 to 0.812
2021-02-20 08:00:22 -08:00
pyup-bot
d67dbf9d36
Update django from 3.0.12 to 3.0.13
2021-02-20 00:58:50 -08:00
pyup-bot
81812fd8c2
Update sentry-sdk from 0.20.2 to 0.20.3
2021-02-19 06:29:09 -08:00
pyup-bot
119a4d0660
Update sphinx from 3.5.0 to 3.5.1
2021-02-16 18:21:04 -08:00
Andrew Chen Wang
8aeee881bb
Remove email from User API Test
2021-02-16 18:35:47 -05:00
Andrew Chen Wang
17499a12c9
Remove email from User API
2021-02-16 18:33:27 -05:00
Bruno Alla
0d5e9132f7
Merge pull request #3054 from pydanny/pyup-update-sentry-sdk-0.20.1-to-0.20.2
...
Update sentry-sdk to 0.20.2
2021-02-16 15:33:55 +00:00
pyup-bot
3795bc04d0
Update sentry-sdk from 0.20.1 to 0.20.2
2021-02-16 06:27:45 -08:00
pyup-bot
583f8c6688
Update sphinx from 3.4.3 to 3.5.0
2021-02-14 15:08:48 -08:00
pyup-bot
179ba90299
Update sentry-sdk from 0.20.0 to 0.20.1
2021-02-13 00:19:41 -08:00
Bruno Alla
8559dad889
Merge pull request #3045 from pydanny/pyup-update-pre-commit-2.10.0-to-2.10.1
...
Update pre-commit to 2.10.1
2021-02-12 13:42:46 +00:00
pyup-bot
ae151f04a2
Update sentry-sdk from 0.19.5 to 0.20.0
2021-02-11 23:54:12 -08:00
pyup-bot
073625445b
Update django-extensions from 3.1.0 to 3.1.1
2021-02-08 07:23:24 -08:00
pyup-bot
416e052de2
Update pre-commit from 2.10.0 to 2.10.1
2021-02-06 20:36:09 -08:00
Bruno Alla
e5bc9af44c
Merge pull request #3041 from arnav13081994/update_test_case
2021-02-06 17:07:00 +00:00
Bruno Alla
131b3ca75b
Merge pull request #3029 from arnav13081994/update_forms
2021-02-06 17:00:46 +00:00
Arnav Choudhury
352232f617
Fixed Formatting Issues.
2021-02-05 09:55:30 +05:30
Arnav Choudhury
47768d495f
Refactored test_views to test only the required characteristics of the UserCreationForm.
2021-02-05 09:47:06 +05:30
Arnav Choudhury
4a48b1725e
Merge branch 'master' of github.com:pydanny/cookiecutter-django into update_forms
2021-02-05 09:33:07 +05:30
areski
39033fa8ab
Fix pyup for Django 3.1
2021-02-04 19:09:09 +01:00
areski
002b3eaf41
Update Django 3.0.11 to 3.1.6
2021-02-04 16:52:45 +01:00
Arnav Choudhury
3cf7e74a77
Removed unused Http404 import.
2021-02-04 15:54:26 +05:30
Arnav Choudhury
fc8e2ea8a2
Removed unnecessary test for username case sensitivity since django usernames are case sensitive by default. Also made the redirecting to the login url more dynamic by fetching the defined login_url from settings
2021-02-04 15:28:08 +05:30
Arnav Choudhury
08334ba979
Fixed the Middleware deprecation warnings by creating a dummy response function.
2021-02-02 13:19:27 +05:30
pyup-bot
c575092016
Update django from 3.0.11 to 3.0.12
2021-02-01 18:38:12 -08:00
pyup-bot
d442074ce3
Update pytz from 2020.5 to 2021.1
2021-02-01 01:49:28 -08:00
pyup-bot
ba97025971
Update django-crispy-forms from 1.10.0 to 1.11.0
2021-01-31 05:43:22 -08:00
Arnav Choudhury
e8996ef281
Updated the test_clean_username test to also test for the custom validation message raised in case username already exists in the db
2021-01-30 11:41:16 +05:30
Arnav Choudhury
0a241a8f75
Updated test_forms.py to not check whether UserCreationForm has a clean_username() method
2021-01-29 22:16:11 +05:30
Arnav Choudhury
e0cf956fe2
Refactored users.forms to make the code more readeable
2021-01-29 17:55:10 +05:30
Bruno Alla
a463c185f0
Merge pull request #3028 from pydanny/pyup-update-pre-commit-2.9.3-to-2.10.0
...
Update pre-commit to 2.10.0
2021-01-28 17:44:33 +00:00
pyup-bot
e546500bd0
Update pre-commit from 2.9.3 to 2.10.0
2021-01-28 09:24:44 -08:00
pyup-bot
f12fdbafaf
Update django-anymail from 8.1 to 8.2
2021-01-28 09:24:41 -08:00
pyup-bot
b2613405b0
Update django-anymail from 8.1 to 8.2
2021-01-28 09:24:40 -08:00
pyup-bot
0059a87a85
Update django-anymail from 8.1 to 8.2
2021-01-28 09:24:39 -08:00
pyup-bot
f4a5b106a7
Update django-anymail from 8.1 to 8.2
2021-01-28 09:24:38 -08:00
pyup-bot
dceee9bb5c
Update django-anymail from 8.1 to 8.2
2021-01-28 09:24:37 -08:00
pyup-bot
70adb22529
Update django-anymail from 8.1 to 8.2
2021-01-28 09:24:36 -08:00
pyup-bot
346c91c761
Update django-anymail from 8.1 to 8.2
2021-01-28 09:24:35 -08:00
pyup-bot
f9b0b5a422
Update django-anymail from 8.1 to 8.2
2021-01-28 09:24:35 -08:00
pyup-bot
7bfac19625
Update django-anymail from 8.1 to 8.2
2021-01-28 09:24:34 -08:00
Bruno Alla
9969f8fa0d
Handle error if node hasn't started yet
2021-01-28 09:19:14 +00:00
pyup-bot
d5d42b1797
Update coverage from 5.3.1 to 5.4
2021-01-26 10:51:06 -08:00
Bruno Alla
d62ad403a4
Merge pull request #3018 from Andrew-Chen-Wang/patch-6
2021-01-26 18:51:00 +00:00
areski
a1d551d067
Update from Python3.8 to Python3.9
2021-01-26 16:13:27 +01:00
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
26a424e09c
Merge branch 'master' into patch-1
2021-01-24 21:49:00 +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
Andrew Chen Wang
ac0af4c178
Use exception var in 404.html if available
2021-01-01 22:44:02 -05:00
Andrew Chen Wang
3a1e94f41c
Use exception var in 403.html if available
2021-01-01 22:40:30 -05: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
umgelurgel
9f3117c615
Upgrade factory-boy to 3.1.0
2020-11-12 18:53:29 +01:00
pyup-bot
3750aff394
Update djangorestframework from 3.12.1 to 3.12.2
2020-11-05 17:50:07 -08:00
Andrew Chen Wang
72da0bfa9c
Fix docs service and add RTD support ( #2920 )
...
Co-authored-by: Andrew-Chen-Wang <Andrew-Chen-Wang@users.noreply.github.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2020-11-04 17:17:02 +00:00
Andrew-Chen-Wang
607c9676f5
Use defer for script tags ( Fix #2922 )
...
* This way, scripts from external URLs are loaded asynchronously. By putting it at the top of the file, the browser parses it first, downloads it while continuing to parse the HTML, and then executes on parsing finish
* Additionally, developers will not need to use $(window).ready() or the like in their files anymore.
* Added inline_javascript tag in case anyone wants to use the bottom of the HTML page to execute some Javascript. Using defer here has no effect as inline scripts defer by default
Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com>
2020-11-04 11:54:21 -05:00
Bruno Alla
4e7c86fe51
Merge pull request #2908 from pydanny/update/pre-commit-autoupdate
...
Auto-update pre-commit hooks
2020-11-04 09:42:11 +00:00
github-actions[bot]
63ea6bca76
Auto-update pre-commit hooks
2020-11-04 00:19:56 +00:00
Bruno Alla
9e9228d5f9
Merge remote-tracking branch 'origin/pyup-update-django-stubs-1.6.0-to-1.7.0' into update/mypy-stubs
...
# Conflicts:
# {{cookiecutter.project_slug}}/requirements/local.txt
2020-11-03 23:39:09 +00:00
Bruno Alla
a68b987f74
Merge remote-tracking branch 'origin/pyup-update-mypy-0.782-to-0.790' into update/mypy-stubs
2020-11-03 23:38:46 +00:00
Bruno Alla
5f913c0018
Merge pull request #2926 from pydanny/pyup-update-sentry-sdk-0.19.1-to-0.19.2
...
Update sentry-sdk to 0.19.2
2020-11-03 23:34:22 +00:00
Bruno Alla
f20a49cfb0
Merge pull request #2925 from pydanny/pyup-update-sphinx-3.2.1-to-3.3.0
...
Update sphinx to 3.3.0
2020-11-03 23:34:06 +00:00
Bruno Alla
574aa1fee2
Merge pull request #2924 from pydanny/pyup-update-django-3.0.10-to-3.0.11
...
Update django to 3.0.11
2020-11-03 23:33:45 +00:00
Bruno Alla
923d81061b
Merge pull request #2923 from pydanny/pyup-update-pytz-2020.1-to-2020.4
...
Update pytz to 2020.4
2020-11-03 23:33:34 +00:00
Bruno Alla
e33476082c
Merge pull request #2919 from pydanny/pyup-update-pre-commit-2.7.1-to-2.8.2
...
Update pre-commit to 2.8.2
2020-11-03 23:33:26 +00:00
Bruno Alla
a22eb3eabd
Merge pull request #2917 from pydanny/pyup-update-pytest-6.1.1-to-6.1.2
2020-11-03 23:32:57 +00:00
Bruno Alla
0dad87553a
Merge pull request #2911 from pydanny/pyup-update-pytest-django-4.0.0-to-4.1.0
...
Update pytest-django to 4.1.0
2020-11-03 23:32:29 +00:00
Bruno Alla
6f3940b9c7
Merge pull request #2910 from pydanny/pyup-update-pillow-8.0.0-to-8.0.1
...
Update pillow to 8.0.1
2020-11-03 23:32:12 +00:00
Bruno Alla
37be877a9b
Merge pull request #2907 from pydanny/pyup-update-django-celery-beat-2.0.0-to-2.1.0
...
Update django-celery-beat to 2.1.0
2020-11-03 23:31:54 +00:00
pyup-bot
4a5717c831
Update sentry-sdk from 0.19.1 to 0.19.2
2020-11-02 15:47:08 -08:00
pyup-bot
2bd2e4a8fc
Update sphinx from 3.2.1 to 3.3.0
2020-11-02 06:37:22 -08:00
pyup-bot
510ba4ca8a
Update django from 3.0.10 to 3.0.11
2020-11-02 06:37:19 -08:00
pyup-bot
b86ede6079
Update pytz from 2020.1 to 2020.4
2020-11-02 06:37:16 -08:00
pyup-bot
b14a033c8b
Update pre-commit from 2.7.1 to 2.8.2
2020-10-30 15:44:46 -07:00
pyup-bot
5224641a16
Update pytest from 6.1.1 to 6.1.2
2020-10-28 23:59:03 -07:00
pyup-bot
9c0f056817
Update django-stubs from 1.6.0 to 1.7.0
2020-10-28 02:10:16 -07:00
pyup-bot
edbc4d3a8c
Update pytest-django from 4.0.0 to 4.1.0
2020-10-22 15:52:35 -07:00
pyup-bot
eb400e4980
Update pillow from 8.0.0 to 8.0.1
2020-10-22 15:52:32 -07:00
pyup-bot
8e229ce0e0
Update django-celery-beat from 2.0.0 to 2.1.0
2020-10-19 23:39:07 -07:00
pyup-bot
81c9a4a76a
Update uvicorn from 0.12.1 to 0.12.2
2020-10-19 09:13:14 -07:00
pyup-bot
3d87a42055
Update sentry-sdk from 0.19.0 to 0.19.1
2020-10-19 03:32:37 -07:00
Bruno Alla
c4f46d0526
Merge pull request #2901 from pydanny/pyup-update-django-allauth-0.42.0-to-0.43.0
...
Update django-allauth to 0.43.0
2020-10-17 12:42:02 +01:00
pyup-bot
58b0359af6
Update pytest-django from 3.10.0 to 4.0.0
2020-10-16 10:36:51 -07:00
pyup-bot
4ecc00ea6c
Update django-allauth from 0.42.0 to 0.43.0
2020-10-15 12:30:53 -07:00
pyup-bot
4e6cc3ca60
Update pillow from 7.2.0 to 8.0.0
2020-10-14 15:58:12 -07:00
Bruno Alla
100c06f078
Merge pull request #2897 from pydanny/update/pre-commit-autoupdate
...
Auto-update pre-commit hooks
2020-10-14 11:46:41 +01:00
github-actions[bot]
a26d57a6e7
Auto-update pre-commit hooks
2020-10-14 00:29:18 +00:00
pyup-bot
acaeb0d950
Update sentry-sdk from 0.18.0 to 0.19.0
2020-10-13 05:31:37 -07:00
github-actions[bot]
62b20fd906
Auto-update pre-commit hooks
2020-10-12 00:29:27 +00:00
Bruno Alla
1e52382011
Merge pull request #2890 from pydanny/update/pre-commit-autoupdate
...
Auto-update pre-commit hooks
2020-10-11 15:27:18 +01:00
github-actions[bot]
8faa1e478b
Auto-update pre-commit hooks
2020-10-11 00:29:47 +00:00
pyup-bot
e043af811a
Update django-anymail from 8.0 to 8.1
2020-10-09 13:11:03 -07:00
pyup-bot
55a6674d0c
Update django-anymail from 8.0 to 8.1
2020-10-09 13:11:02 -07:00
pyup-bot
edd29c3982
Update django-anymail from 8.0 to 8.1
2020-10-09 13:11:01 -07:00
pyup-bot
ae526ad8df
Update django-anymail from 8.0 to 8.1
2020-10-09 13:11:00 -07:00
pyup-bot
fa2f09f27d
Update django-anymail from 8.0 to 8.1
2020-10-09 13:10:59 -07:00
pyup-bot
d0d50fe800
Update django-anymail from 8.0 to 8.1
2020-10-09 13:10:58 -07:00
pyup-bot
dee930cad5
Update django-anymail from 8.0 to 8.1
2020-10-09 13:10:58 -07:00
pyup-bot
be74011ba5
Update django-anymail from 8.0 to 8.1
2020-10-09 13:10:57 -07:00
pyup-bot
44689a8be6
Update django-anymail from 8.0 to 8.1
2020-10-09 13:10:56 -07:00
pyup-bot
21c69c7d45
Update mypy from 0.782 to 0.790
2020-10-09 12:09:05 -07:00
github-actions[bot]
90a0b16ae4
Auto-update pre-commit hooks
2020-10-09 00:27:59 +00:00
Andrew Chen Wang
7be855975b
Add dedicated websockets package
...
Ref: https://github.com/encode/uvicorn/issues/797
There used to be a package automatically installed; not anymore I guess. This came from a separate package and not cookiecutter-django, but the installation was similar.
2020-10-07 12:33:00 -04:00
lcd1232
f5bfa97f6e
Update {{cookiecutter.project_slug}}/config/settings/local.py
...
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2020-10-04 19:31:09 +03:00
Bruno Alla
06a1aa1309
Merge branch 'master' into patch-1
2020-10-04 16:06:52 +01:00
pyup-bot
6e3f6acf07
Update pytest from 6.1.0 to 6.1.1
2020-10-04 06:03:31 -07:00
Bruno Alla
a5ab4ae1cb
Merge pull request #2874 from pydanny/mypy-django-stubs
...
Update mypy and django-stubs
2020-10-04 12:13:57 +01:00
Bruno Alla
b8012a54d2
Merge pull request #2876 from pydanny/update/pre-commit-autoupdate
...
Auto-update pre-commit hooks
2020-10-04 12:13:23 +01:00
pyup-bot
42b41b7215
Update flake8 from 3.8.3 to 3.8.4
2020-10-02 17:27:05 -07:00
github-actions[bot]
f1e87f264d
Auto-update pre-commit hooks
2020-10-03 00:26:55 +00:00
Bruno Alla
26f2a3d7ba
Fix mypy error
...
my_awesome_project/users/admin.py:15: error: No overload variant of "__add__" of "tuple" matches argument type "List[Tuple[Optional[str], _FieldOpts]]"
my_awesome_project/users/admin.py:15: note: Possible overload variants:
my_awesome_project/users/admin.py:15: note: def __add__(self, Tuple[Tuple[str, Dict[str, Tuple[str]]], ...]) -> Tuple[Tuple[str, Dict[str, Tuple[str]]], ...]
my_awesome_project/users/admin.py:15: note: def __add__(self, Tuple[Any, ...]) -> Tuple[Any, ...]
my_awesome_project/users/admin.py:15: note: Right operand is of type "Union[Tuple[Tuple[Optional[str], _FieldOpts], ...], List[Tuple[Optional[str], _FieldOpts]]]"
2020-10-01 20:01:26 +01:00
Bruno Alla
689c768abf
Fix mypy error
...
users/tests/test_views.py:67: error: unused 'type: ignore' comment
2020-10-01 19:16:22 +01:00
Bruno Alla
ef48467458
Merge pull request #2873 from pydanny/pyup-update-ipdb-0.13.3-to-0.13.4
...
Update ipdb to 0.13.4
2020-10-01 18:09:16 +01:00
Bruno Alla
4225c1b1ab
Bump mypy and django-stubs versions
2020-10-01 17:07:17 +01:00
Bruno Alla
070dada241
Merge pull request #2867 from pydanny/update/pre-commit-autoupdate
2020-10-01 17:02:51 +01:00
Bruno Alla
f54bfe3025
Merge pull request #2866 from pydanny/pyup-update-uvicorn-0.11.8-to-0.12.1
...
Update uvicorn to 0.12.1
2020-10-01 17:02:34 +01:00
Bruno Alla
656ce7b9e3
Merge pull request #2863 from pydanny/pyup-update-sentry-sdk-0.17.7-to-0.18.0
...
Update sentry-sdk to 0.18.0
2020-10-01 17:01:30 +01:00
Bruno Alla
1339dcb7ff
Merge pull request #2862 from pydanny/pyup-update-djangorestframework-3.11.1-to-3.12.1
...
Update djangorestframework to 3.12.1
2020-10-01 17:01:09 +01:00
Bruno Alla
9c426725b1
Merge pull request #2859 from pydanny/pyup-update-pytest-6.0.2-to-6.1.0
2020-10-01 17:00:38 +01:00
pyup-bot
58c06e558f
Update ipdb from 0.13.3 to 0.13.4
2020-10-01 08:58:53 -07:00
github-actions[bot]
aa6fd53813
Auto-update pre-commit hooks
2020-10-01 00:27:34 +00:00
pyup-bot
604325a1c6
Update uvicorn from 0.11.8 to 0.12.1
2020-09-30 06:31:39 -07:00
lcd1232
86e9a90d4e
Add node to INTERNAL_IPS
2020-09-30 11:14:21 +03:00
pyup-bot
ae346d4a6f
Update sentry-sdk from 0.17.7 to 0.18.0
2020-09-29 10:50:08 -07:00
pyup-bot
6fb51ed491
Update djangorestframework from 3.11.1 to 3.12.1
2020-09-28 12:11:17 -07:00
pyup-bot
11afe7af59
Update pytest from 6.0.2 to 6.1.0
2020-09-27 07:41:24 -07:00
pyup-bot
d5cb85ed9c
Update django-debug-toolbar from 3.1 to 3.1.1
2020-09-24 10:22:21 -07:00
Bruno Alla
8e062157a1
Merge pull request #2847 from pydanny/pyup-update-sentry-sdk-0.17.6-to-0.17.7
...
Update sentry-sdk to 0.17.7
2020-09-23 13:45:01 +01:00
pyup-bot
762f3b3ae2
Update sentry-sdk from 0.17.6 to 0.17.7
2020-09-22 02:49:28 -07:00
pyup-bot
e715b8f43d
Update django-debug-toolbar from 3.0 to 3.1
2020-09-21 14:13:08 -07:00
Arnav Choudhury
b064e09f12
Adding GitHub-Action CI Option ( #2837 )
2020-09-21 11:20:24 +01:00
Bruno Alla
55aa86878b
Merge pull request #2842 from pydanny/pyup-update-django-debug-toolbar-2.2-to-3.0
...
Update django-debug-toolbar to 3.0
2020-09-21 10:37:20 +01:00
github-actions[bot]
561e9744bf
Auto-update pre-commit hooks
2020-09-21 00:26:05 +00:00
pyup-bot
859766941d
Update django-debug-toolbar from 2.2 to 3.0
2020-09-20 12:27:04 -07:00
Arnav Choudhury
2408fc7756
Added a comment to relevant part of documentation. Also removed the unnecessary scheme key as the default value for scheme is https anyway
2020-09-18 22:14:18 +05:30
pyup-bot
ade8aede47
Update django-extensions from 3.0.8 to 3.0.9
2020-09-17 15:04:31 -07:00
Arnav Choudhury
35b89997ef
Made Traefik conf much easier to understand and improved redirect response to entrypoint as opposed to middleware layer that is hit after entrypoint and routing layers.
2020-09-17 22:22:42 +05:30
Bruno Alla
46b03b65df
Merge pull request #2833 from pydanny/pyup-update-sentry-sdk-0.17.5-to-0.17.6
...
Update sentry-sdk to 0.17.6
2020-09-16 14:18:36 +02:00
pyup-bot
c06869367d
Update sentry-sdk from 0.17.5 to 0.17.6
2020-09-16 04:29:06 -07:00
pyup-bot
fa85682910
Update pytest-django from 3.9.0 to 3.10.0
2020-09-16 04:28:56 -07:00
Arnav Choudhury
4a52845a26
Replaced copying python package directories with wheel files which are then used to install all requirements. This way the generated images would be a lot more stable as well. Size increases by 2-3mb though
2020-09-16 15:24:16 +05:30
Bruno Alla
a2c4453cf5
Fix isort errors
2020-09-16 09:39:02 +01:00
Daniel Feldroy
ec3922cfe6
Give admin_forms the forms namespace
...
This will make extending various signup and registration forms easier.
2020-09-14 11:36:47 -07:00
Bruno Alla
c62c3eada8
Merge pull request #2829 from pydanny/revert/celery-4.4.6
...
Downgrade Celery to 4.4.6
2020-09-14 18:34:33 +02:00
Bruno Alla
b76d8d4f02
Revert Celery to 4.4.6
...
It looks like 4.4.7 has some issues with Redis broker:
https://github.com/celery/celery/issues/6285
2020-09-14 17:24:16 +01:00
pyup-bot
584267d8a4
Update sentry-sdk from 0.17.4 to 0.17.5
2020-09-14 08:03:16 -07:00
Bruno Alla
7780065025
Merge pull request #2826 from pydanny/pyup-update-coverage-5.2.1-to-5.3
2020-09-14 12:30:50 +02:00
pyup-bot
f1600ef17b
Update coverage from 5.2.1 to 5.3
2020-09-14 01:40:37 -07:00
pyup-bot
8b4c87fd12
Update django-storages from 1.10 to 1.10.1
2020-09-14 01:40:33 -07:00
pyup-bot
a6b88a9370
Update django-storages from 1.10 to 1.10.1
2020-09-14 01:40:32 -07:00
Arnav Choudhury
079db28661
Changed when Requirements are copied and installed to improve incremental image build times. The extra image layer is inconsequential since python-build-stage layers are discarded anyway.
2020-09-14 01:41:33 +05:30
Arnav Choudhury
99ef9f44b9
Merge remote-tracking branch 'upstream/master' into django-multi
2020-09-14 01:34:10 +05:30
Bruno Alla
b78c244e4d
Merge pull request #2814 from arnav13081994/update-traefik-version
...
Updating Traefik version from 2.0 to 2.2.11
2020-09-12 12:22:39 +02:00
Bruno Alla
62c7f40d14
Merge pull request #2819 from pydanny/pyup-update-pytest-6.0.1-to-6.0.2
2020-09-12 12:22:03 +02:00
Arnav Choudhury
17e577c924
Fixed Typo with python build stage name that was references incorrectly in the run stage
2020-09-12 11:11:19 +05:30
Arnav Choudhury
a795086b10
Removing using python wheels to build python dependecies due to issue resolving conflicts in package sub-dependencies. Ends up being much more trouble than it's worth.
2020-09-12 11:04:08 +05:30
Arnav Choudhury
07051bff33
Fixed mistake of using production settings even for local/django image
2020-09-12 08:47:38 +05:30
pyup-bot
12cc96817d
Update pytest from 6.0.1 to 6.0.2
2020-09-11 19:16:17 -07:00
pyup-bot
192ca300af
Update django-anymail from 7.2.1 to 8.0
2020-09-11 15:59:49 -07:00
pyup-bot
bc0805549b
Update django-anymail from 7.2.1 to 8.0
2020-09-11 15:59:48 -07:00
pyup-bot
8241615edd
Update django-anymail from 7.2.1 to 8.0
2020-09-11 15:59:47 -07:00
pyup-bot
e591022c6f
Update django-anymail from 7.2.1 to 8.0
2020-09-11 15:59:46 -07:00
pyup-bot
99c9b04319
Update django-anymail from 7.2.1 to 8.0
2020-09-11 15:59:45 -07:00
pyup-bot
e5c2f82949
Update django-anymail from 7.2.1 to 8.0
2020-09-11 15:59:45 -07:00
pyup-bot
8cddc2f740
Update django-anymail from 7.2.1 to 8.0
2020-09-11 15:59:44 -07:00
pyup-bot
11d089c859
Update django-anymail from 7.2.1 to 8.0
2020-09-11 15:59:43 -07:00
pyup-bot
13ca7bf4a4
Update django-anymail from 7.2.1 to 8.0
2020-09-11 15:59:42 -07:00
Arnav Choudhury
070d4556f9
Multi stage Python build for Django
2020-09-11 22:04:44 +05:30
Arnav Choudhury
53ffbbcf2e
Multi stage Python build for Django
2020-09-11 22:00:50 +05:30
Arnav Choudhury
e1922807aa
Updating Traefik version from 2.0 to 2.2.11
2020-09-11 21:47:00 +05:30
github-actions[bot]
806080e53e
Auto-update pre-commit hooks
2020-09-11 00:24:40 +00:00
pyup-bot
8df38802f3
Update sentry-sdk from 0.17.3 to 0.17.4
2020-09-09 15:41:47 -07:00
Bruno Alla
9b81501a1b
Merge pull request #2800 from pydanny/gitignore-cleanup
...
Clean up nested venv files from `.gitignore`
2020-09-09 14:19:39 +02:00
Arnav Choudhury
536e86ecad
Traeffik and Django dockerfile changes ( #2801 )
2020-09-08 09:04:10 +01:00
Bruno Alla
2a0f40e767
Clean up nested venv files from .gitignore
...
Fixes #2226
2020-09-07 15:30:37 +02:00
Bruno Alla
ffaec00084
Remove --no-binary option for psycopg2 ( #2798 )
...
It was required in 2.7, but it's now the default in 2.8
2020-09-07 14:10:57 +01:00
Bruno Alla
0b3dd776c6
Fix options for sphinx-autobuild in docs Makefile ( #2799 )
...
Fix #2796
2020-09-07 14:06:18 +01:00
Wes Turner
624dd94dd3
Add :z/:Z to mounted volumes in {local,production}.yml ( #2663 )
2020-09-07 13:51:52 +01:00
Bruno Alla
49479fb118
Merge pull request #2797 from pydanny/pyup-update-psycopg2-binary-2.8.5-to-2.8.6
2020-09-07 14:39:03 +02:00
Arnav Choudhury
7fb71507d2
Updated Gitlab CI to use Python 3.8 instead of Python 3.7 ( #2794 )
2020-09-07 13:28:49 +01:00
Bruno Alla
cbc46cb34f
Update psycopg2 from 2.8.5 to 2.8.6
2020-09-07 14:23:02 +02:00
pyup-bot
9cdae535b3
Update psycopg2-binary from 2.8.5 to 2.8.6
2020-09-06 19:12:31 -07:00
github-actions[bot]
77a00376e8
Auto-update pre-commit hooks
2020-09-05 00:40:41 +00:00
pyup-bot
c6c0bd9289
Update django-extensions from 3.0.7 to 3.0.8
2020-09-04 08:26:40 -07:00
github-actions[bot]
84713cf724
Auto-update pre-commit hooks
2020-09-04 00:24:21 +00:00
pyup-bot
a7c69639f2
Update sentry-sdk from 0.17.2 to 0.17.3
2020-09-02 02:51:48 -07:00
Bruno Alla
cc97340c25
Merge pull request #2777 from foarsitter/sentry_environment_and_performance_tracing
...
Add environment and traces_sample_rate keyword to sentry_sdk.init
2020-09-02 11:51:41 +02:00
pyup-bot
bd977e29af
Update django-extensions from 3.0.6 to 3.0.7
2020-09-01 17:08:30 -07:00
Bruno Alla
fe36bb3574
Merge pull request #2781 from pydanny/pyup-update-django-storages-1.9.1-to-1.10
2020-09-01 22:42:12 +02:00
Bruno Alla
2217e69aa5
Merge pull request #2780 from howiezhao/patch-1
2020-09-01 22:41:07 +02:00
Bruno Alla
53b4371c09
Remove deprecated setting from django-storages
2020-09-01 22:20:02 +02:00
Bruno Alla
18da9c910d
Merge pull request #2784 from pydanny/pyup-update-sentry-sdk-0.17.1-to-0.17.2
...
Update sentry-sdk to 0.17.2
2020-09-01 22:04:29 +02:00
pyup-bot
007ab4aefd
Update django from 3.0.9 to 3.0.10
2020-09-01 07:56:59 -07:00
pyup-bot
18c53d0a3b
Update sentry-sdk from 0.17.1 to 0.17.2
2020-09-01 07:56:55 -07:00
Bruno Alla
0328a8bbaa
Merge pull request #2782 from pydanny/pyup-update-sphinx-autobuild-0.7.1-to-2020.9.1
...
Update sphinx-autobuild to 2020.9.1
2020-09-01 10:52:56 +02:00
pyup-bot
fe9c9b5e48
Update django-extensions from 3.0.5 to 3.0.6
2020-08-31 11:53:48 -07:00
pyup-bot
2f7a6c3013
Update sphinx-autobuild from 0.7.1 to 2020.9.1
2020-08-31 05:45:27 -07:00
pyup-bot
0c23267806
Update django-storages from 1.9.1 to 1.10
2020-08-31 00:15:41 -07:00
pyup-bot
aeefbc060f
Update django-storages from 1.9.1 to 1.10
2020-08-31 00:15:40 -07:00
Howie Zhao
2c82c4e1da
chore: update document link
2020-08-29 11:59:29 +08:00
Howie Zhao
baf5e6e74e
chore: exclude venv directory
2020-08-29 11:53:24 +08:00
pyup-bot
d17321dfbe
Update sentry-sdk from 0.17.0 to 0.17.1
2020-08-28 14:55:22 -07:00
Jelmer Draaijer
688739cb39
Add environment and traces_sample_rate keyword to sentry_sdk.init
2020-08-28 10:25:40 +02:00
Bruno Alla
3ab741545c
Merge pull request #2764 from pydanny/pyup-update-django-cors-headers-3.4.0-to-3.5.0
...
Update django-cors-headers to 3.5.0
2020-08-27 16:01:40 +02:00
Bruno Alla
7614bd9958
Merge branch 'master' into update/pre-commit-autoupdate
2020-08-27 09:52:55 +02:00
Bruno Alla
e21869c1d4
Fix black formatting issues
2020-08-27 09:41:28 +02:00
github-actions[bot]
bc58420364
Auto-update pre-commit hooks
2020-08-27 00:22:07 +00:00
pyup-bot
0dc3fe0b3d
Update black from 19.10b0 to 20.8b1
2020-08-26 10:05:24 -07:00
pyup-bot
294d20d5e6
Update django-cors-headers from 3.4.0 to 3.5.0
2020-08-25 05:08:22 -07:00
pyup-bot
32b81ba02e
Update sentry-sdk from 0.16.5 to 0.17.0
2020-08-24 09:54:47 -07:00
pyup-bot
cc1d297ad6
Update pre-commit from 2.6.0 to 2.7.1
2020-08-23 12:35:31 -07:00
github-actions[bot]
ba5c1a760f
Auto-update pre-commit hooks
2020-08-16 00:21:36 +00:00
pyup-bot
3752997562
Update sentry-sdk from 0.16.3 to 0.16.5
2020-08-14 15:49:18 -07:00
Bruno Alla
b97d884055
Merge pull request #2749 from pydanny/pyup-update-sphinx-3.2.0-to-3.2.1
...
Update sphinx to 3.2.1
2020-08-14 13:40:26 +01:00
Bruno Alla
8603fd8d8c
Merge pull request #2743 from pydanny/pyup-update-factory-boy-2.12.0-to-3.0.1
2020-08-14 13:40:08 +01:00
pyup-bot
5e3abf903f
Update sphinx from 3.2.0 to 3.2.1
2020-08-14 04:19:56 -07:00
Bruno Alla
0ebd35dd83
Update deprecated imports
2020-08-14 12:19:42 +01:00
Bruno Alla
ab98cb3654
Merge pull request #2747 from pydanny/update/pre-commit-autoupdate
...
Auto-update pre-commit hooks
2020-08-14 08:28:26 +01:00
Bruno Alla
7e87a92596
Add missing comment over settings
2020-08-14 08:12:55 +01:00
Bruno Alla
e532fb331f
Merge pull request #2745 from Andrew-Chen-Wang/patch-3
2020-08-14 08:11:44 +01:00
github-actions[bot]
aa261ddbb7
Auto-update pre-commit hooks
2020-08-14 00:20:41 +00:00
Andrew Chen Wang
d411ed9b6a
Update compressor not check whitenoise condition
2020-08-13 18:45:37 -04:00
Bruno Alla
ebd43bbd3c
Update runtime.txt
2020-08-13 20:59:56 +01:00
Andrew Chen Wang
148d6c2e29
Added noqa F405 to undefined STATIC_ROOT - flake8
...
* This is in addition to the PR for compressor support with AWS S3 and Google Cloud buckets
2020-08-13 10:24:51 -04:00
Andrew Chen Wang
1cb2a0c98e
Set COMPRESS_ROOT to STATIC_ROOT for compressor
...
Django compressor also recommends the `COMPRESS_ROOT` be the STATIC_ROOT. This also makes sure the utils is set up properly so that the CACHE directory is actually publicly available (it'll be inside the static directory as a subdirectory).
2020-08-13 10:13:40 -04:00
Andrew Chen Wang
55d3d95333
Add STATICFILES_STORAGE with compressor support
2020-08-13 10:08:53 -04:00
pyup-bot
2d410c5df9
Update factory-boy from 2.12.0 to 3.0.1
2020-08-13 01:34:47 -07:00
github-actions[bot]
5ae7d718bd
Auto-update pre-commit hooks
2020-08-12 11:56:34 +00:00
Bruno Alla
499af1b203
Update isort in pre-commit hook config
2020-08-12 12:31:32 +01:00
Bruno Alla
5a3266f0f2
Merge pull request #2721 from janfabry/issue-2711/isort-pre-commit
2020-08-12 12:28:20 +01:00
Bruno Alla
a5af9baedb
Merge pull request #2693 from enchance/wrong-version
2020-08-11 16:37:15 +01:00
Bruno Alla
97e18889c6
Revert "Added name to CONTRIBUTORS.txt"
...
This reverts commit 160ed6cb
2020-08-11 16:05:14 +01:00
pyup-bot
85cfe02437
Update flake8-isort from 3.0.1 to 4.0.0
2020-08-11 01:42:07 -07:00
pyup-bot
dc03478717
Update django-extensions from 3.0.4 to 3.0.5
2020-08-10 02:38:22 -07:00
pyup-bot
2dc2125817
Update sphinx from 3.1.2 to 3.2.0
2020-08-08 15:39:21 -07:00
Bruno Alla
1b5997466c
Merge pull request #2726 from pydanny/pyup-update-django-anymail-7.2-to-7.2.1
2020-08-06 11:28:34 +02:00
Bruno Alla
2fe80aea3c
Merge pull request #2725 from pydanny/pyup-update-pylint-django-2.2.0-to-2.3.0
...
Update pylint-django to 2.3.0
2020-08-06 11:28:18 +02:00
Bruno Alla
b867716206
Merge pull request #2724 from pydanny/pyup-update-django-extensions-3.0.3-to-3.0.4
...
Update django-extensions to 3.0.4
2020-08-06 11:27:59 +02:00
pyup-bot
bdc9ad1997
Update django-anymail from 7.2 to 7.2.1
2020-08-05 13:37:05 -07:00
pyup-bot
f65d5332af
Update django-anymail from 7.2 to 7.2.1
2020-08-05 13:37:04 -07:00
pyup-bot
92f466a3a7
Update django-anymail from 7.2 to 7.2.1
2020-08-05 13:37:03 -07:00
pyup-bot
dac0ee23e4
Update django-anymail from 7.2 to 7.2.1
2020-08-05 13:37:02 -07:00
pyup-bot
0cbb2c46c4
Update django-anymail from 7.2 to 7.2.1
2020-08-05 13:37:01 -07:00
pyup-bot
0a6c8bf40f
Update django-anymail from 7.2 to 7.2.1
2020-08-05 13:37:01 -07:00
pyup-bot
9536e75773
Update django-anymail from 7.2 to 7.2.1
2020-08-05 13:37:00 -07:00
pyup-bot
e869f355b5
Update django-anymail from 7.2 to 7.2.1
2020-08-05 13:36:59 -07:00
pyup-bot
405be0114f
Update django-anymail from 7.2 to 7.2.1
2020-08-05 13:36:58 -07:00
pyup-bot
35a9a02bae
Update pylint-django from 2.2.0 to 2.3.0
2020-08-05 05:39:58 -07:00
pyup-bot
e288f1ff4f
Update django-extensions from 3.0.3 to 3.0.4
2020-08-05 04:44:52 -07:00
pyup-bot
0ea47997e0
Update djangorestframework from 3.11.0 to 3.11.1
2020-08-05 04:44:48 -07:00
Jan Fabry
dd6c76f3be
Run isort as pre-commit hook
...
Run it before flake8, so any errors will get fixed automatically.
Fixes #2711
2020-08-04 17:06:37 +02:00
pyup-bot
8a74fee736
Update whitenoise from 5.1.0 to 5.2.0
2020-08-04 04:15:53 -07:00
Bruno Alla
f2adb7e48b
Merge pull request #2718 from pydanny/pyup-update-django-3.0.8-to-3.0.9
...
Update django to 3.0.9
2020-08-03 10:14:41 +02:00
Bruno Alla
a68918a22a
Merge pull request #2717 from pydanny/pyup-update-sentry-sdk-0.16.2-to-0.16.3
...
Update sentry-sdk to 0.16.3
2020-08-03 09:56:44 +02:00
Bruno Alla
a575c28b39
Merge pull request #2716 from pydanny/pyup-update-celery-4.4.6-to-4.4.7
...
Update celery to 4.4.7
2020-08-03 09:56:31 +02:00
Bruno Alla
3a7b3f5626
Merge pull request #2715 from pydanny/pyup-update-uvicorn-0.11.7-to-0.11.8
...
Update uvicorn to 0.11.8
2020-08-03 09:56:06 +02:00
pyup-bot
7e8e10de92
Update django from 3.0.8 to 3.0.9
2020-08-03 00:55:51 -07:00
pyup-bot
db8de7dafc
Update sentry-sdk from 0.16.2 to 0.16.3
2020-08-01 14:41:44 -07:00
pyup-bot
7cf0bbdf0d
Update celery from 4.4.6 to 4.4.7
2020-07-31 12:52:55 -07:00
pyup-bot
a5f6b56c38
Update uvicorn from 0.11.7 to 0.11.8
2020-07-31 10:04:55 -07:00
pyup-bot
b9b7e9b7dd
Update pytest from 5.4.3 to 6.0.1
2020-07-30 16:54:50 -07:00
pyup-bot
4b4bda7835
Update uvicorn from 0.11.6 to 0.11.7
2020-07-28 06:34:49 -07:00
pyup-bot
c3391c9572
Update django-anymail from 7.1.0 to 7.2
2020-07-25 12:51:40 -07:00
pyup-bot
83290cb710
Update django-anymail from 7.1.0 to 7.2
2020-07-25 12:51:40 -07:00
pyup-bot
8fa56b3c6d
Update django-anymail from 7.1.0 to 7.2
2020-07-25 12:51:39 -07:00
pyup-bot
1d8f637f9d
Update django-anymail from 7.1.0 to 7.2
2020-07-25 12:51:38 -07:00
pyup-bot
14fad9247b
Update django-anymail from 7.1.0 to 7.2
2020-07-25 12:51:37 -07:00
pyup-bot
a5e71ab8bf
Update django-anymail from 7.1.0 to 7.2
2020-07-25 12:51:36 -07:00
pyup-bot
41dc9424f8
Update django-anymail from 7.1.0 to 7.2
2020-07-25 12:51:35 -07:00
pyup-bot
756031c351
Update django-anymail from 7.1.0 to 7.2
2020-07-25 12:51:34 -07:00
pyup-bot
a706ab826c
Update django-anymail from 7.1.0 to 7.2
2020-07-25 12:51:33 -07:00
Bruno Alla
c085afef18
Merge pull request #2700 from pydanny/pyup-update-hiredis-1.0.1-to-1.1.0
2020-07-24 18:20:45 +01:00
pyup-bot
70c11fa894
Update django-crispy-forms from 1.9.1 to 1.9.2
2020-07-24 09:58:32 -07:00
pyup-bot
ce0f2363e0
Update hiredis from 1.0.1 to 1.1.0
2020-07-24 09:58:28 -07:00
pyup-bot
ed8e3073c6
Update hiredis from 1.0.1 to 1.1.0
2020-07-24 09:58:27 -07:00
Bruno Alla
8d52025c20
Merge pull request #2699 from pydanny/fix-pyup-duplicated-requirements
...
Import base requirements without the leading dot
2020-07-24 17:55:47 +01:00
Bruno Alla
e2910a3222
Merge pull request #2694 from Andrew-Chen-Wang/patch-7
2020-07-24 17:40:23 +01:00
Bruno Alla
21c56bb97a
Don't include base requirements with dot in front
...
See https://github.com/pyupio/pyup/issues/390
2020-07-24 17:38:29 +01:00
Bruno Alla
3dedd4dd4b
Merge pull request #2698 from pydanny/pyup-update-uvicorn-0.11.5-to-0.11.6
...
Update uvicorn from 0.11.5 to 0.11.6
2020-07-24 17:26:54 +01:00
Bruno Alla
cb0020cd1d
Merge pull request #2697 from pydanny/pyup-update-coverage-5.2-to-5.2.1
...
Update coverage to 5.2.1
2020-07-24 17:21:48 +01:00
Bruno Alla
6903daeddd
Merge pull request #2648 from Andrew-Chen-Wang/patch-3
2020-07-24 17:11:19 +01:00
pyup-bot
c6dd8471dd
Update coverage from 5.2 to 5.2.1
2020-07-24 09:10:59 -07:00
Bruno Alla
6fffaf13ca
Fix version for django-cors-headers
2020-07-24 16:54:39 +01:00
Bruno Alla
8d5542d675
Merge pull request #2683 from aadithpm/master
2020-07-24 16:47:42 +01:00
Andrew Chen Wang
c57b8976b0
Update {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/utils/context_processors.py
...
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2020-07-24 11:29:11 -04:00
Andrew Chen Wang
689e22f5b0
Be explicit in context processor
2020-07-23 22:47:20 -04:00
enchance
160ed6cb6d
Added name to CONTRIBUTORS.txt
2020-07-24 01:00:56 +08:00
enchance
35d57d048b
Compatibility issue for mypy 0.782. Must be mypy 0.770 because it uses djago-stubs 1.5.0.
2020-07-24 00:53:56 +08:00
Bruno Alla
95c7584cfb
Merge pull request #2690 from pydanny/pyup-update-sentry-sdk-0.16.1-to-0.16.2
...
Update sentry-sdk to 0.16.2
2020-07-23 11:37:29 +01:00
pyup-bot
9bdb433538
Update sentry-sdk from 0.16.1 to 0.16.2
2020-07-22 10:11:16 -07:00
pyup-bot
d31ee9afe7
Update pylint-django from 2.1.0 to 2.2.0
2020-07-22 07:23:20 -07:00
Andrew Chen Wang
fee9402e44
Use raw Jinja2 for cookiecutter template context
...
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2020-07-21 00:02:14 -04:00
Aadith PM
ff69126087
Update {{cookiecutter.project_slug}}/config/settings/base.py
...
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2020-07-20 11:21:06 -05:00
Aadith PM
20986bafb7
Fix style error with quotes
2020-07-18 20:37:03 -05:00
Aadith PM
eafe74262a
Added django-cors-headers setup steps to base settings
2020-07-18 19:53:55 -05:00
Bruno Alla
8c8d9c1825
Merge pull request #2662 from pydanny/pyup-update-pytest-sugar-0.9.3-to-0.9.4
...
Update pytest-sugar to 0.9.4
2020-07-18 14:39:55 +01:00
pyup-bot
349f7e1141
Update uvicorn from 0.11.5 to 0.11.6
2020-07-17 07:46:56 -07:00
Aadith PM
f4ce1db0b5
Update requirements to include django-cors-headers with DRF [PR #2650 ]
2020-07-17 08:37:15 -05:00
Bruno Alla
949d3dfbd5
Merge pull request #2678 from pydanny/pyup-update-django-extensions-3.0.2-to-3.0.3
...
Update django-extensions to 3.0.3
2020-07-17 11:22:03 +01:00
Bruno Alla
148bfd8f0c
Merge pull request #2677 from pydanny/pyup-update-pylint-django-2.0.15-to-2.1.0
...
Update pylint-django to 2.1.0
2020-07-17 11:21:42 +01:00
pyup-bot
7a48cacdf7
Update django-extensions from 3.0.2 to 3.0.3
2020-07-14 07:20:16 -07:00
pyup-bot
a0c73d942f
Update pylint-django from 2.0.15 to 2.1.0
2020-07-12 06:51:40 -07:00
pyup-bot
fd3462c2b9
Update sentry-sdk from 0.16.0 to 0.16.1
2020-07-10 12:02:49 -07:00
pyup-bot
5f7d23ff78
Update flake8-isort from 3.0.0 to 3.0.1
2020-07-08 01:33:25 -07:00
Bruno Alla
8ebb464b33
Fix beat -> worker
2020-07-07 18:10:37 +01:00
pyup-bot
60dfb4c5d3
Update pytest-sugar from 0.9.3 to 0.9.4
2020-07-06 13:20:16 -07:00
Bruno Alla
22d998ac58
Merge pull request #2643 from Tusky/patch-1
2020-07-06 17:31:14 +01:00
Bruno Alla
3839b1cb72
Merge pull request #2658 from pydanny/pyup-update-sphinx-3.1.1-to-3.1.2
...
Update sphinx to 3.1.2
2020-07-06 17:29:57 +01:00
pyup-bot
b8dce8d6db
Update coverage from 5.1 to 5.2
2020-07-06 06:13:23 -07:00
pyup-bot
21fe485d72
Update sphinx from 3.1.1 to 3.1.2
2020-07-05 17:16:14 -07:00
Bruno Alla
a01fc583be
Update requirements in base.txt
2020-07-04 16:15:10 +01:00
Bruno Alla
22e0dba9bd
Split down condition into 2 lines in base.txt
...
maybe this might fix the issue with PyUP not processing the file?
2020-07-04 16:09:57 +01:00
Bruno Alla
4a4dd056d1
Merge pull request #2583 from pydanny/2581-heroku-compressor-error
...
Fix OfflineGenerationError with Heroku + Django Compressor
2020-07-04 15:59:12 +01:00
Bruno Alla
33167946e0
Update Heroku runtime to latest bugfix
2020-07-04 15:25:27 +01:00
Bruno Alla
68116dcdea
Fix issue with Heroku + Django Compressor
2020-07-04 15:20:51 +01:00
pyup-bot
09e7fce7de
Pin sphinx-autobuild to latest version 0.7.1
2020-07-04 14:55:05 +01:00
Bruno Alla
19c151ba55
Merge pull request #2555 from hanhanhan/docs
2020-07-04 14:27:21 +01:00
Bruno Alla
f8164606d9
Merge pull request #2653 from pydanny/pyup-update-sentry-sdk-0.15.1-to-0.16.0
...
Update sentry-sdk to 0.16.0
2020-07-04 14:24:37 +01:00
Bruno Alla
d8df617145
Merge pull request #2652 from pydanny/pyup-update-django-extensions-3.0.1-to-3.0.2
2020-07-03 10:39:10 +01:00
pyup-bot
bf95ee5ac1
Update sentry-sdk from 0.15.1 to 0.16.0
2020-07-03 02:35:22 -07:00
pyup-bot
f5a177712c
Update django-extensions from 3.0.1 to 3.0.2
2020-07-01 13:51:47 -07:00
pyup-bot
69473a4f96
Update pre-commit from 2.5.1 to 2.6.0
2020-07-01 13:51:43 -07:00
Andrew Chen Wang
53e2ba2a66
Update ugettext_lazy to gettext_lazy in models.py
2020-06-30 10:13:51 -04:00
Andrew Chen Wang
21c5b78714
Update ugettext_lazy to gettext_lazy in views.py
2020-06-30 10:12:53 -04:00
Andrew Chen Wang
69611313c9
Add author name and description to HTML meta
2020-06-30 10:01:50 -04:00
Bruno Alla
8d066b3ab4
Use watchgod instead of watchdog
2020-06-29 22:46:16 +01:00
Bruno Alla
01437669a2
Merge branch 'master' into yotamtal-master
2020-06-29 22:42:54 +01:00
Bruno Alla
9af7b3ad6d
Missing RUN
command in Dockerfile
2020-06-29 21:52:10 +01:00
Bruno Alla
bed885f001
Comment out all lines related to LaTeX
2020-06-29 21:51:33 +01:00
Bruno Alla
196167490d
Merge branch 'master' into docs
...
# Conflicts:
# {{cookiecutter.project_slug}}/requirements/local.txt
2020-06-29 21:48:17 +01:00
pyup-bot
435a0c0276
Update django-extensions from 3.0.0 to 3.0.1
2020-06-29 13:44:24 -07:00
Bruno Alla
a52078ec47
Merge pull request #2644 from pydanny/pyup-update-django-extensions-2.2.9-to-3.0.0
...
Update django-extensions to 3.0.0
2020-06-29 21:43:39 +01:00
Andrew Chen Wang
a9688adc0e
Update ugettext_lazy to gettext_lazy
2020-06-29 15:27:53 -04:00
pyup-bot
8447699c93
Update django-extensions from 2.2.9 to 3.0.0
2020-06-29 05:35:40 -07:00
Richard Hajdu
e1cd81e28c
Gulp watcher fix for win10 fixes #2642
...
Fix for browsersync and file watchers not working correctly on windows.
2020-06-28 18:38:29 +02:00
Hannah Lazarus
916157e500
Update {{cookiecutter.project_slug}}/docs/_source/howto.rst
...
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2020-06-27 14:11:57 -04:00
Hannah Lazarus
8c2f49ad38
Update {{cookiecutter.project_slug}}/compose/local/docs/Dockerfile
...
sounds good!
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2020-06-27 13:57:50 -04:00
Bruno Alla
2d2f513cba
Merge pull request #2639 from pydanny/pyup-update-ipdb-0.13.2-to-0.13.3
...
Update ipdb to 0.13.3
2020-06-23 18:33:47 +01:00
pyup-bot
f3a511a656
Update ipdb from 0.13.2 to 0.13.3
2020-06-23 08:34:22 -07:00
pyup-bot
4eca81edc2
Update mypy from 0.781 to 0.782
2020-06-23 03:55:23 -07:00
Bruno Alla
e9fa8d566c
Merge pull request #2636 from pydanny/bump-base-deps
...
Update base requirements to latest version
2020-06-21 15:08:28 +01:00
Bruno Alla
e095ee9f93
Merge pull request #2600 from tanoabeleyra/s3-cdn
...
Allow to use a CDN with S3
2020-06-21 15:07:35 +01:00
Bruno Alla
8b3ee3cfe5
Merge pull request #2610 from Andrew-Chen-Wang/patch-2
2020-06-21 14:43:25 +01:00
Bruno Alla
aadf66185c
Update base requirements to latest version
2020-06-21 14:26:40 +01:00
Bruno Alla
fe8a939611
Bump flake8 in pre-commit config
2020-06-21 14:23:48 +01:00
Bruno Alla
7a0ba0fa9d
Merge pull request #2635 from AsheKR/user-api-serializer-get-user-model
2020-06-21 14:13:40 +01:00
Bruno Alla
c0f391ca87
Merge pull request #2634 from pydanny/pyup-update-mypy-0.780-to-0.781
...
Update mypy to 0.781
2020-06-21 14:09:21 +01:00
Bruno Alla
723feb15c1
Merge pull request #2625 from pydanny/pyup-update-sphinx-3.0.4-to-3.1.1
2020-06-21 14:08:58 +01:00
Bruno Alla
5e435a1c26
Merge pull request #2622 from pydanny/pyup-update-pre-commit-2.4.0-to-2.5.1
2020-06-21 14:08:34 +01:00
Bruno Alla
36e4fd7361
Merge pull request #2616 from pydanny/pyup-update-collectfast-2.1.0-to-2.2.0
...
Update collectfast to 2.2.0
2020-06-21 14:08:18 +01:00
Gil
88f9a6c289
Replace User by get_user_model
2020-06-21 16:13:42 +09:00
pyup-bot
d979c342d6
Update mypy from 0.780 to 0.781
2020-06-20 08:51:49 -07:00
pyup-bot
d3a000d76d
Update sentry-sdk from 0.14.4 to 0.15.1
2020-06-18 04:45:15 -07:00
Bruno Alla
27b905e7bc
Merge pull request #2618 from pydanny/pyup-update-flake8-3.8.2-to-3.8.3
2020-06-17 23:11:00 +01:00
Bruno Alla
91b58f033a
Merge pull request #2612 from pydanny/pyup-update-mypy-0.770-to-0.780
...
Update mypy to 0.780
2020-06-17 23:09:46 +01:00
Andrew Chen Wang
89b81452a9
Update Django to 3.0.7 due to CVEs
...
There were several CVE's that arose between 3.0.3 to 3.0.7. Updating quickly will resolve the vulnerabilities and fix several PRs.
2020-06-16 20:21:51 -04:00
pyup-bot
1b6e4994ca
Update sphinx from 3.0.4 to 3.1.1
2020-06-14 03:13:04 -07:00
pyup-bot
54f8e3d672
Update pre-commit from 2.4.0 to 2.5.1
2020-06-09 16:02:00 -07:00
pyup-bot
6038a654ab
Update flake8 from 3.8.2 to 3.8.3
2020-06-08 17:02:43 -07:00
pyup-bot
24e8a17d74
Update collectfast from 2.1.0 to 2.2.0
2020-06-05 17:08:27 -07:00
pyup-bot
9d0b570c51
Update mypy from 0.770 to 0.780
2020-06-03 05:12:36 -07:00
pyup-bot
9e87d4b189
Update pytest from 5.4.2 to 5.4.3
2020-06-03 00:26:13 -07:00
Andrew Chen Wang
d7f22a1158
Changed service to Docker dind
2020-05-29 18:05:44 -04:00
Andrew Chen Wang
7c3558fa62
Fix Docker configuration for Gitlab CI #2549
...
* Just missing the services I believe according to @rocode?
* I'm hoping to just completely eradicate the need for this setup with a follow-up PR for completely non-Docker approach on CI that supports celery, too.
2020-05-29 17:23:15 -04:00
pyup-bot
090c62e862
Update sphinx from 3.0.3 to 3.0.4
2020-05-27 02:27:13 -07:00
pyup.io bot
a8672e08cb
Update flake8 to 3.8.2 ( #2607 )
2020-05-24 09:02:08 +08:00
Hannah Lazarus
401ef31c6c
Remove latex from sphinx docker build
...
Include as helper comment only
2020-05-18 10:33:57 -04:00
Tano Abeleyra
70f6471c75
Allow to use a CDN with S3
2020-05-17 12:37:35 -03:00
pyup-bot
ce66080f85
Update sentry-sdk from 0.14.3 to 0.14.4
2020-05-13 12:42:53 -07:00
Bruno Alla
1c630c3a77
Merge pull request #2596 from pydanny/pyup-update-flake8-3.7.9-to-3.8.1
2020-05-12 11:16:43 +01:00
Bruno Alla
09790ee8fb
Resolve new flake8 error
2020-05-12 10:18:15 +01:00
Bruno Alla
cd740c2619
Update flake8 from 3.7.9 to 3.8.1 in pre-commit config
2020-05-12 10:12:48 +01:00
pyup-bot
b1c6ad25d2
Update flake8 from 3.7.9 to 3.8.1
2020-05-12 01:06:20 -07:00
pyup-bot
a5cb77399e
Update pre-commit from 2.3.0 to 2.4.0
2020-05-11 14:13:47 -07:00
pyup-bot
580ef4117d
Update pytest from 5.4.1 to 5.4.2
2020-05-09 00:17:30 -07:00
Bruno Alla
9075bdb39b
Merge pull request #2577 from Andrew-Chen-Wang/hiredis
2020-05-05 20:06:32 +01:00
Bruno Alla
e37627c4b1
Fix pre-commit config & add Black to the pre-commmit hooks
...
Fixes #2502
2020-05-01 19:10:42 +01:00
Bruno Alla
bcfcd384f8
Test user detail view
2020-05-01 17:55:32 +01:00
Andrew-Chen-Wang
b70b6ebd7e
Fixed production.txt typo when docker and windows combine
2020-05-01 10:39:30 -04:00
Andrew-Chen-Wang
836ea3a140
Merge branch 'hiredis' of https://github.com/Andrew-Chen-Wang/cookiecutter-django into hiredis
2020-05-01 10:37:44 -04:00
Andrew-Chen-Wang
bf5f557d2b
Added docker parameter to hiredis requirement
2020-05-01 10:35:20 -04:00
Bruno Alla
a63278fb4e
Merge pull request #2575 from Andrew-Chen-Wang/watchgod
2020-04-30 22:34:25 +01:00
Bruno Alla
99a15f1def
Merge branch 'master' into hiredis
2020-04-30 22:04:41 +01:00
Hannah Lazarus
3152bdaeb3
Add sphinx defaults for cookiecutter'd project
...
-serve, watch + live reload for docs + code file changes
-update project makefile + make.bat
-separate _source and _build
-add packages and paths to use autodoc
-edit/add documentation with examples (both at django-cookiecutter and inside generated project)
-add formatted comments in User model for pickup by Sphinx apidoc
-serve docs from a separate docs container for docker build
2020-04-30 13:23:24 -04:00
Bruno Alla
ff0e1a21e1
Merge pull request #2579 from pydanny/pyup-update-redis-3.4.1-to-3.5.0
2020-04-30 15:49:51 +01:00
Fabio C. Barrionuevo da Luz
1247f06395
Make sure to resolve symbolic links, uses an absolute path in ROOT_DIR
...
and raise an error if the path does not exist by using the "resolve" method.
Use "parent.parent.parent" instead of "parents[2]"
2020-04-30 11:33:46 -03:00
browniebroke
f2a7c719e2
Update redis from 3.4.1 to 3.5.0
2020-04-30 12:00:30 +01:00
Andrew-Chen-Wang
4d54dcaa32
Put hiredis in production only if using Win
2020-04-29 16:42:24 -04:00
Andrew-Chen-Wang
dfd1ee8bb2
Use hiredis
2020-04-29 16:31:19 -04:00
Andrew-Chen-Wang
d16d0aa5c4
Add watchgod for uvicorn
2020-04-29 15:56:09 -04:00
browniebroke
47e82bd084
Update uvicorn from 0.11.3 to 0.11.5
2020-04-29 12:00:30 +01:00
Bruno Alla
3694f3dcaa
Merge branch 'extended-drf-tests'
2020-04-29 09:44:58 +01:00
Bruno Alla
01b8412805
Fix expected value
2020-04-29 09:23:27 +01:00
Pilhwan Kim
29fea6efa3
remove import UserSerializer in tesf_drf_views.py
2020-04-29 08:54:32 +09:00
Leon Kim
5a9648fa90
Update {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/tests/test_drf_views.py
...
OK. I agree with your idea. Even to me, this code is more explicit to check result.
Co-Authored-By: Bruno Alla <browniebroke@users.noreply.github.com>
2020-04-29 08:41:33 +09:00
Bruno Alla
672be773a3
Fix formatting
2020-04-28 23:18:52 +01:00
Andrew Chen Wang
c54c4f5ef7
Fix reloading when using async
2020-04-28 16:26:34 -04:00
Bruno Alla
2f805ba1b7
Merge pull request #2487 from pydanny/pyup-update-pytest-5.3.5-to-5.4.1
2020-04-28 12:57:46 +01:00
Bruno Alla
d86bd3280a
Merge pull request #2545 from hanhanhan/name_containers
2020-04-28 12:47:45 +01:00
browniebroke
4eb718c683
Update pytest from 5.3.5 to 5.4.1
2020-04-28 12:41:36 +01:00
Bruno Alla
6aaee8dabe
Merge pull request #2563 from pydanny/pyup-update-sphinx-3.0.2-to-3.0.3
2020-04-28 12:40:45 +01:00
Bruno Alla
eb3cf4e6dd
Merge pull request #2568 from pydanny/pyup-update-pytz-2019.3-to-2020.1
2020-04-28 12:40:25 +01:00
browniebroke
0c2af32b8d
Update pytz from 2019.3 to 2020.1
2020-04-28 12:00:34 +01:00
Pilhwan Kim
f13f3dc2bf
add use drf tests
2020-04-28 12:41:51 +09:00
browniebroke
3d8c4627f4
Update pytest-sugar from 0.9.2 to 0.9.3
2020-04-27 12:00:36 +01:00
browniebroke
04d8b06035
Update sphinx from 3.0.2 to 3.0.3
2020-04-27 12:00:31 +01:00
browniebroke
b8a1805a9f
Update pillow from 7.1.1 to 7.1.2
2020-04-26 12:00:30 +01:00
Tano Abeleyra
95ca7ca291
Update django-redis links
2020-04-24 21:29:59 -03:00
Hannah Lazarus
f9c20af456
Add container_names for docker commands
...
container_names make it possible to run docker commands
without looking up container hash
use in dev.yml
2020-04-24 16:31:20 -04:00
Sudarshan Wadkar
4021286be0
Add condition to include .co.XX TLDs
...
This is best effort checking of domain names and creating the traefik
rules. These two checks should cover most of the use cases.
2020-04-24 19:43:38 +05:30
Sudarshan Wadkar
9cf47898f4
Only consider TLDs while adding www
route
...
Instead of checking for `.co.XX` on best effort basis, we only check for
the single dot in the domain_name indicating no subdomain usage.
2020-04-24 19:43:38 +05:30
Sudarshan Wadkar
cafc0ac1f3
Conditionally add www host to traefik router
...
If the domain_name entered contains subdomains, e.g. `api.example.com`
then do *not* add an additional `www.api.example.com` route to traefik
If the user enters only the domain `example.com` then add the optional
`www.example.com` Host to the traefik routers.
2020-04-24 19:43:37 +05:30
browniebroke
433aa667f5
Update pre-commit from 2.2.0 to 2.3.0
2020-04-23 12:00:33 +01:00
Yotam Tal
42101feef1
Add hot-reload support to celery worker
2020-04-21 13:45:30 +03:00
browniebroke
8eeef9a86c
Update sphinx from 3.0.1 to 3.0.2
2020-04-20 12:00:32 +01:00
Bruno Alla
ca27ddd14d
Merge pull request #2524 from sorasful/master
2020-04-17 12:58:02 +01:00
Bruno Alla
4f6427899b
Merge pull request #2544 from pydanny/pyup-update-flake8-isort-2.9.1-to-3.0.0
2020-04-17 11:35:25 +01:00
Bruno Alla
f01ff95c51
Merge pull request #2539 from Andrew-Chen-Wang/ci
2020-04-17 11:34:50 +01:00
Andrew-Chen-Wang
d249158444
Fix .travis.yml indent alignment
2020-04-16 14:15:35 -04:00
Andrew-Chen-Wang
d2285d9e2d
pytest.parametrized test for generating CI
...
* Removed celerybeat start's postgres_ready() for new PR for closer inspection and further review. Travis and GitLab CI reflect changes
2020-04-16 13:34:12 -04:00
browniebroke
3d9f7b91d0
Update flake8-isort from 2.9.1 to 3.0.0
2020-04-16 12:00:30 +01:00
Bruno Alla
c4e4bea31b
Merge branch 'master' into async
2020-04-16 09:43:38 +01:00
Bruno Alla
835cd8c9b5
Remove unused parameter in Gulp task
2020-04-16 09:43:28 +01:00
Bruno Alla
c639541d50
Default DJANGO_SETTINGS_MODULE to local settings in asgi.py
...
This is to be consistent with `manage.py` behaviour and required to run locally.
2020-04-16 09:11:15 +01:00
Andrew-Chen-Wang
25cd8ea72b
Update beat start files with better? SQL statement
2020-04-14 15:05:53 -04:00
Andrew-Chen-Wang
dd0e7c0c80
Remove unnecssary import in celerybeat start files
2020-04-14 12:04:41 -04:00
Andrew Chen Wang
9e007699c9
Merge branch 'master' into ci
2020-04-14 11:55:01 -04:00
Andrew-Chen-Wang
3c63b3e46e
Add Docker support to Travis and GitLab CI
...
* Celerybeat start files wait for table migration so that errors don't occur if a migration does not happen post-build
2020-04-14 11:52:14 -04:00
Andrew Chen Wang
e2b5dba3f7
Remove Apache LICENSE Appendix
2020-04-14 11:50:44 -04:00
Andrew Chen Wang
264466904e
Add Apache Software License 2.0 to LICENSE
2020-04-14 11:36:11 -04:00
Bruno Alla
53b6692b33
Merge pull request #2537 from pydanny/pyup-update-pylint-django-2.0.14-to-2.0.15
...
Update pylint-django to 2.0.15
2020-04-14 13:38:47 +01:00
browniebroke
0c32fac51e
Update pylint-django from 2.0.14 to 2.0.15
2020-04-14 12:00:42 +01:00
browniebroke
82cde2eacc
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:39 +01:00
browniebroke
508ca6f4e8
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:37 +01:00
browniebroke
5040eb9ba4
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:37 +01:00
browniebroke
8bbcc6aa01
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:36 +01:00
browniebroke
81363cc0f8
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:35 +01:00
browniebroke
d816a62e43
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:33 +01:00
browniebroke
7cc6fc0b30
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:32 +01:00
browniebroke
cbaf953ed2
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:31 +01:00
browniebroke
efd53908af
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:30 +01:00
Andrew-Chen-Wang
cc099ae941
Edited docs for local running async
2020-04-13 11:26:09 -04:00
Andrew-Chen-Wang
f0813a24b2
Added Heroku and Gulp support
...
* Deleted some unnecessary info inside asgi.py
2020-04-13 10:57:42 -04:00
Bruno Alla
2993bbf78f
Merge pull request #2514 from codnee/python_3.8
...
Upgrade to Python 3.8
2020-04-13 15:13:32 +01:00
Bruno Alla
712f60874d
Merge pull request #2534 from pydanny/pyup-update-coverage-5.0.4-to-5.1
...
Update coverage to 5.1
2020-04-13 12:57:45 +01:00
Bruno Alla
9b6d29d491
Merge pull request #2533 from danihodovic/store-coveragerc-in-setup.cfg
...
Store coverage config in setup.cfg
2020-04-13 12:57:26 +01:00
browniebroke
6510ab1555
Update coverage from 5.0.4 to 5.1
2020-04-13 12:00:29 +01:00
Dani Hodovic
83934f3d86
Store coverage config in setup.cfg
...
Less is more. Unify tooling configuration in one file.
2020-04-12 21:40:02 +03:00
Tano Abeleyra
0f388a6d96
Fix minor typo
2020-04-11 14:49:04 -03:00
browniebroke
e474ed3f1a
Update sphinx from 3.0.0 to 3.0.1
2020-04-11 12:00:29 +01:00
Duda Nogueira
819e9ff273
Adding some spaces to pass build :P
2020-04-07 19:29:46 -03:00
Duda Nogueira
1d2d881aba
Fix INTERNAL_IPS for DOCKER when ip higher than 9
...
previously, for IP ex: 172.19.0.13 becomes: 172.19.0.11
now, it becomes 172.19.0.1
2020-04-07 18:53:09 -03:00
Andrew Chen Wang
041751a359
Fixed linter for asgi.py
2020-04-07 00:23:31 -04:00
Andrew Chen Wang
2ecbf7ac34
Merge branch 'master' into async
2020-04-06 23:02:36 -04:00
Bruno Alla
94d7bd11ad
Update psycopg2 from 2.8.4 to 2.8.5
2020-04-06 13:36:42 +01:00
browniebroke
75f4d304f4
Update psycopg2-binary from 2.8.4 to 2.8.5
2020-04-06 13:36:42 +01:00
browniebroke
bd104afb3d
Update sphinx from 2.4.4 to 3.0.0
2020-04-06 12:00:30 +01:00
Tevak
0df3087d3d
Traefik - Also redirect wwww. to service.
2020-04-04 17:26:24 +02:00
browniebroke
d16760bf8b
Update pillow from 7.1.0 to 7.1.1
2020-04-03 12:00:30 +01:00
browniebroke
8eb14e6c84
Update pillow from 7.0.0 to 7.1.0
2020-04-02 12:00:31 +01:00
Bruno Alla
5659996b7e
Merge pull request #2518 from pydanny/pyup-update-werkzeug-1.0.0-to-1.0.1
...
Update werkzeug to 1.0.1
2020-04-01 16:03:45 +01:00
browniebroke
80fdb5c7cc
Update werkzeug from 1.0.0 to 1.0.1
2020-04-01 12:00:35 +01:00
browniebroke
bbd940363f
Update django from 3.0.4 to 3.0.5
2020-04-01 12:00:31 +01:00
browniebroke
94a1fef0af
Update pytest-django from 3.8.0 to 3.9.0
2020-03-31 12:00:31 +01:00
Ernesto Cedeno
0cdf60ceac
Change Python version to 3.8
2020-03-29 19:55:27 +02:00
Bruno Alla
018938dd0e
Merge pull request #2513 from pydanny/pyup-update-flake8-isort-2.9.0-to-2.9.1
...
Update flake8-isort to 2.9.1
2020-03-29 16:45:22 +01:00
browniebroke
53b240af9a
Update flake8-isort from 2.9.0 to 2.9.1
2020-03-29 12:00:34 +01:00
browniebroke
e49afda665
Update flower from 0.9.3 to 0.9.4
2020-03-29 12:00:30 +01:00
Andrew Chen Wang
efbb04da91
Update so apps load first when using asgi.py
2020-03-27 21:32:17 -04:00
Bruno Alla
48bad8379d
Merge pull request #2508 from pydanny/pyup-update-django-extensions-2.2.8-to-2.2.9
...
Update django-extensions to 2.2.9
2020-03-27 18:09:05 +00:00
Tim Gates
62236dd908
docs: Fix simple typo, interpteter -> interpreter
...
There is a small typo in {{cookiecutter.project_slug}}/docs/pycharm/configuration.rst.
Should read `interpreter` rather than `interpteter`.
2020-03-27 22:15:56 +11:00
browniebroke
820f574bf5
Update django-extensions from 2.2.8 to 2.2.9
2020-03-27 11:00:30 +00:00
Bruno Alla
1e612c4cfb
Remove request_factory fixture, use the rf one from pytest-django
2020-03-26 18:21:11 +00:00
Andrew-Chen-Wang
c9744497c9
Added gunicorn to base.txt requirements for async work
2020-03-24 21:53:53 -04:00
Andrew-Chen-Wang
367225e4e8
Removed the 4 workers from the production start of uvicorn
2020-03-24 21:46:40 -04:00
Andrew-Chen-Wang
7cd390854b
Fixed linter checks
2020-03-24 21:42:28 -04:00
Andrew-Chen-Wang
e6b800d985
Added static files URL for runserver-level/best performance
...
* The reason there was a degraded performance was because we're using Gunicorn itself as a local tester. So we needed to add the staticfiles urls
2020-03-24 20:59:28 -04:00
Andrew-Chen-Wang
125ffec243
Changed starting commands for running server
...
* Performance is very low
2020-03-24 20:51:43 -04:00
Andrew-Chen-Wang
910ed86d11
Fixed linter check for #2506
2020-03-24 16:12:47 -04:00
Andrew-Chen-Wang
aee2de347b
Add uvicorn and web sockets for Django 3
...
* Add use_async option to cookiecutter.json
* Add websocket configuration
2020-03-24 15:40:14 -04:00
Bruno Alla
7e1cb599af
Remove flake noqa exception
2020-03-23 21:46:14 +00:00
Bruno Alla
56d5e271aa
Remove isort exception in production config & fix issue
2020-03-23 21:46:14 +00:00
Bruno Alla
c4b1666707
Move storages classes into their own module
2020-03-23 21:46:14 +00:00
Gabriel Mejia
2e1a922577
Add CELERY_BROKER_URL for gitlab #2504 ( #2505 )
...
* Solved issue #2504
* Added new contributor
Co-authored-by: Gabriel Mejia <gmejia@veritran.com>
2020-03-23 21:43:59 +00:00
Bruno Alla
ea5db6c4f4
Django 3.0 support ( #2469 )
...
* Bump Django version to 3.0.x to see what breaks
* Update places where Django 2.2 is mentioned to 3.0
* Update to latest Django 3.0 version
* Bump version in setup.py
2020-03-23 21:41:51 +00:00
browniebroke
12a4bd27e8
Update sentry-sdk from 0.14.2 to 0.14.3
2020-03-21 11:00:31 +00:00
Demetris Stavrou
5b9161e16e
Fixed pre-commit files selector regex
2020-03-17 22:11:16 +02:00
Bruno Alla
92bbddc290
Change style for pytest marker
...
Update pytest.mark.django_db to be more consistent with rest of the project
2020-03-17 18:41:27 +00:00
Bruno Alla
984b5bcfbe
Nicer syntax to join paths
2020-03-17 15:46:55 +00:00
Bruno Alla
5498716c74
Fix isort
2020-03-17 15:35:42 +00:00
Bruno Alla
d2988040d5
Merge branch 'master' into pathlib-migration-updated
2020-03-17 14:16:35 +00:00
Bruno Alla
d15ea8b9b4
Merge branch 'master' into pyup-update-coverage-5.0.3-to-5.0.4
2020-03-17 11:57:37 +00:00
Bruno Alla
9ab2a0f2a8
Merge pull request #2494 from pydanny/pyup-update-flake8-isort-2.8.0-to-2.9.0
...
Update flake8-isort to 2.9.0
2020-03-17 11:56:55 +00:00
browniebroke
06a880164a
Update coverage from 5.0.3 to 5.0.4
2020-03-17 11:00:39 +00:00
browniebroke
61476eaca1
Update flake8-isort from 2.8.0 to 2.9.0
2020-03-17 11:00:35 +00:00
browniebroke
e3486dc782
Update celery from 4.4.1 to 4.4.2
2020-03-17 11:00:31 +00:00
Bruno Alla
e97573dfda
Merge pull request #2435 from Andrew-Chen-Wang/master
...
Add all supported Anymail Providers
2020-03-16 19:59:25 +00:00
Bruno Alla
ca7fcb8f62
Merge pull request #2442 from jameswilliams1/fix-django-compressor-settings
...
Fix broken Django Compressor setup and enable static files minification
2020-03-16 19:53:02 +00:00
James Williams
090b93c01e
remove setting compress_enabled to null in .django
2020-03-15 22:16:40 +00:00
Bruno Alla
530868d072
Move "rest_framework" in THIRD_PARTY_APPS
2020-03-15 19:20:44 +00:00
Bruno Alla
729cd2adab
Merge branch 'master' into drf-auth-token
2020-03-15 19:19:36 +00:00
Bruno Alla
fa841e6d97
Merge pull request #2483 from scaramagus/master
...
Add PYTHONDONTWRITEBYTECODE flag to local development Dockerfile
2020-03-15 19:10:49 +00:00
Bruno Alla
76dfa29932
Merge pull request #2490 from guilherme1guy/master
...
Updates default Gitlab CI configuration to fix broken builds on new projects
2020-03-15 19:05:20 +00:00
Guilherme Guy
fa8311405d
Fixes gitlabCI failing due to postgres config
2020-03-15 09:23:21 -03:00
browniebroke
95057c4769
Update django-stubs from 1.4.0 to 1.5.0
2020-03-15 11:00:30 +00:00
Andrew-Chen-Wang
5e1d1dd1c3
Fixed tests for mail providers
2020-03-14 15:09:05 -04:00
Andrew-Chen-Wang
3978890502
Adjusted readability
...
* Changed Vanilla/Plain Django-Anymail to Other SMTP
* Made Mailgun default again
* config/production.py adjusted if conditions according to @browniebroke
2020-03-14 13:43:37 -04:00
Andrew-Chen-Wang
9cf72849e6
Merged parent repo and configured refurbished tests
2020-03-14 13:29:08 -04:00
browniebroke
324e307402
Update pre-commit from 2.1.1 to 2.2.0
2020-03-13 11:00:34 +00:00
Agustin Scaramuzza
7e345d5fb3
Add PYTHONDONTWRITEBYTECODE flag to local development Dockerfile
2020-03-11 14:41:37 -03:00
browniebroke
427c69562e
Update mypy from 0.761 to 0.770
2020-03-11 11:00:31 +00:00
jeromecaisip
3a3550cd3f
Update base.txt
2020-03-08 17:55:19 +01:00
browniebroke
09fd30b6a8
Update sphinx from 2.4.3 to 2.4.4
2020-03-06 11:00:31 +00:00
Bruno Alla
d17c2ec015
Merge pull request #2477 from pydanny/pyup-update-ipdb-0.13.1-to-0.13.2
...
Update ipdb to 0.13.2
2020-03-04 15:56:38 +00:00
browniebroke
2fd0cf0e35
Update ipdb from 0.13.1 to 0.13.2
2020-03-04 11:00:36 +00:00
browniebroke
effb548b5d
Update django from 2.2.10 to 2.2.11
2020-03-04 11:00:32 +00:00
Bruno Alla
fab6b8724a
Test isort flake8-isort & fix issues
...
fixes #2123
2020-03-03 20:04:31 +00:00
Bruno Alla
a24a6f337b
Add Heroku dyno for celery beat
2020-03-03 18:56:18 +00:00
jeromecaisip
4825b932c7
Optionally remove/add restframework according to choice
2020-03-03 14:45:20 +01:00
Bruno Alla
5e16589d8e
Merge pull request #2472 from pydanny/pyup-update-collectfast-2.0.1-to-2.1.0
...
Update collectfast to 2.1.0
2020-03-03 13:09:47 +00:00
browniebroke
ff43635bb7
Update celery from 4.4.0 to 4.4.1
2020-03-03 11:00:36 +00:00
browniebroke
4fd15474b1
Update collectfast from 2.0.1 to 2.1.0
2020-03-03 11:00:31 +00:00
jeromecaisip
bfe463fa7c
Update base.py
2020-03-02 19:27:07 +01:00
jeromecaisip
fa6ca7b1c8
Add rest_framework.authtoken on installed apps.
...
Add rest_framework.authtoken on installed apps when the option to use DRF is selected, because the endpoint
'/auth-token/" depends on the said app.
2020-03-02 19:16:33 +01:00
Bruno Alla
a0174840cb
Merge pull request #2468 from pydanny/pyup-update-ipdb-0.12.3-to-0.13.1
...
Update ipdb to 0.13.1
2020-02-29 12:12:04 +00:00
Bruno Alla
96b98c08f3
Merge pull request #2467 from pydanny/pyup-update-django-crispy-forms-1.8.1-to-1.9.0
...
Update django-crispy-forms to 1.9.0
2020-02-29 11:48:16 +00:00
browniebroke
3765271015
Update ipdb from 0.12.3 to 0.13.1
2020-02-29 11:00:36 +00:00
browniebroke
ccfe97972a
Update django-crispy-forms from 1.8.1 to 1.9.0
2020-02-29 11:00:33 +00:00
browniebroke
7e0f86b4ba
Update django-celery-beat from 1.6.0 to 2.0.0
2020-02-29 11:00:30 +00:00
James Williams
d3db7a867f
fix compresss offline never runs using environ
2020-02-28 17:04:15 +00:00
James Williams
89f85f1255
- configure compressor when not using s3
...
- update django start script to compress if using whitenoise and compress enabled
- add to contributors.rst
2020-02-28 15:59:14 +00:00
browniebroke
fe7a70be66
Update sentry-sdk from 0.14.1 to 0.14.2
2020-02-27 11:00:32 +00:00
Bruno Alla
f9b0c4846b
Update pre-commit from 2.1.0 to 2.1.1 ( #2463 )
2020-02-25 20:58:45 +08:00
Bruno Alla
089d270356
Merge pull request #2461 from pydanny/pyup-update-collectfast-1.3.2-to-2.0.1
...
Update collectfast to 2.0.1
2020-02-25 12:22:27 +00:00
browniebroke
a36f6a7495
Update pylint-django from 2.0.13 to 2.0.14
2020-02-25 11:00:36 +00:00
browniebroke
487ed35bc5
Update collectfast from 1.3.2 to 2.0.1
2020-02-25 11:00:32 +00:00
Pawan Chaurasia
7df671611a
fixed pre-commit not loading the flake8 config. added path of setup.cfg in .pre-commit-config.yaml
2020-02-24 18:46:01 +05:30
Bruno Alla
452f3ec18e
Merge pull request #2458 from pydanny/pyup-update-sphinx-2.4.2-to-2.4.3
...
Update sphinx to 2.4.3
2020-02-23 11:33:28 +00:00
Bruno Alla
48f7a4a7d2
Merge pull request #2433 from demestav/master
...
Flower now served by Traefik
2020-02-23 11:32:47 +00:00
browniebroke
405d33d99e
Update sphinx from 2.4.2 to 2.4.3
2020-02-23 11:00:30 +00:00
Demetris Stavrou
e3d7ea0e10
Added condition for Flower port mapping
2020-02-22 21:29:40 +02:00
Demetris Stavrou
f6a63a5f0c
Added 5555 port mapping to traefik service
2020-02-21 10:08:10 +02:00
Cole Maclean
e8b36af72f
Remove coreapi requirement
2020-02-19 13:13:10 -08:00
Bruno Alla
9903eb3c3d
Merge pull request #2452 from pydanny/pyup-update-pre-commit-2.0.1-to-2.1.0
...
Update pre-commit to 2.1.0
2020-02-19 13:12:45 +00:00
browniebroke
d5edf1fa4d
Update pre-commit from 2.0.1 to 2.1.0
2020-02-19 11:00:39 +00:00
browniebroke
15e8e667e5
Update sphinx from 2.4.1 to 2.4.2
2020-02-19 11:00:36 +00:00
Demetris Stavrou
1a7bcccd94
Added celery cookiecutter condition in Traefik configuration
2020-02-18 11:01:56 +02:00
browniebroke
10be405c89
Update collectfast from 1.3.1 to 1.3.2
2020-02-17 11:00:34 +00:00
browniebroke
a8e668d659
Update sphinx from 2.4.0 to 2.4.1
2020-02-12 11:00:32 +00:00
Bruno Alla
03ce9ebf01
Merge pull request #2437 from pydanny/pyup-update-werkzeug-0.16.1-to-1.0.0
...
Update werkzeug to 1.0.0
2020-02-11 12:10:47 +00:00
Bruno Alla
8843d95485
Merge pull request #2441 from pydanny/pyup-update-django-extensions-2.2.6-to-2.2.8
...
Update django-extensions to 2.2.8
2020-02-11 11:54:06 +00:00
browniebroke
311e0dfc24
Update django-extensions from 2.2.6 to 2.2.8
2020-02-11 11:00:30 +00:00
browniebroke
be019ea54a
Update sphinx from 2.3.1 to 2.4.0
2020-02-09 11:00:30 +00:00
browniebroke
816fb1c44b
Update werkzeug from 0.16.1 to 1.0.0
2020-02-07 11:00:30 +00:00
Andrew-Chen-Wang
ac884f3f75
Updated mail service docs
...
* Trying to appease the Black-linter god...
2020-02-06 20:18:49 -05:00
Andrew-Chen-Wang
0621929cd2
Removed None option for mail service
...
* This is necessary in order to be compatible with Django-allauth
2020-02-06 18:41:30 -05:00
Andrew-Chen-Wang
c8eb5462eb
Configurations and Packages added
...
* Production settings updated for all
* Added env vars from production settings
* Added packages requirements.txt
2020-02-06 16:58:15 -05:00
Demetris Stavrou
86c9b3cb28
Flower now served by Traefik
2020-02-04 15:04:47 +02:00
browniebroke
c7a6dbdd10
Update django-storages from 1.9 to 1.9.1
2020-02-04 11:00:31 +00:00
browniebroke
e9c6b3d9e9
Update django-storages from 1.9 to 1.9.1
2020-02-04 11:00:30 +00:00
Bruno Alla
8fd0d42de0
Don't include POSTGRES_... environment in the PyCharm start script when not using Docker
2020-02-03 14:29:20 +00:00
Bruno Alla
30f3f05a76
Merge pull request #2430 from pydanny/pyup-update-django-storages-1.8-to-1.9
...
Update django-storages to 1.9
2020-02-03 13:10:56 +00:00
Bruno Alla
37ec5a45bb
Remove pyup filter
2020-02-03 12:56:37 +00:00
Bruno Alla
9e3327d7e0
Merge pull request #2428 from pydanny/pyup-update-redis-3.3.11-to-3.4.1
...
Update redis to 3.4.1
2020-02-03 12:55:06 +00:00
browniebroke
e8a946dc7b
Update django from 2.2.9 to 2.2.10
2020-02-03 11:00:35 +00:00
browniebroke
f6f78c9da8
Update django-storages from 1.8 to 1.9
2020-02-03 11:00:32 +00:00
browniebroke
b49e0f2e39
Update django-storages from 1.8 to 1.9
2020-02-03 11:00:31 +00:00
browniebroke
2a6ee05782
Update redis from 3.3.11 to 3.4.1
2020-02-02 11:00:30 +00:00
Bruno Alla
a1f296bc4c
Merge pull request #2427 from pydanny/pyup-update-django-debug-toolbar-2.1-to-2.2
...
Update django-debug-toolbar to 2.2
2020-02-01 12:09:38 +00:00
browniebroke
3c177776d8
Update django-debug-toolbar from 2.1 to 2.2
2020-02-01 11:00:33 +00:00
browniebroke
af7dcd7ab2
Update django-celery-beat from 1.5.0 to 1.6.0
2020-02-01 11:00:29 +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
Bruno Alla
7ae616370b
Update django-compressor to 2.4 ( #2385 )
...
Update django-compressor to 2.4
2020-01-11 13:40:51 +00:00
Bruno Alla
9fa80f80c9
Speed up django image build process, and reduce its size ( #2353 )
...
Speed up django image build process, and reduce its size
2020-01-11 13:40:06 +00:00
browniebroke
c94c6acfc4
Update sentry-sdk from 0.13.5 to 0.14.0
2020-01-08 11:00:33 +00:00
Trung Dong Huynh
4a71b0b936
Using the python:3.7-slim-buster image for later Python version - 3.7.6
...
(instead of debian:buster-slim, shipped with Python 3.7.3)
2020-01-07 13:54:15 +00:00
Trung Dong Huynh
c13f5bce27
Merge branch 'master' into debian-buster-slim
2020-01-07 11:11:57 +00:00
Trung Dong Huynh
b22045bcd4
Replaced base Docker image with debian:buster-slim ( #2373 )
...
Using system Python 3 distribution (3.7.3) in order to allow the use of Debian packages for numpy, scipy, etc. without the need of building them or installing build dependencies.
Changed `#!/bin/sh` in shell scripts to `#!/bin/bash` to make `set -o pipefail` work.
2020-01-07 11:06:31 +00:00
Hunterx7
a0359d9d6a
Bumped runtime for heroku.
2020-01-06 13:57:19 +01:00
browniebroke
bfe0949635
Update coverage from 5.0 to 5.0.2
2020-01-06 11:00:33 +00:00
browniebroke
41d514e6cf
Update pre-commit from 1.20.0 to 1.21.0
2020-01-03 08:00:31 -03:00
browniebroke
e33e90fb69
Update pillow from 6.2.1 to 7.0.0
2020-01-02 08:00:30 -03:00
browniebroke
aa48a03c1f
Update django-compressor from 2.3 to 2.4
2019-12-31 08:00:30 -03:00
howiezhao
16b219034a
Update docs files
2019-12-28 17:26:43 +08:00
browniebroke
66991d9e95
Update sphinx from 2.3.0 to 2.3.1
2019-12-23 08:00:31 -03:00
David D
c7027526a3
Add Debian 10 (buster) OS dependencies
2019-12-22 12:52:22 +01:00
Bruno Alla
f3eadb0e04
Update mypy to 0.761 ( #2377 )
...
Update mypy to 0.761
2019-12-20 09:32:23 -03:00
browniebroke
b75cb6e6da
Update mypy from 0.760 to 0.761
2019-12-20 08:00:35 -03:00
browniebroke
2b0027de71
Update django-allauth from 0.40.0 to 0.41.0
2019-12-19 08:00:30 -03:00
Bruno Alla
cba14881fc
Remove mypy defaults and set django-stubs setting ( #2359 )
...
Remove mypy defaults and set django-stubs setting
2019-12-18 09:50:38 -03:00
Bruno Alla
82a185d77d
Update mypy to 0.760 ( #2371 )
...
Update mypy to 0.760
2019-12-18 09:49:34 -03:00
browniebroke
29d2ff0ccf
Update mypy from 0.750 to 0.760
2019-12-18 08:00:35 -03:00
browniebroke
2229a09fac
Update django from 2.2.8 to 2.2.9
2019-12-18 08:00:31 -03:00
Bruno Alla
494beaa4c1
Update sphinx to 2.3.0 ( #2369 )
...
Update sphinx to 2.3.0
2019-12-16 09:17:14 -03:00
browniebroke
acd63b14b8
Update sphinx from 2.2.2 to 2.3.0
2019-12-16 08:00:34 -03:00
browniebroke
8211a83f3a
Update celery from 4.3.0 to 4.4.0
2019-12-16 08:00:30 -03:00
browniebroke
b6a524c346
Update coverage from 4.5.4 to 5.0
2019-12-15 08:00:29 -03:00
browniebroke
d085a9c432
Update django-redis from 4.10.0 to 4.11.0
2019-12-14 08:00:29 -03:00
Bruno Alla
2861e6c60c
Update whitenoise to 5.0.1 ( #2363 )
...
Update whitenoise to 5.0.1
2019-12-13 09:50:54 -03:00
Bruno Alla
96667bbc8f
Update django-model-utils to 4.0.0 ( #2362 )
...
Update django-model-utils to 4.0.0
2019-12-13 09:50:21 -03:00
browniebroke
6ce4b13d83
Update djangorestframework from 3.10.3 to 3.11.0
2019-12-13 08:00:36 -03:00
browniebroke
d418909714
Update whitenoise from 4.1.4 to 5.0.1
2019-12-13 08:00:31 -03:00
browniebroke
c59062a496
Update django-model-utils from 3.2.0 to 4.0.0
2019-12-12 08:00:35 -03:00
Dani Hodovic
0f515974cb
Remove mypy defaults and set django-stubs setting
...
https://mypy.readthedocs.io/en/latest/config_file.html
ignore_errors = False
strict_optional = True
Are both set to these values by default. No need to set them in the
config.
```toml
[mypy.plugins.django-stubs]
django_settings_module = config.settings.local
```
mypy.plugins.django-stubs requires django_settings_module to be set.
https://github.com/typeddjango/django-stubs#configuration
2019-12-11 14:58:21 +01:00
Dani Hodovic
1dd8608142
Add django.middleware.common.BrokenLinkEmailsMiddleware
...
https://docs.djangoproject.com/en/2.2/howto/error-reporting/#errors
> If those conditions are met, Django will email the users listed in the
> MANAGERS setting whenever your code raises a 404 and the request has a
> referer. It doesn’t bother to email for 404s that don’t have a referer –
> those are usually just people typing in broken URLs or broken Web bots.
> It also ignores 404s when the referer is equal to the requested URL,
> since this behavior is from broken Web bots too.
2019-12-10 12:46:52 +01:00
Yuchen Xie
a88b6b04b6
Speed up django image build process, and reduce its size
2019-12-09 09:55:37 +08:00
browniebroke
97880e5046
Update sentry-sdk from 0.13.4 to 0.13.5
2019-12-06 11:00:30 +00:00
Ivan Khomutov
113ce88d9c
Add option to choose CI tool
2019-12-06 10:55:00 +03:00
Bruno Alla
efbf164e84
Update ipdb to 0.12.3 ( #2346 )
...
Update ipdb to 0.12.3
2019-12-04 13:25:33 +00:00
browniebroke
e7923c6c5c
Update flake8 from 3.7.8 to 3.7.9
2019-12-04 11:00:35 +00:00
browniebroke
112972d881
Update ipdb from 0.12.2 to 0.12.3
2019-12-04 11:00:32 +00:00
Bruno Alla
828f9c5cf8
updated werkzeug from 0.14.1 to 0.16.0 ( #2341 )
...
updated werkzeug from 0.14.1 to 0.16.0
2019-12-03 14:12:08 +00:00
Bruno Alla
676c9fb336
Update sphinx to 2.2.2 ( #2344 )
...
Update sphinx to 2.2.2
2019-12-03 14:11:25 +00:00
browniebroke
3140fe74ca
Update sphinx from 2.2.1 to 2.2.2
2019-12-03 11:00:42 +00:00
Jelmert
2214951bbe
updated werkzeug from 0.14.1 to 0.16.0
2019-12-03 11:19:01 +01:00
Fábio C. Barrionuevo da Luz
faa6cdafd4
Merge branch 'master' into pyup-update-mypy-0.740-to-0.750
2019-12-02 13:49:20 -03:00
Fábio C. Barrionuevo da Luz
9fade08a69
Merge pull request #2335 from pydanny/pyup-update-pytest-5.3.0-to-5.3.1
...
Update pytest to 5.3.1
2019-12-02 13:47:48 -03:00
browniebroke
b638ce0a1b
Update django from 2.2.7 to 2.2.8
2019-12-02 11:00:31 +00:00
browniebroke
1453b32891
Update mypy from 0.740 to 0.750
2019-11-30 11:00:31 +00:00
Denis Savran
c76b3066d6
Upgrade to Traefik v2
2019-11-29 21:35:40 +03:00