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
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