pyup-bot
7125d5c447
Update django-extensions from 1.7.8 to 1.7.9
2017-05-06 05:49:21 -07:00
pyup.io bot
8d7fd5ea06
Update django-debug-toolbar from 1.7 to 1.8 ( #1156 )
2017-05-06 14:48:47 +02:00
Raphaël Cohen
eb71aecc32
Optimize Django Dockerfile ( #1158 )
2017-05-06 14:43:26 +02:00
Fábio C. Barrionuevo da Luz
8eb08f553b
Merge pull request #1152 from pydanny/pyup-update-ipdb-0.10.2-to-0.10.3
...
Update ipdb to 0.10.3
2017-04-30 18:48:35 -03:00
Fábio C. Barrionuevo da Luz
90d221e206
Merge pull request #1147 from pydanny/pyup-update-django-allauth-0.31.0-to-0.32.0
...
Update django-allauth to 0.32.0
2017-04-30 18:35:39 -03:00
pyup-bot
df4bac167f
Update ipdb from 0.10.2 to 0.10.3
2017-04-30 14:35:19 -07:00
Fábio C. Barrionuevo da Luz
e02e7b860f
Merge pull request #1145 from pydanny/pyup-update-django-redis-4.7.0-to-4.8.0
...
Update django-redis to 4.8.0
2017-04-30 18:21:17 -03:00
Fábio C. Barrionuevo da Luz
13a19ec2d2
Merge pull request #1149 from pydanny/pyup-update-pillow-4.1.0-to-4.1.1
...
Update pillow to 4.1.1
2017-04-30 18:17:12 -03:00
Fábio C. Barrionuevo da Luz
fb0aaced34
change [pep8] to [pycodestyle] on setup.cfg
...
use [pycodestyle] instead of [pep8] on setup.cfg because [pep8] section is deprecated after 2.1.0 version of pycodestyle
2017-04-29 18:57:23 -03:00
Shupeyko Nikita
9037fb57f3
Fix #1150 ( #1151 )
...
Fix #1150
2017-04-29 16:59:05 +03:00
pyup-bot
8beb5b40b2
Update pillow from 4.1.0 to 4.1.1
2017-04-28 11:09:13 -07:00
pyup-bot
a2666a8b41
Update django-allauth from 0.31.0 to 0.32.0
2017-04-27 02:18:57 -07:00
pyup-bot
3fe9ebaaf0
Update django-redis from 4.7.0 to 4.8.0
2017-04-25 06:04:16 -07:00
Shupeyko Nikita
f5ccce4ef8
Switch from runtime- to compile-time set production django docker service ( #1144 )
...
Extends #971
2017-04-24 23:12:30 +02:00
Shupeyko Nikita
65e64fe364
Fix CELERY_BROKER_URL naming mismatch ( #1143 )
...
* Fix CELERY_BROKER_URL naming mismatch
Closes #1116
* Fix all occurences
2017-04-24 19:35:58 +03:00
Shupeyko Nikita
5b75ad6c9d
Require celery==3.1.24 instead of celery==4.0.2 ( #1140 )
2017-04-24 15:26:08 +03:00
Shupeyko Nikita
e78b6fb425
Fix W391 blank line at end of file ( #1136 )
2017-04-23 01:27:58 +03:00
Daniel Roy Greenfeld
6aced9ba73
Remove Python 2.7 support per #1129 ( #1130 )
...
* Remove Python 2.7 support per
* Remove Python 2.7 references
* Remove Python 2.7 references
* remove python 2 entirely
2017-04-21 12:31:45 -07:00
Shupeyko Nikita
23bd99fc5a
Pin redis service image version ( #1117 )
2017-04-21 20:44:06 +03:00
Nikita P. Shupeyko
c4e646214a
Workaround flake8 "imported but unused" errors
2017-04-21 18:52:53 +03:00
Daniel Roy Greenfeld
b0fe04fc52
First pass at Bootstrap 4 Alpha 6, just the basic layout
2017-04-20 15:18:30 -07:00
Daniel Roy Greenfeld
8864fffdc7
Update Pillow and django-environ
2017-04-20 14:44:39 -07:00
pyup.io bot
a833a8a358
Update django-model-utils from 2.6.1 to 3.0.0 ( #1122 )
2017-04-18 09:20:56 +02:00
pyup.io bot
19b4e299cb
Update django-anymail from 0.8 to 0.9 ( #1108 )
2017-04-18 09:20:14 +02:00
Audrey Roy Greenfeld
5d78b32f2b
Put local Docker setting into Jinja2 if block
2017-04-17 10:54:01 -07:00
Daniel Roy Greenfeld
8b82dfae8a
Change order of modern django debug toolbar.
2017-04-17 10:51:58 -07:00
Daniel Roy Greenfeld
a383fa2378
Document source of unclear links
2017-04-14 11:54:38 -07:00
Daniel Roy Greenfeld
ba2301fc3c
Fix multiple imports on one line
2017-04-13 11:30:57 -07:00
Daniel Roy Greenfeld
8673505683
Merge branch 'master' of github.com:pydanny/cookiecutter-django
2017-04-13 11:28:00 -07:00
Daniel Roy Greenfeld
a3b0feec12
Flake8 fix
2017-04-13 11:27:54 -07:00
Shupeyko Nikita
e365c39f2a
gitignore generated project's .cache/ dir ( #1061 )
2017-04-13 10:50:56 -07:00
pyup.io bot
e9d94dbf52
Update sphinx from 1.5.3 to 1.5.5 ( #1104 )
2017-04-13 10:50:34 -07:00
Shupeyko Nikita
1c1cc9ee9c
Prevent PyCharm from formatting raven and opbeat imports ( #1063 )
...
* Prevent PyCharm from formatting raven and opbeat imports
Since raven and opbeat are required in production only, imports might (most surely will) be wiped out during PyCharm code clean up started in other environments.
* Prevent PyCharm from formatting raven and opbeat imports
Since raven and opbeat are required in production only, imports might (most surely will) be wiped out during PyCharm code clean up started in other environments.
* Fix line breaks and spaces
* Fix linebreaks
2017-04-13 10:50:11 -07:00
Audrey Roy Greenfeld
6453fea417
Easier placement of apps within the second level directory
2017-04-13 10:48:44 -07:00
Nikita P. Shupeyko
66ffa5c93c
Switch to current runtime version
...
Closes #1094
2017-04-06 19:04:46 +03:00
pyup.io bot
3bbbcea0d0
Update django from 1.10.6 to 1.10.7 ( #1110 )
2017-04-05 10:36:50 +02:00
Jannis Gebauer
f62e05b95e
stay on 1.10.x for now until 1.11 is compatible
2017-04-05 10:28:42 +02:00
pyup.io bot
9af01c50a8
Update django-debug-toolbar from 1.6 to 1.7 ( #1069 )
2017-04-01 18:14:22 +02:00
pyup.io bot
c5c8b6b5e8
Update django-extensions from 1.7.7 to 1.7.8 ( #1096 )
2017-04-01 18:12:50 +02:00
pyup.io bot
86922be94b
Update pytz from 2016.10 to 2017.2 ( #1098 )
2017-04-01 18:12:29 +02:00
Wee Liat
0b14104ae0
added btn class to forget password ( #1102 )
2017-04-01 08:30:24 -07:00
Shupeyko Nikita
7da1bf79b8
Replace links section with depends_on in docker-compose config files ( #1092 )
...
Closes #1091
2017-03-24 18:45:31 +01:00
pyup.io bot
26962b41af
Update gunicorn from 19.6.0 to 19.7.1 ( #1089 )
2017-03-24 11:28:12 +01:00
pyup.io bot
5b522d3dee
Update werkzeug from 0.11.15 to 0.12.1 ( #1080 )
2017-03-24 11:28:00 +01:00
pyup.io bot
57e9a223fe
Update psycopg2 to 2.7.1 ( #1073 )
...
* Update psycopg2 from 2.7 to 2.7.1
* Update psycopg2 from 2.7 to 2.7.1
* Update psycopg2 from 2.7 to 2.7.1
2017-03-24 11:25:36 +01:00
William Archinal
f3ea2570ab
Use Argon2 password hashing algorithm by default ( #1079 )
2017-03-16 19:19:42 -07:00
Shupeyko Nikita
7c7970fac6
Fix autoprefixer options in gulp styles task ( #1081 )
...
Fix `'last 2 version'` -> `'last 2 versions'` (https://www.npmjs.com/package/gulp-autoprefixer#usage )
2017-03-16 08:06:09 -07:00
Sam Collins
d307d47995
Updated aws cache type to t2.micro ( #1067 )
2017-03-04 12:37:26 -08:00
Burhan Khalid
04146d580e
version bumps
2017-03-03 09:11:54 +03:00
pyup.io bot
f6236b3aca
Update django-coverage-plugin to 1.5.0 ( #1048 )
...
* Update django-coverage-plugin from 1.4.2 to 1.5.0
* Update django-coverage-plugin from 1.4.2 to 1.5.0
2017-02-25 14:34:00 +01:00
pyup.io bot
49efbc7075
Update django-extensions from 1.7.6 to 1.7.7 ( #1049 )
2017-02-25 14:33:50 +01:00
Kenial S. Lee
e079dfe17d
Removed dependency of watch
task and put it in runSequence; there was no runSequence for it, which makes watch
task won’t be run. ( #1019 )
2017-02-21 11:57:48 -08:00
Reggie Riser
2006605e24
A few cleanups: 1) Fixed common.py references (now called base.py), 2) Made URLs consistent in pointing to dev Django docs as well as https, ( #1037 )
2017-02-21 11:55:51 -08:00
pyup.io bot
27d441fa7e
Update boto from 2.45.0 to 2.46.1 ( #1045 )
2017-02-21 09:54:10 +01:00
Mounir
489c971123
pycharm doc typo ( #1042 )
...
* pycharm doc typo
a very simple typo in the word without
* Update configuration.rst
2017-02-20 14:23:18 +01:00
pyup.io bot
b3896c4f75
Update raven from 5.32.0 to 6.0.0 ( #1041 )
2017-02-20 14:22:48 +01:00
Fábio C. Barrionuevo da Luz
a0efe83901
fix issue #1039
2017-02-15 18:15:16 -03:00
Mesut YILMAZ
3cd57880e0
Removed redeclared env
2017-02-15 11:17:34 +03:00
Jimmy Gitonga
f4ef73efbf
ADDED: HTTPS is on by default ( #1025 )
...
ADDED: HTTPS is on by default. This will give a new user an
understanding of why Cookie Django is set up securely for deployment in
a production environment.
2017-02-13 12:27:09 -08:00
Daniel Roy Greenfeld
672f21a0b2
Merge branch 'master' of github.com:pydanny/cookiecutter-django
2017-02-13 10:49:06 -08:00
Daniel Roy Greenfeld
9a837171b6
Merge branch 'make-settings-consistent-w-req' of https://github.com/statwonk/cookiecutter-django into statwonk-make-settings-consistent-w-req
2017-02-13 10:48:10 -08:00
William Martin Stewart
f298ef7722
Inconsistent title case in 404 ( #974 )
...
We should either title case it or just capitalise the first letter, imho.
2017-02-13 10:44:02 -08:00
schacki
65611f14ea
Updated settings to only include lists and ' ( #930 )
...
* Updated settings to only include lists and '
Substituted " with ' in files
Migrated tuples to lists
* Added trailing slashes
- trailing slashes
- minor cleanups
2017-02-13 10:33:52 -08:00
Nikita P. Shupeyko
d0a21a50df
Fix pytest DJANGO_SETTINGS_MODULE
...
Switch from DJANGO_SETTINGS_MODULE = config.settings.local to DJANGO_SETTINGS_MODULE = config.settings.test
2017-02-10 15:10:41 +03:00
Nikita P. Shupeyko
d4f6f0b99c
Fix Docker test PyCharm Run Configurations settings file
...
Switch from env name="DJANGO_SETTINGS_MODULE" value="config.settings.local" to env name="DJANGO_SETTINGS_MODULE" value="config.settings.test"
2017-02-10 14:33:29 +03:00
Fábio C. Barrionuevo da Luz
69bc96d9ba
Merge pull request #985 from pydanny/dot_env_issue
...
load .env file from root dir only if DJANGO_READ_DOT_ENV_FILE is True
2017-02-09 16:03:17 -03:00
pyup.io bot
51609953a8
Update django-coverage-plugin to 1.4.2 ( #1022 )
...
* Update django-coverage-plugin from 1.4.1 to 1.4.2
* Update django-coverage-plugin from 1.4.1 to 1.4.2
2017-02-09 09:10:37 +01:00
pyup.io bot
b430efa0ed
Update flake8 to 3.3.0 ( #1021 )
...
* Update flake8 from 3.2.1 to 3.3.0
* Update flake8 from 3.2.1 to 3.3.0
2017-02-09 09:10:22 +01:00
pyup.io bot
7a50dcc89a
Update collectfast from 0.5.1 to 0.5.2 ( #1024 )
2017-02-09 09:08:55 +01:00
Fábio C. Barrionuevo da Luz
83900ddfd3
fix typo
2017-02-03 14:12:52 -03:00
pyup.io bot
ce27703731
Update django-compressor from 2.1 to 2.1.1 ( #1015 )
2017-02-02 14:47:27 +01:00
pyup.io bot
9be889a901
Update django-anymail from 0.7 to 0.8 ( #1014 )
2017-02-02 14:47:15 +01:00
pyup.io bot
ec3daa58e4
Update django-braces from 1.10.0 to 1.11.0 ( #1013 )
2017-02-02 14:47:02 +01:00
pyup.io bot
572df4f359
Update django-test-plus to 1.0.17 ( #1012 )
...
* Update django-test-plus from 1.0.16 to 1.0.17
* Update django-test-plus from 1.0.16 to 1.0.17
2017-02-02 14:46:50 +01:00
pyup.io bot
cd5a742d50
Update whitenoise from 3.2.3 to 3.3.0 ( #1011 )
2017-02-02 14:46:25 +01:00
pyup.io bot
01063b8b8b
Update sphinx from 1.5.1 to 1.5.2 ( #1010 )
2017-02-02 14:46:13 +01:00
pyup.io bot
6085feb36c
Update django-extensions from 1.7.5 to 1.7.6 ( #1006 )
2017-01-26 16:15:56 +01:00
pyup.io bot
29e957cd77
Update ipdb from 0.10.1 to 0.10.2 ( #1007 )
2017-01-26 16:15:45 +01:00
pyup.io bot
6cac408f32
Update django-coverage-plugin to 1.4.1 ( #1008 )
...
* Update django-coverage-plugin from 1.4 to 1.4.1
* Update django-coverage-plugin from 1.4 to 1.4.1
2017-01-26 16:15:27 +01:00
pyup.io bot
de4c8c4012
Update coverage to 4.3.4 ( #999 )
...
* Update coverage from 4.3.3 to 4.3.4
* Update coverage from 4.3.3 to 4.3.4
2017-01-19 10:01:29 +01:00
pyup.io bot
191fcf847a
Update coverage to 4.3.3 ( #997 )
...
* Update coverage from 4.3.1 to 4.3.3
* Update coverage from 4.3.1 to 4.3.3
2017-01-17 16:13:04 +01:00
pyup.io bot
5af837d184
Update django-coverage-plugin to 1.4 ( #993 )
...
* Update django-coverage-plugin from 1.3.1 to 1.4
* Update django-coverage-plugin from 1.3.1 to 1.4
2017-01-17 16:12:11 +01:00
statwonk
62d86877e4
Missed a few references to the renamed settings file. This brings them inline.
2017-01-16 21:38:52 -06:00
statwonk
12a8875dce
Two Scoops 1.8 on p. 56 indicates base.txt is preferred for consistency
2017-01-16 21:18:07 -06:00
pyup.io bot
3a337e4350
Update django-model-utils from 2.6 to 2.6.1 ( #990 )
2017-01-12 16:05:31 +01:00
pyup.io bot
b61b985527
Update gevent from 1.2.0 to 1.2.1 ( #991 )
2017-01-12 16:05:20 +01:00
pyup.io bot
a2a2a517a1
Update collectfast from 0.5.0 to 0.5.1 ( #988 )
2017-01-11 08:45:17 +01:00
Fábio C. Barrionuevo da Luz
b0c771b645
include DJANGO_READ_DOT_ENV_FILE on env.example
2017-01-09 15:53:30 -03:00
Fábio C. Barrionuevo da Luz
06603dda17
fix W291 trailing whitespace on common.py
2017-01-09 15:39:27 -03:00
Fábio C. Barrionuevo da Luz
2af079f7aa
load .env file if DJANGO_READ_DOT_ENV_FILE is True
2017-01-09 15:35:13 -03:00
pyup.io bot
a542a7e51c
Update collectfast from 0.4.1 to 0.5.0 ( #981 )
2017-01-09 10:31:21 +01:00
pyup-bot
a87858a413
Update django from 1.10.4 to 1.10.5
2017-01-04 12:52:37 -08:00
pyup.io bot
ff067ff31d
Update whitenoise from 3.2.2 to 3.2.3 ( #978 )
2017-01-04 13:54:07 +01:00
pyup.io bot
d9edcbbd27
Update django-redis from 4.6.0 to 4.7.0 ( #977 )
2017-01-04 13:53:57 +01:00
pyup.io bot
8910552ab6
Update pillow from 3.4.2 to 4.0.0 ( #976 )
2017-01-04 13:53:46 +01:00
pyup.io bot
ef5417c82b
Update werkzeug from 0.11.13 to 0.11.15 ( #969 )
2017-01-04 13:53:36 +01:00
pyup.io bot
067e40d098
Update django-anymail from 0.6.1 to 0.7 ( #970 )
2017-01-04 13:53:27 +01:00
pyup.io bot
b905f066be
Update django-allauth from 0.29.0 to 0.30.0 ( #973 )
2017-01-04 13:53:17 +01:00
pyup.io bot
cd463b29da
Update collectfast from 0.4.0 to 0.4.1 ( #966 )
2016-12-30 23:05:02 +01:00
pyup.io bot
28a512d0ad
Update pytest-sugar to 0.8.0 ( #963 )
...
* Update pytest-sugar from 0.7.1 to 0.8.0
* Update pytest-sugar from 0.7.1 to 0.8.0
2016-12-28 22:33:35 +01:00
pyup.io bot
a838a7c90c
Update werkzeug from 0.11.11 to 0.11.13 ( #960 )
2016-12-28 22:33:21 +01:00
pyup.io bot
ed0ce0d630
Update gevent from 1.2a2 to 1.2.0 ( #957 )
2016-12-28 22:33:07 +01:00
pyup.io bot
d25f35a90a
Update coverage to 4.3.1 ( #962 )
...
* Update coverage from 4.2 to 4.3.1
* Update coverage from 4.2 to 4.3.1
2016-12-28 22:32:56 +01:00
pyup.io bot
cf8c052657
Update opbeat from 3.5.1 to 3.5.2 ( #955 )
2016-12-21 15:49:29 +01:00
pyup.io bot
f00acba613
Update collectfast from 0.3.1 to 0.4.0 ( #948 )
2016-12-17 12:07:57 +01:00
pyup.io bot
7bdc95818a
Update factory-boy to 2.8.1 ( #947 )
...
* Update factory-boy from 2.7.0 to 2.8.1
* Update factory-boy from 2.7.0 to 2.8.1
2016-12-17 12:07:47 +01:00
pyup.io bot
0abfa781f7
Update gevent from 1.2a1 to 1.2a2 ( #933 )
2016-12-16 09:24:50 +01:00
pyup.io bot
0a37aa57bd
Update sphinx from 1.5 to 1.5.1 ( #940 )
2016-12-16 09:24:42 +01:00
pyup.io bot
c67b171139
Update boto from 2.44.0 to 2.45.0 ( #943 )
2016-12-16 09:24:34 +01:00
pyup.io bot
5db3b39c19
Update boto from 2.43.0 to 2.44.0 ( #931 )
2016-12-08 19:15:51 -08:00
pyup.io bot
98a2e1705a
Update pytz from 2016.7 to 2016.10 ( #925 )
2016-12-06 20:44:24 -08:00
pyup.io bot
7d4cfee45c
Update sphinx from 1.4.9 to 1.5 ( #923 )
2016-12-06 20:44:15 -08:00
pyup.io bot
6c4085fce4
Update django from 1.10.3 to 1.10.4 ( #920 )
2016-12-06 20:43:54 -08:00
pyup.io bot
110f0f6ce8
Update django-extensions from 1.7.4 to 1.7.5 ( #904 )
2016-12-01 11:19:57 +01:00
Tim Freund
59948514ab
Update doc links from getsentry.com to sentry.io ( #917 )
...
Sentry changed their name and URLs:
https://blog.sentry.io/2016/08/30/sentry-io.html Links in the
cookiecutter-django project are updated to reflect the new locations.
2016-11-30 14:32:38 -08:00
pyup.io bot
85dfec3ce3
Update pytest-django to 3.1.2 ( #903 )
...
* Update pytest-django from 3.1.1 to 3.1.2
* Update pytest-django from 3.1.1 to 3.1.2
2016-11-29 09:06:50 -08:00
Fábio C. Barrionuevo da Luz
a5c179594d
revert last commit
2016-11-28 20:20:56 -03:00
Fábio C. Barrionuevo da Luz
0919cc438b
Update common.py
2016-11-28 20:12:01 -03:00
Paul Brown
770abf960d
nginx-secure.conf mixed tabs/spaces to only spaces ( #902 )
2016-11-24 08:21:47 -08:00
pyup.io bot
613587f889
Update sphinx from 1.4.8 to 1.4.9 ( #901 )
2016-11-24 08:31:40 +01:00
pyup.io bot
ea4c3f49aa
Update django-allauth from 0.28.0 to 0.29.0 ( #898 )
2016-11-23 11:36:40 +01:00
pyup.io bot
efad688671
Update flake8 to 3.2.1 ( #900 )
...
* Update flake8 from 3.2.0 to 3.2.1
* Update flake8 from 3.2.0 to 3.2.1
2016-11-23 11:36:31 +01:00
pyup.io bot
d00074d27b
Update pytest-django to 3.1.1 ( #897 )
...
* Update pytest-django from 3.0.0 to 3.1.1
* Update pytest-django from 3.0.0 to 3.1.1
2016-11-21 16:07:41 +01:00
pyup.io bot
b32a2ed8aa
Update flake8 to 3.2.0 ( #888 )
...
* Update flake8 from 3.0.4 to 3.2.0
* Update flake8 from 3.0.4 to 3.2.0
2016-11-16 09:32:50 +01:00
pyup.io bot
6ec8583f60
Update raven from 5.31.0 to 5.32.0 ( #889 )
2016-11-16 09:32:44 +01:00
pyup.io bot
74e8296b8e
Update django-environ from 0.4.0 to 0.4.1 ( #885 )
2016-11-14 11:52:45 +01:00
Jannis Gebauer
a05292347c
upgrade gevent ( #882 )
2016-11-14 11:52:29 +01:00
Audrey Roy Greenfeld
313aff19a1
Enable gzip compression on Elastic Beanstalk per @realpython https://realpython.com/blog/python/deploying-a-django-app-to-aws-elastic-beanstalk/
2016-11-08 09:50:51 -08:00
Fábio C. Barrionuevo da Luz
2212adceb1
Merge pull request #877 from pydanny/pyup-update-collectfast-0.2.3-to-0.3.1
...
Update collectfast to 0.3.1
2016-11-04 11:29:53 -03:00
Fábio C. Barrionuevo da Luz
87fa2a704c
Merge pull request #876 from pydanny/pyup-update-opbeat-3.5.0-to-3.5.1
...
Update opbeat to 3.5.1
2016-11-04 11:29:39 -03:00
Fábio C. Barrionuevo da Luz
037d081253
Merge pull request #874 from pydanny/pyup-update-django-redis-4.5.0-to-4.6.0
...
Update django-redis to 4.6.0
2016-11-04 11:29:32 -03:00
pyup-bot
270bcef89c
Update collectfast from 0.2.3 to 0.3.1
2016-11-02 15:20:40 -07:00
pyup-bot
16dd3c498a
Update opbeat from 3.5.0 to 3.5.1
2016-11-02 12:20:40 -07:00
Jérôme Hugon
4f3e18d0cc
read the env, so the env works ( #863 )
...
Spend a whole afternoon tryin to make it works after reading your book... that was the solution
2016-11-02 10:03:52 -07:00
pyup-bot
01fe56aaa2
Update django-redis from 4.5.0 to 4.6.0
2016-11-02 08:36:39 -07:00
pyup.io bot
4212eb5446
Update django-anymail from 0.6 to 0.6.1 ( #873 )
2016-11-02 10:11:38 +01:00
pyup.io bot
a37b368668
Update django from 1.10.2 to 1.10.3 ( #872 )
2016-11-02 10:10:59 +01:00
Fábio C. Barrionuevo da Luz
ff582dc4d0
Merge pull request #866 from pydanny/pyup-update-opbeat-3.4.0-to-3.5.0
...
Update opbeat to 3.5.0
2016-10-27 08:55:14 -03:00
Fábio C. Barrionuevo da Luz
f2f2b2ba22
Merge pull request #864 from pydanny/pyup-update-django-braces-1.9.0-to-1.10.0
...
Update django-braces to 1.10.0
2016-10-27 08:54:58 -03:00
Fábio C. Barrionuevo da Luz
d85a2f0e70
Merge pull request #867 from pydanny/pyup-update-django-anymail-0.5-to-0.6
...
Update django-anymail to 0.6
2016-10-27 08:35:02 -03:00
Brent Payne
8147f1df47
update raven to version 5.31.0 to avoid runtime error caused by SentryMiddleware when running django wsgi with gunicorn in python 3.5
2016-10-26 17:47:33 -07:00
pyup-bot
b3c9dc6a30
Update django-anymail from 0.5 to 0.6
2016-10-25 11:59:52 -07:00
pyup-bot
e1a7215e98
Update opbeat from 3.4.0 to 3.5.0
2016-10-25 06:27:47 -07:00
pyup-bot
77606bcc95
Update django-braces from 1.9.0 to 1.10.0
2016-10-24 13:25:05 -07:00
pyup.io bot
1d13b1915d
Update django-test-plus to 1.0.16 ( #858 )
...
* Update django-test-plus from 1.0.15 to 1.0.16
* Update django-test-plus from 1.0.15 to 1.0.16
2016-10-20 17:08:43 +02:00
pyup.io bot
6eb3776d70
Update raven from 5.29.0 to 5.30.0 ( #859 )
2016-10-20 17:08:33 +02:00
shireenrao
85c7ff1288
remove html5.js as source no longer exists ( #853 )
...
* remove html5.js as source no longer exists
* Update the path for html5shiv
Added path https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js
2016-10-19 08:51:53 -07:00
pyup.io bot
fb576242a1
Update raven from 5.27.1 to 5.29.0 ( #856 )
2016-10-18 12:47:43 -07:00
pyup.io bot
f823f4ae94
Update boto from 2.42.0 to 2.43.0 ( #854 )
2016-10-18 12:47:31 -07:00
pyup.io bot
25feee54a5
Update pillow from 3.4.1 to 3.4.2 ( #857 )
2016-10-18 12:47:09 -07:00
pyup.io bot
f6bce5c5f7
Update django-allauth from 0.27.0 to 0.28.0 ( #849 )
2016-10-17 09:56:25 -07:00
pyup-bot
02ef6b76a4
Update django-crispy-forms from 1.6.0 to 1.6.1
2016-10-17 03:20:09 -07:00
Fábio C. Barrionuevo da Luz
3b3e53b57b
fix issue #847
2016-10-12 10:43:48 -03:00
René Muhl
77ce5f04ee
Upgrade django debug toolbar to 1.6 ( #844 )
...
* Replaced django-debug-toolbar github link with version 1.6
* Contributor update
2016-10-10 17:39:35 +02:00
Sam Collins
52e84608be
Added --noinput to migate command ( #842 )
...
When deploying with a stale content type the migration command can ask for user input which fails the deployment.
2016-10-08 14:55:02 -07:00
Daniel Roy Greenfeld
04a58d5b21
Removed Heroku instant deploy button
2016-10-07 13:55:15 -07:00
Marlon
bb15e5a02e
Create 403_csrf.html ( #803 )
...
This takes advantage of the ability to easily customize the 403 template for CSRF, introduced in Django 1.10.
2016-10-05 16:01:30 +02:00
pyup.io bot
50b883c7ea
Update pytz from 2016.6.1 to 2016.7 ( #835 )
2016-10-05 15:58:46 +02:00
pyup.io bot
01f80c7857
Update pillow from 3.3.1 to 3.4.1 ( #838 )
2016-10-05 15:58:38 +02:00
pyup.io bot
ef2b68115d
Update celery from 3.1.23 to 3.1.24 ( #831 )
2016-10-05 15:58:25 +02:00
pyup.io bot
ccedf35895
Update django from 1.10.1 to 1.10.2 ( #834 )
2016-10-05 15:58:16 +02:00
pyup-bot
024a9671c7
Update sphinx from 1.4.7 to 1.4.8
2016-10-01 09:20:26 -07:00
pyup.io bot
6446312eed
Update sphinx from 1.4.6 to 1.4.7 ( #832 )
2016-10-01 08:09:52 -07:00
Fabio C. Barrioneuvo da Luz
c1b389b27d
workaround to fix django-debug-toolbar issue #827
2016-09-29 13:12:11 -03:00
Fabio C. Barrioneuvo da Luz
bbcd408193
add django-debug-toolbar urlpatterns
2016-09-29 13:09:49 -03:00
Fábio C. Barrionuevo da Luz
2f8a7d0641
upgrade Sphinx to 1.4.6
2016-09-29 02:11:45 -03:00
pyup-bot
b28fe19f3a
Update pytest-django from 2.9.1 to 3.0.0
2016-09-29 01:48:42 -03:00
pyup-bot
80c569e2c2
Update pytest-django from 2.9.1 to 3.0.0
2016-09-29 01:48:42 -03:00
pyup-bot
3872cd08c3
Update raven from 5.27.0 to 5.27.1
2016-09-29 01:48:42 -03:00
pyup-bot
ef020ecd31
Update django-model-utils from 2.5.2 to 2.6
2016-09-29 01:48:42 -03:00
Fabio C. Barrioneuvo da Luz
8f045fc08c
update jquery to 3.1.1
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
e9fc2f0582
update django-redis and whitenoise version
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
97febbf8b4
removed django-autoslug until it's ready for 1.10
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
0e9eafbfc4
sync migrations with django1.10
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
b4e6e08100
change 'admin' url, to stay the same as generated by django 1.10
...
https://github.com/django/django/blob/1.10.1/django/conf/project_template/project_name/urls.py-tpl#L20
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
2aed9268b6
update frontend dependencies
2016-09-29 01:43:48 -03:00
Steve Steiner
6cbc513e6d
Make test_docker.sh tests pass by passing new password auth rules
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
6c0cb7ed72
update django to 1.10.1
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
4f9bb652f2
ignore F401 error on manage.py
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
178844d616
use manage.py from django 1.10
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
f040921d9a
add default AUTH_PASSWORD_VALIDATORS
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
f2aab6edc3
rename MIDDLEWARE_CLASSES to MIDDLEWARE
2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
a091dcbae8
Fix elastic beanstalk checks
2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
d31e86fc8a
Now includes message for missing .env file. Fixed #819
2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
cac685d909
Add Experimental AWS Elastic Beanstalk support ( #817 )
...
Includes:
* First pass at Elastic Beanstalk integration
* Gets code and elasticache working
* Very rudimentary documentation
* Includes post hook cleanup
2016-09-29 01:43:48 -03:00
Delio Castillo
3d25befb3f
Updates to anymail 0.5 and adds new config setting for MAILGUN_SENDER_DOMAIN
2016-09-22 11:42:16 -07:00
Delio Castillo
a4884bb5d7
Update nginx.conf ( #808 )
...
* Update nginx.conf
* Update .editorconfig
* Update .editorconfig
* Update nginx.conf
* Update .editorconfig
* Update .editorconfig
2016-09-20 23:22:47 +02:00
pyup.io bot
bb913b7507
Update raven from 5.26.0 to 5.27.0 ( #799 )
2016-09-18 23:11:25 +02:00
Audrey Roy Greenfeld
a46f3dd56b
Change template debugging back to False
...
Since we're no longer using django_coverage_plugin.
2016-09-16 11:49:13 -07:00
Audrey Roy Greenfeld
da42b3854d
Turn on template debugging in test settings
...
This resolves the following error:
``` bash
coverage run ./manage.py test --settings=config.settings.test
Coverage.py warning: Disabling plugin 'django_coverage_plugin.DjangoTemplatePlugin' due to an exception:
Traceback (most recent call last):
File "/Users/audreyr/.virtualenvs/everycheese/lib/python3.5/site-packages/coverage/control.py", line 517, in _should_trace_internal
file_tracer = plugin.file_tracer(canonical)
File "/Users/audreyr/.virtualenvs/everycheese/lib/python3.5/site-packages/django_coverage_plugin/plugin.py", line 154, in file_tracer
check_debug()
File "/Users/audreyr/.virtualenvs/everycheese/lib/python3.5/site-packages/django_coverage_plugin/plugin.py", line 69, in check_debug
"Template debugging must be enabled in settings."
django_coverage_plugin.plugin.DjangoTemplatePluginException: Template debugging must be enabled in settings.
```
2016-09-16 11:05:57 -07:00
Ray Ch
fc8e318193
NPM Logs ( #796 )
2016-09-16 15:28:22 +02:00
Daniel Roy Greenfeld
df22044745
Ignore output generated by django-compressor
2016-09-15 16:01:22 -07:00
Audrey Roy Greenfeld
9013f072a8
Test users app URL patterns
...
For the sake of completeness, and since regular expressions can be error-prone.
2016-09-14 15:51:18 -07:00
Audrey Roy Greenfeld
bf6d6b741c
Remove redundant comments
...
Thought these comments seemed unnecessary.
2016-09-14 15:32:58 -07:00
Audrey Roy Greenfeld
84ee2fc5ec
Convey button role to screen readers
...
See http://v4-alpha.getbootstrap.com/components/buttons/#button-tags for more on `role="button"` attribute
2016-09-13 13:14:45 -07:00
Audrey Roy Greenfeld
833e59f89c
Make navbar titlecasing consistent
2016-09-13 13:10:36 -07:00
Bartłomiej Kurzeja
d53afa6c96
Remove misleading comment ( #787 )
...
ImproperlyConfigured exception won't raise because default value is passed.
2016-09-12 15:52:49 +02:00
Jannis Gebauer
7d7b044432
Remove webpack and merge ( #778 ) ( #785 )
...
* Remove webpack and merge
* Put postgresql_version line back in cookiecutter.json
* Put goldhand back in contributors file, added ssteinerX
* Add *.egginfo to .gitignore
* Fix dangling endif in README.rst
2016-09-12 00:22:21 +02:00
Jannis Gebauer
6a9ec57bf5
removed django-coverage-plugin until it's ready for 1.10
2016-09-12 00:01:19 +02:00
Audrey Roy Greenfeld
04bd07bbef
Make user form template indentation consistent
2016-09-10 09:59:52 -07:00
Daniel Hepper
12aed4724e
Use app registry instead of INSTALLED_APPS to discover celery tasks ( #754 )
...
* Use app registry instead of INSTALLED_APPS to discover celery tasks. Fixes #717
* Added Daniel Hepper to contributors list
2016-09-10 13:33:25 +02:00
Alexandre Provencio
b2207f5768
Pep8 imports ( #767 )
2016-09-10 13:32:14 +02:00
Daniel Roy Greenfeld
28542a91a4
Removed floppyforms (see #703 )
...
While this is an awesome package...
* Nothing in Cookiecutter Django uses it
* Doesn't work with Django 1.10 yet
* Developers can add it themselves
2016-09-09 20:13:33 -07:00
Audrey Roy Greenfeld
2b2caaf6ce
Template indentation cleanup
2016-09-09 16:39:49 -07:00
Audrey Roy Greenfeld
8bbf83d3d7
Combine load tags, fix indentation
2016-09-09 16:29:18 -07:00
pyup.io bot
909b85291e
Update django-extensions from 1.7.3 to 1.7.4 ( #777 )
2016-09-08 11:19:14 +02:00
Peter Bittner
29049719d1
Correct header markup, reduce paragraph spacing ( #775 )
...
* Correct header markup, reduce paragraph spacing
* Add @bittner to contributors
2016-09-05 01:13:16 +02:00
Stanislav Shabalin
6f6f37cba8
replace unicode-slugify with awesome-slugify ( #761 )
2016-09-04 10:52:52 -07:00
Jannis Gebauer
3ad0f57ef5
Merge pull request #765 from aleprovencio/fix-compressor
...
Fix compressor section on common.py
2016-09-02 09:49:32 +02:00
Jannis Gebauer
0f527271a3
Merge pull request #766 from aleprovencio/separator-line
...
Put separator line following the current pattern
2016-09-02 09:49:16 +02:00
Jannis Gebauer
bf69bfe40e
Merge pull request #769 from aleprovencio/whitespace
...
Fix whitespace around operator
2016-09-02 09:48:41 +02:00
Jannis Gebauer
37ef48558a
Merge pull request #770 from pydanny/pyup-update-raven-5.25.0-to-5.26.0
...
Update raven to 5.26.0
2016-09-02 09:48:18 +02:00
Jannis Gebauer
30820b95f3
Merge pull request #763 from pydanny/pyup-update-werkzeug-0.11.10-to-0.11.11
...
Update werkzeug to 0.11.11
2016-09-02 09:47:34 +02:00
pyup-bot
b3c27b9b30
Update raven from 5.25.0 to 5.26.0
2016-08-31 14:34:56 -07:00
Alexandre Provencio
31c63f0d3f
Fix compressor section on common.py
2016-08-31 14:44:24 -03:00
Alexandre Provencio
86c1cd5f26
Fix whitespace around operator
2016-08-31 12:59:36 -03:00
Alexandre Provencio
b33b104251
Put separator line following the current pattern
2016-08-31 12:56:25 -03:00
Alexandre Provencio
3ad2d5c61e
Fix docstrings
2016-08-31 12:48:25 -03:00
pyup-bot
cf092b6269
Update werkzeug from 0.11.10 to 0.11.11
2016-08-31 06:19:54 -07:00
Jannis Gebauer
043ff3d8dc
Merge pull request #636 from mirskiy/master
...
Changed nginx confs for dockers new networking
2016-08-31 11:39:16 +02:00
pyup-bot
56f2048b32
Update django-extensions from 1.7.2 to 1.7.3
2016-08-26 12:58:51 -07:00
Philip Deuchler
887ba934e2
Fixes an issue with Jinja choking on a django template tag ( #759 )
...
* Fixes an issue with Jinja choking on a django template tag, similar to #278
* Same fix for field_errors_block.html
2016-08-26 12:35:48 -07:00
Daniel Roy Greenfeld
77c8abc4b0
merge
2016-08-26 11:27:36 -07:00
Daniel Roy Greenfeld
28293c0cad
Fixing the README.rst
2016-08-26 11:26:20 -07:00
Audrey Roy Greenfeld
de2c7198b2
Merge pull request #756 from Parbhat/Patch-2
...
fix: Gulpfile Issue #738 and correct order of PostgreSQL version
2016-08-26 11:10:59 -07:00
Audrey Roy Greenfeld
a2386c796c
Merge pull request #757 from pydanny/pyup-update-opbeat-3.3.4-to-3.4.0
...
Update opbeat to 3.4.0
2016-08-26 11:10:08 -07:00
Daniel Roy Greenfeld
c01d81b2fe
Added bootstrap4 templates to fix Crispy Forms
2016-08-26 10:40:18 -07:00
Daniel Roy Greenfeld
50573b1910
Formatting hack to get around crispy-forms unfortunate hardcoding in helpers.FormHelper
2016-08-26 09:33:36 -07:00
pyup-bot
6ce53bf6d8
Update opbeat from 3.3.4 to 3.4.0
2016-08-25 06:43:43 -07:00
Parbhat Puri
f5be5731cb
fix: Gulpfile Issue #738
2016-08-25 16:07:17 +05:30
Michael Luk
5f53ebe5f1
add missing 'raw' tag to fix jinja error ( #755 )
2016-08-25 13:27:25 +05:30
Daniel Roy Greenfeld
ba2673ab5f
Made Bootstrap4 Alpha 2 compliant
2016-08-24 19:31:13 -07:00
Audrey Roy Greenfeld
e1b3070abe
Add spaces around templated author name
2016-08-24 15:48:03 -07:00
pyup-bot
5ce00085d2
Update raven from 5.24.3 to 5.25.0
2016-08-23 15:49:30 -07:00
Jannis Gebauer
5dc41812d5
Update base.txt
2016-08-23 08:24:43 +02:00
Daniel Roy Greenfeld
d98bbcd70e
Fix #737 , so django-compressor works on Windows
2016-08-22 07:36:40 -07:00
Andreas Meistad
41059ff4df
Change use_python2 [N] to use_python3 [Y]
...
Fixes #747
2016-08-21 22:11:01 +02:00
pyup-bot
3b3948feec
Update django-allauth from 0.26.1 to 0.27.0
2016-08-19 07:10:12 -07:00
pyup-bot
ee31df81fa
Update django-test-plus from 1.0.14 to 1.0.15
2016-08-18 14:50:01 -07:00
pyup-bot
95e31d6554
Update django-test-plus from 1.0.14 to 1.0.15
2016-08-18 14:50:01 -07:00
Audrey Roy Greenfeld
7279aa29eb
Merge pull request #734 from pydanny/pyup-update-django-floppyforms-1.6.2-to-1.7.0
...
Update django-floppyforms to 1.7.0
2016-08-18 10:27:00 -07:00
Audrey Roy Greenfeld
3fc22c1f50
Merge pull request #735 from pydanny/pyup-update-django-extensions-1.7.1-to-1.7.2
...
Update django-extensions to 1.7.2
2016-08-18 10:26:39 -07:00
pyup-bot
24d03c477c
Update pillow from 3.3.0 to 3.3.1
2016-08-18 06:04:58 -07:00
Daniel Roy Greenfeld
87bb085550
Force rssmin to be installed without C extensions
2016-08-16 15:31:59 -07:00
Daniel Roy Greenfeld
f1f499ddd3
Update version to Django 1.9.9
2016-08-16 14:15:04 -07:00
Parbhat Puri
e5fe8fa935
fix: offset class modified in Bootstrap 4 alpha 3 ( #720 )
2016-08-16 12:22:56 -07:00
yunti
6224a15884
Update crispy forms template pack ( #718 )
...
Updated to be inline with bootstrap 4 currently used in the project
2016-08-16 12:22:16 -07:00
Jannis Gebauer
34631ad819
adds the ability to wait for the postgres container ( #736 )
2016-08-16 12:20:41 -07:00
pyup-bot
45fe8fafb1
Update django-extensions from 1.7.1 to 1.7.2
2016-08-16 05:04:45 -07:00
pyup-bot
d0638780fa
Update django-floppyforms from 1.6.2 to 1.7.0
2016-08-15 10:49:41 -07:00