pyup.io bot
14868fad8b
Update werkzeug from 0.13 to 0.14.1 ( #1423 )
2018-01-05 19:10:05 +03:00
Bruno Alla
0bf587c139
Fix duplicated and missing links in README ( #1430 )
2018-01-04 17:55:20 -08:00
Reggie Riser
f7bd7a5814
Fixing leftovers from migration to Django 1.11 and Python 3.6.
2018-01-03 08:44:54 -05:00
pyup-bot
5510c76147
Update django from 1.11.8 to 1.11.9
2018-01-01 21:57:56 -08:00
Dayson Pais
8bfe18b52a
Update django from 1.11.8 to 2.0
...
- Refactor django.core.urlresolvers module import to django.urls. Resolves: The django.core.urlresolvers module is removed in favor of its new location, django.urls.
- Add an app namespace to urls in user app. Resolves: Support for setting a URL instance namespace without an application namespace is removed.
2017-12-30 12:16:19 +05:30
Reggie Riser
8725809f5e
Fixed old Docker service name in PyCharm run configurations. ( #1419 )
2017-12-29 00:26:48 +03:00
Dan Shultz
35ab85b2a2
Add OS packages for Elastic Beanstalk deployments ( #1277 )
...
Fixes #1270
2017-12-28 08:28:08 -08:00
Audrey Roy Greenfeld
5395687f73
Upgraded to Django 1.11 to resolve
2017-12-28 08:19:19 -08:00
pyup.io bot
7797585a12
Update boto3 from 1.5.4 to 1.5.6 ( #1414 )
2017-12-28 15:36:12 +03:00
pyup.io bot
a48ef41e70
Update boto3 from 1.5.3 to 1.5.4 ( #1412 )
2017-12-21 04:13:21 +03:00
pyup.io bot
dfcf646ded
Update boto3 from 1.5.2 to 1.5.3 ( #1411 )
2017-12-20 18:24:34 +03:00
pyup.io bot
cb7befdf52
Update boto3 from 1.5.1 to 1.5.2 ( #1408 )
2017-12-19 15:58:48 +03:00
pyup.io bot
d372ec05f9
Update django-test-plus to 1.0.21 ( #1407 )
...
* Update django-test-plus from 1.0.20 to 1.0.21
* Update django-test-plus from 1.0.20 to 1.0.21
2017-12-17 15:52:31 +03:00
pyup.io bot
5ba730bfa3
Update boto3 from 1.5.0 to 1.5.1 ( #1406 )
2017-12-17 15:44:51 +03:00
pyup.io bot
2fcaf55724
Update opbeat from 3.5.3 to 3.6.0 ( #1404 )
2017-12-15 16:12:20 +03:00
pyup.io bot
5e39a94621
Update boto3 from 1.4.8 to 1.5.0 ( #1405 )
2017-12-15 16:12:09 +03:00
Pierre Chiquet
d2dd265a99
Fix MediaRootS3BotoStorage: do not override existing files ( #1367 )
...
* Fix MediaRootS3BotoStorage: do not override existing files
see https://github.com/jschneier/django-storages/issues/50
* Update "other contributors"
* alphabetical order
2017-12-13 16:06:48 +03:00
pyup.io bot
0d1ced03ec
Update collectfast from 0.5.2 to 0.6.0 ( #1401 )
2017-12-13 16:06:09 +03:00
pyup.io bot
c410a49ed1
Update werkzeug from 0.12.2 to 0.13 ( #1403 )
2017-12-13 16:05:54 +03:00
pyup.io bot
a4319f76bd
Update boto3 from 1.4.7 to 1.4.8 ( #1393 )
2017-12-13 15:37:40 +03:00
Ivan Savov
8b1fd8ec44
added norecursedirs to pytest.ini ( #1376 )
...
This is to ensure running `pytest` in project root works when using Python 3.6 (otherwise tries to run python tests in `node-gyp` node module and fails with:
```
―――――――――――――――――――――――――――――――――――――――――――― ERROR collecting node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py ――――――――――――――――――――――――――――――――――――――――――――
../venv/lib/python3.6/site-packages/_pytest/python.py:395: in _importtestmodule
mod = self.fspath.pyimport(ensuresyspath=importmode)
../venv/lib/python3.6/site-packages/py/_path/local.py:662: in pyimport
__import__(modname)
E File "/Users/ivan/Projects/Minireference/ClassroomLinksProject/classroomlinks/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 37
E print '%s:%s:%d:%s %s' % (mode.upper(), os.path.basename(ctx[0]),
E ^
E SyntaxError: invalid syntax
```
2017-12-13 15:28:14 +03:00
pyup.io bot
480bc8ef25
Update django-extensions from 1.9.7 to 1.9.8 ( #1398 )
2017-12-13 15:25:55 +03:00
pyup.io bot
356a31806f
Update raven from 6.3.0 to 6.4.0 ( #1402 )
2017-12-13 15:25:05 +03:00
pyup.io bot
baedec6e00
Update django-debug-toolbar from 1.9 to 1.9.1 ( #1391 )
2017-11-20 13:10:39 +03:00
pyup.io bot
d7ab9a9d33
Update django-debug-toolbar from 1.8 to 1.9 ( #1387 )
2017-11-13 23:16:42 +03:00
Bruno Alla
4f8cd89bb7
Set CONN_MAX_AGE to 60 seconds -- fixes #710 ( #1382 )
...
* Set CONN_MAX_AGE to 60 seconds -- fixes #710
Setting the value in the production config.
* Get CONN_MAX_AGE from the environment, default to 60 in .env
* Add test for CONN_MAX_AGE setting
* Remove duplication in default value & test cleanup
* Remove test for CONN_MAX_AGE value in settings
2017-11-13 23:08:47 +03:00
pyup.io bot
b00b402774
Update coverage to 4.4.2 ( #1384 )
...
* Update coverage from 4.4.1 to 4.4.2
* Update coverage from 4.4.1 to 4.4.2
2017-11-12 22:54:42 +03:00
pyup.io bot
006b8d200d
Update django-anymail from 1.1 to 1.2 ( #1383 )
2017-11-03 01:30:40 +03:00
pyup.io bot
b2fbb36b9d
Update django-extensions from 1.9.6 to 1.9.7 ( #1381 )
2017-10-31 20:04:21 +03:00
pyup-bot
0780d15ede
Update django-test-plus from 1.0.19 to 1.0.20
2017-10-31 06:53:44 -07:00
pyup-bot
d40c5574a4
Update django-test-plus from 1.0.19 to 1.0.20
2017-10-31 06:53:43 -07:00
pyup.io bot
b718911012
Update raven from 6.2.1 to 6.3.0 ( #1378 )
2017-10-31 12:26:40 +03:00
pyup-bot
6716bb590d
Update pytz from 2017.2 to 2017.3
2017-10-30 10:54:45 -07:00
pyup.io bot
6f16fa4e74
Update django-allauth from 0.33.0 to 0.34.0 ( #1377 )
2017-10-30 00:21:09 +03:00
pyup.io bot
f26a9fb9fe
Update django-anymail from 1.0 to 1.1 ( #1375 )
2017-10-28 22:53:11 +03:00
Sander van Leeuwen
9661ecaf8f
Remove boto related settings that aren't used
...
Since upgrade to boto3 in commit 12db5176d6
we don't need AWS_HEADERS anymore
2017-10-25 14:11:36 +02:00
Fábio C. Barrionuevo da Luz
c8e9ad46e6
Merge pull request #1372 from pydanny/pyup-update-psycopg2-2.7.3.1-to-2.7.3.2
...
Update psycopg2 to 2.7.3.2
2017-10-24 18:13:55 -03:00
pyup-bot
e01827c2cb
Update django-test-plus from 1.0.18 to 1.0.19
2017-10-24 13:13:25 -07:00
pyup-bot
931e01876c
Update django-test-plus from 1.0.18 to 1.0.19
2017-10-24 13:13:22 -07:00
pyup-bot
dc4833af94
Update psycopg2 from 2.7.3.1 to 2.7.3.2
2017-10-24 13:13:12 -07:00
pyup-bot
f71a561119
Update psycopg2 from 2.7.3.1 to 2.7.3.2
2017-10-24 13:13:10 -07:00
pyup-bot
531f19553b
Update psycopg2 from 2.7.3.1 to 2.7.3.2
2017-10-24 13:13:08 -07:00
pyup.io bot
26300237c9
Update flake8 to 3.5.0 ( #1370 )
...
* Update flake8 from 3.4.1 to 3.5.0
* Update flake8 from 3.4.1 to 3.5.0
2017-10-24 21:13:10 +03:00
pyup.io bot
fc339eac2e
Update sphinx from 1.6.4 to 1.6.5 ( #1369 )
2017-10-24 21:12:37 +03:00
pyup.io bot
e363d7c84a
Update django-crispy-forms from 1.6.1 to 1.7.0 ( #1366 )
2017-10-17 19:21:22 +03:00
pyup.io bot
768f528bb9
Update django-extensions from 1.9.1 to 1.9.6 ( #1364 )
2017-10-16 19:17:23 +03:00
pyup.io bot
d5d7b33fde
Update opbeat from 3.5.2 to 3.5.3 ( #1359 )
2017-10-16 18:42:13 +03:00
pyup.io bot
ba6756f107
Update pillow from 4.2.1 to 4.3.0 ( #1352 )
2017-10-16 18:36:56 +03:00
Chris Franklin
d0e5c4b3b6
Fix comments and silence PEP8 lambda warnings in config module. ( #1357 )
2017-10-12 20:36:44 +03:00
Delio Castillo
a6ec7056ba
replaces dev.yml with local.yml in all PyCharm configuration files ( #1348 )
2017-09-30 15:47:17 +03:00
Charlie Smith
cda6878486
More inline docs for DATABASES variable ( #1350 )
...
* More inline docs for DATABASES variable
Use of database url is not part of Django, but comes from django-environ. Was initially confusing where feature came from, as link points to offical django docs.
* Contributors update
2017-09-30 15:18:55 +03:00
Fábio C. Barrionuevo da Luz
daa7613f37
Merge pull request #1345 from pydanny/pyup-update-sphinx-1.6.3-to-1.6.4
...
Update sphinx to 1.6.4
2017-09-26 08:24:31 -03:00
pyup-bot
f10d03e8a8
Update sphinx from 1.6.3 to 1.6.4
2017-09-26 01:08:44 -07:00
pyup-bot
ee0d52fd97
Update whitenoise from 3.3.0 to 3.3.1
2017-09-23 11:47:41 -07:00
pyup.io bot
4f727fac7c
Update raven from 6.2.0 to 6.2.1 ( #1341 )
2017-09-22 21:47:16 +03:00
pyup.io bot
93c965d020
Update raven from 6.1.0 to 6.2.0 ( #1340 )
2017-09-22 18:02:08 +03:00
Wan Liuyang
ea5fb0efb6
Update EMAIL_BACKEND to "anymail.backends.espname.EmailBackend" to match anymail 1.0 ( #1335 )
2017-09-18 16:19:09 +03:00
Reggie Riser
874caee360
Removed references and old CSS specific to Bootstrap alpha. ( #1333 )
...
* Removed references and old CSS specific to Bootstrap alpha.
* Fixed Bootstrap alpha reference in README.
2017-09-18 10:44:16 +03:00
pyup.io bot
6537f181a5
Update django-anymail from 0.11.1 to 1.0 ( #1334 )
2017-09-18 10:42:08 +03:00
pyup.io bot
53699728ec
Update django-extensions from 1.9.0 to 1.9.1 ( #1330 )
2017-09-14 11:18:59 +02:00
pyup.io bot
3b2eca0a38
Update wheel from 0.29.0 to 0.30.0 ( #1329 )
2017-09-11 09:55:29 +03:00
Nikita P. Shupeyko
d9e280ff5b
Require django-coverage-plugin==1.5.0 for testing
...
Closes #1325 .
2017-09-07 13:28:13 +03:00
Nikita P. Shupeyko
e5154f3f01
Prettify production postgres service Dockerfile entries
...
- group related commands together
- use COPY instead of ADD
2017-09-06 15:05:41 +03:00
Mark Liederbach
7cb8da9df6
Added Whitelist for /compose/local/ ( #1322 )
...
Something in the file above ignores the /compose/local directory, which is not an expected pattern. Barring a reasonable explanation or modification of the above rules, this whitelists that folder.
2017-09-06 09:33:35 +03:00
pyup.io bot
a42df4f1b2
Update django from 1.10.7 to 1.10.8 ( #1320 )
2017-09-05 22:52:58 +03:00
Arcuri Davide
433eef62e4
Update bootstrap to 4.0.0-beta ( #1319 )
...
* Update bootstrap to 4.0.0-beta
Update cdn link for js and css.
Fixed class names for navbar -https://medium.com/@lukaszholeczek/how-to-upgrade-bootstrap-4-alpha-6-to-bootstrap-4-beta-d43b4210f2a3
* Updated CONTRIBUTORS.rst
Updated CONTRIBUTORS.rst
2017-09-05 15:21:25 +03:00
Shupeyko Nikita
188ff966f8
Re-organize compose/ into environment-specific file groups ( #1317 )
...
* Re-organize compose/ into environment-specific file groups
Closes #1316 .
* Commit missing files
That was weird: git failed to commit one specific folder previously
2017-09-05 14:39:20 +03:00
Shupeyko Nikita
ae9f951f45
Use Unix, not Windows environment variable format in Caddyfile ( #1314 )
...
Closes #1310 .
2017-09-02 20:42:07 +03:00
Shupeyko Nikita
833a79ff3c
Remove pycharm service from Docker setup ( #1307 )
...
* Remove pycharm service from Docker setup
* Update generated project docs
2017-08-31 19:25:58 +03:00
Reggie Riser
cc3ba8eadf
Remove django-braces requirement (equivalent functionality already in Django 1.9+). ( #1312 )
2017-08-31 19:23:18 +03:00
pyup-bot
b70db90506
Update boto3 from 1.4.6 to 1.4.7
2017-08-29 14:18:03 -07:00
Reggie Riser
5f4e195007
Loading "static" tags instead of "staticfiles" for Django 1.10+ per https://docs.djangoproject.com/en/dev/releases/1.10/#django-contrib-staticfiles . ( #1308 )
2017-08-29 15:55:15 +03:00
Shupeyko Nikita
8c5c521b29
Revert "Configure pytest to exit after first num failures or errors ( #1292 )"
...
This reverts commit dec3305cd5
.
2017-08-29 15:45:17 +03:00
Reggie Riser
0e1c00d3b3
Fixed typo in generated comment. ( #1306 )
2017-08-28 22:30:56 +03:00
Wan Liuyang
c50c6a73be
Rename Dockerfile-dev to Dockerfile-local ( #1305 )
...
* Rename Dockerfile-dev to Dockerfile-local
* Add @sfdye to CONTRIBUTORS.rst
2017-08-28 11:00:59 +03:00
pyup.io bot
2f12425ea3
Update psycopg2 to 2.7.3.1 ( #1303 )
...
* Update psycopg2 from 2.7.3 to 2.7.3.1
* Update psycopg2 from 2.7.3 to 2.7.3.1
* Update psycopg2 from 2.7.3 to 2.7.3.1
2017-08-26 20:26:07 +03:00
Shupeyko Nikita
259534cd2b
Update .gitignore's ( #1294 )
...
* Update Cookiecutter Django .gitignore
* Update generated project .gitignore
2017-08-24 16:59:08 +03:00
pyup-bot
a226184bf1
Update boto3 from 1.4.5 to 1.4.6
2017-08-23 10:17:14 -07:00
Fábio C. Barrionuevo da Luz
09ecda33b3
Merge pull request #1269 from browniebroke/patch-1
...
Update django-storages and Boto3 fixes #998 & #1192
2017-08-23 14:17:02 -03:00
Nikita P. Shupeyko
22709576a8
Add missing = to DJANGO_OPBEAT_* variable definitions
2017-08-23 13:12:50 +03:00
Shupeyko Nikita
dec3305cd5
Configure pytest to exit after first num failures or errors ( #1292 )
2017-08-23 13:58:10 +04:00
pyup.io bot
b40d63fffc
Update django-extensions from 1.8.1 to 1.9.0 ( #1291 )
2017-08-23 13:48:26 +04:00
pyup.io bot
26f5659e56
Update django-environ from 0.4.3 to 0.4.4 ( #1289 )
2017-08-21 14:59:34 +03:00
pyup.io bot
796247a284
Update django-compressor from 2.1.1 to 2.2 ( #1287 )
2017-08-20 18:31:41 +03:00
pyup.io bot
c216de7387
Update django-allauth from 0.32.0 to 0.33.0 ( #1288 )
2017-08-20 11:47:40 +03:00
pyup-bot
19d9cb8afb
Update pytest-sugar from 0.8.0 to 0.9.0
2017-08-15 02:07:38 -07:00
pyup-bot
dc4051eded
Update pytest-sugar from 0.8.0 to 0.9.0
2017-08-15 02:07:36 -07:00
Jannis Gebauer
8801c50867
switch to caddy ( #1282 )
2017-08-11 11:16:15 +02:00
Shupeyko Nikita
035dc4d7ab
Introduce development-time Celery services ( #1257 )
...
* Introduce development-time Celery services
Closes #1225 .
* Re-order django and postgres services in production.yml
* Switch local service extension tactics
* Fix celery services inheriting ports from the django's
2017-08-11 09:13:30 +02:00
pyup.io bot
9754f0341f
Update factory-boy to 2.9.2 ( #1276 )
...
* Update factory-boy from 2.9.1 to 2.9.2
* Update factory-boy from 2.9.1 to 2.9.2
2017-08-04 10:56:11 +03:00
Bruno Alla
4be48b7999
Use django-storages for media files if using WhiteNoise - fixes #1192
...
As per the discussion in #869 , WhiteNoise is for serving static files
not for media files (files uploaded from the app by users).
For such thing, we still need `DEFAULT_FILE_STORAGE` to be set and
we use django-storages for that.
2017-08-02 20:10:49 +01:00
Bruno Alla
12db5176d6
Upgrade to boto3 fixes #998
...
- Boto3 is the replacement of boto, switch to the latest version
- Switch django-storages class to the one based on Boto3
- AWS_S3_CALLING_FORMAT isn't relevant anymore
2017-08-02 20:00:03 +01:00
pyup.io bot
83081a20b5
Update factory-boy to 2.9.1 ( #1272 )
...
* Update factory-boy from 2.9.0 to 2.9.1
* Update factory-boy from 2.9.0 to 2.9.1
2017-08-02 16:07:25 +03:00
Bruno Alla
9017432421
Update django-storages fixes #998
...
The -redux project is now the official project, update to the latest version
2017-08-01 22:34:09 +01:00
orzarchi
d36ff72c0f
Fix gulpfile default task stuck on runServer ( #1260 )
2017-07-31 16:04:36 +03:00
pyup.io bot
041616db2c
Update factory-boy to 2.9.0 ( #1259 )
...
* Update factory-boy from 2.8.1 to 2.9.0
* Update factory-boy from 2.8.1 to 2.9.0
2017-07-31 09:45:09 +03:00
pyup.io bot
993aac6b95
Update flake8 to 3.4.1 ( #1254 )
...
* Update flake8 from 3.4.0 to 3.4.1
* Update flake8 from 3.4.0 to 3.4.1
2017-07-29 05:57:27 +03:00
pyup.io bot
e7ae16eeb6
Update flake8 to 3.4.0 ( #1253 )
...
* Update flake8 from 3.3.0 to 3.4.0
* Update flake8 from 3.3.0 to 3.4.0
2017-07-28 11:16:01 +03:00
pyup.io bot
60e57117d6
Update psycopg2 to 2.7.3 ( #1247 )
...
* Update psycopg2 from 2.7.2 to 2.7.3
* Update psycopg2 from 2.7.2 to 2.7.3
* Update psycopg2 from 2.7.2 to 2.7.3
2017-07-26 09:20:21 +02:00
pyup.io bot
30a6151647
Update django-anymail from 0.11 to 0.11.1 ( #1248 )
2017-07-24 21:59:20 +03:00
pyup.io bot
34c969423f
Update psycopg2 to 2.7.2 ( #1246 )
...
* Update psycopg2 from 2.7.1 to 2.7.2
* Update psycopg2 from 2.7.1 to 2.7.2
* Update psycopg2 from 2.7.1 to 2.7.2
2017-07-22 21:41:28 +03:00
Fábio C. Barrionuevo da Luz
488855d472
update heroku python runtime to 3.6.2
2017-07-20 09:30:25 -03:00
Shupeyko Nikita
e889316b11
Rename dev.yml to local.yml ( #1227 )
...
* Rename dev.yml to local.yml
Closes #1226 .
* Rename docker-compose.yml to production.yml
2017-07-14 17:09:41 +03:00
pyup.io bot
38f53b5886
Update django-anymail from 0.10 to 0.11 ( #1232 )
2017-07-14 10:50:26 +03:00
Hamish Durkin
afb6b79fc3
Updated idea run configurations to work as explained in the docs ( #1223 )
2017-07-09 16:04:27 +03:00
pyup.io bot
db45132724
Update django-extensions from 1.8.0 to 1.8.1 ( #1219 )
2017-07-09 15:36:38 +03:00
pyup.io bot
57410882ae
Update boto from 2.47.0 to 2.48.0 ( #1220 )
2017-07-09 15:36:22 +03:00
pyup.io bot
03648d3d01
Update pillow from 4.1.1 to 4.2.1 ( #1221 )
2017-07-09 15:36:07 +03:00
pyup.io bot
b3bf6f4f67
Update django-extensions from 1.7.9 to 1.8.0 ( #1217 )
2017-07-03 23:01:17 +03:00
pyup.io bot
ba4869feea
Update sphinx from 1.6.2 to 1.6.3 ( #1215 )
2017-07-03 20:37:08 +03:00
pyup.io bot
44aff93933
Update django-storages-redux from 1.3.2 to 1.3.3 ( #1210 )
2017-06-27 23:44:33 +03:00
Charles Han
c63ba28e36
Change to process *.scss instead of only project.scss. ( #1209 )
2017-06-26 22:52:40 +03:00
shireenrao
1871abd7e9
Setting up new project with mailhog without docker breaks use of mailhog ( #553 )
...
* add mailhog container for local development
* update local settings to use mailhog container for docker
* remove whitespace
* remove whitespace
* fix whitespace formatting
* another try to fix whitespace
* fix block error due to whitespace
* only use mailhog in docker if docker and mailhog is chosen in setup wizard
* Remove warning at end if using docker and mailhog
* mailhog should work locally without docker
* remove unnecessary check for docker in dev docker-compose file
* Remove section within local development docs referencing docker
As this document is meant as a how to for developing locally, I removed the section which was added for using mailhog in docker. I will add that section to the developing-locally-docker.rst file. Also removed jinja template as it does not work in docs.
* Added a comment on mailhog for local docker development
* fix hyperlink to #smtp-backend
* Added a comment on mailhog for local docker development
* pull docs/developing-locally-docker.rst from upstream
* remove changes from dev.yml and add comment for local.py
* Sync with pydanny:master
2017-06-26 22:21:32 +03:00
pyup-bot
50a4beed7e
Update django-test-plus from 1.0.17 to 1.0.18
2017-06-26 10:15:47 -07:00
pyup-bot
854683de3e
Update django-test-plus from 1.0.17 to 1.0.18
2017-06-26 10:15:46 -07:00
Shupeyko Nikita
1f7be4eb57
Revert "Node.JS + docker-compose = ♥" ( #1206 )
...
* Revert "[Fix] #1173 Nginx SSL redirect loop (#1174 )"
This reverts commit cabcc7b106
.
* Revert "Fix Getting Up and Running Locally With Docker doc sphinx warnings (#1165 )"
This reverts commit 83c8594203
.
* Revert "Fix index.rst sphinx warnings (#1166 )"
This reverts commit 51dd0b5e73
.
* Revert "Pin mailhog Docker image to v1.0.0 (#1201 )"
This reverts commit d9f870461b
.
* Revert "Node.JS + docker-compose = ♥ (#1128 )"
This reverts commit 4b06fe3958
.
2017-06-21 23:12:22 +03:00
Ashish Patil
cabcc7b106
[Fix] #1173 Nginx SSL redirect loop ( #1174 )
...
Headers not being passed was causing nginx to redirect to SSL again & again.
2017-06-20 23:33:39 +03:00
Shupeyko Nikita
d9f870461b
Pin mailhog Docker image to v1.0.0 ( #1201 )
2017-06-20 23:27:41 +03:00
Shupeyko Nikita
4b06fe3958
Node.JS + docker-compose = ♥ ( #1128 )
...
* Introduce static asset build infrastructure
* Enhance gulpfile.js
* Introduce node service
* BrowserSync debug-only support
* Remove newline before BrowserSync debug-only support section
* FIx node Dockerfile package.json COPY
* Try fiixing node Dockerfile package.json COPY ones again
* Switch to `node:7-slim`
* Try switching to node:6
To account for possible node:7 docker-compose incompatibiltiy
* Revert "Try switching to node:6"
This reverts commit 62cc02df1a
.
* Try switcging workdir to /app
* Try utilizing relative package.json path
* Resetting to the last version working locally with docker-compose 1.11.x
* Build upon the latest node:7.9-slim
* Stop dockerignoring package.json
* Fix typo
* Try a different package.json path
* Revert "Try a different package.json path"
This reverts commit f29f8500b8
.
* Revert "Fix typo"
This reverts commit 02033729b5
.
* Revert "Stop dockerignoring package.json"
This reverts commit 63c5491546
.
* Upgrade docker-engine and docker-compose used by Travis CI
* Fix .travis.yml comments
* Inline docker-engine and docker-compose versions
* DEBUG: pwd
* Revert "DEBUG: pwd "
This reverts commit 6c2ed4321a
.
* Try copying package.json to the same dir as node Dockerfile's
* Revert "Try copying package.json to the same dir as node Dockerfile's"
This reverts commit 24340a0783
.
* Try out node:7.9
* Revert "Try out node:7.9"
This reverts commit 32286d33c2
.
* Revert "Upgrade docker-engine and docker-compose used by Travis CI"
* Get rid of npm-check-updates
Reason: Reserved for the upcoming PR
* Get rid of npm-check
Reason: Reserved for the upcoming PR
* Get rid of 'standard' npm package
Reason: Reserved for the upcoming PR
* Clean up package.json
* Preserve package.json uncoditionally
Since we now have *unconditional* node.js integration, `package.json` must be out there whenever `node` service gets built
* Upgrade node service image to 7.10
* Document Node.js-Docker integration
* Fix gulpfile.js images region name
* Get rid of Gulp migrate task
* Document Gulp-Docker integration
* Introduce static asset build infrastructure
* Enhance gulpfile.js
* Introduce node service
* BrowserSync debug-only support
* Remove newline before BrowserSync debug-only support section
* FIx node Dockerfile package.json COPY
* Try fiixing node Dockerfile package.json COPY ones again
* Switch to `node:7-slim`
* Try switching to node:6
To account for possible node:7 docker-compose incompatibiltiy
* Revert "Try switching to node:6"
This reverts commit 62cc02df1a
.
* Try switcging workdir to /app
* Try utilizing relative package.json path
* Resetting to the last version working locally with docker-compose 1.11.x
* Build upon the latest node:7.9-slim
* Stop dockerignoring package.json
* Revert "Stop dockerignoring package.json"
This reverts commit 63c5491546
.
* Fix typo
* Revert "Fix typo"
This reverts commit 02033729b5
.
* Try a different package.json path
* Revert "Try a different package.json path"
This reverts commit f29f8500b8
.
* Upgrade docker-engine and docker-compose used by Travis CI
* Fix .travis.yml comments
* Inline docker-engine and docker-compose versions
* DEBUG: pwd
* Revert "DEBUG: pwd "
This reverts commit 6c2ed4321a
.
* Try copying package.json to the same dir as node Dockerfile's
* Revert "Try copying package.json to the same dir as node Dockerfile's"
This reverts commit 24340a0783
.
* Try out node:7.9
* Revert "Try out node:7.9"
This reverts commit 32286d33c2
.
* Revert "Upgrade docker-engine and docker-compose used by Travis CI"
* Get rid of npm-check-updates
Reason: Reserved for the upcoming PR
* Get rid of npm-check
Reason: Reserved for the upcoming PR
* Get rid of 'standard' npm package
Reason: Reserved for the upcoming PR
* Clean up package.json
* Preserve package.json uncoditionally
Since we now have *unconditional* node.js integration, `package.json` must be out there whenever `node` service gets built
* Upgrade node service image to 7.10
* Document Node.js-Docker integration
* Fix gulpfile.js images region name
* Get rid of Gulp migrate task
* Document Gulp-Docker integration
* Remove Gulp-Docker integraton not supported initialization message
2017-06-20 22:48:17 +03:00
Ben Warren
4aff5971d1
Automatic recompilation of Bootstrap with user-defined variables ( #1181 )
...
Allow for dynamic bootstrap compilation
Exclude sublime artifacts
Make custom bootstrap vars file
Add custom bootstrap compilation
Add cookiecutter option
Use the right name for the file
Add explanation to generated README
Add self to contributors
Remove sublime exclusion
2017-06-12 19:38:00 +03:00
John Franey
a286e32e2b
Gulpfile child process spawn ( #1074 )
...
* Update gulpfile to use child_process.spawn
Use child_process.spawn in place of child_process exec to ensure that
console output is captured by Gulp.
Fixes #939
* Remove extra line
2017-06-07 18:46:20 +03:00
pyup.io bot
46af6b4760
Update gevent from 1.2.1 to 1.2.2 ( #1186 )
2017-06-07 18:26:25 +03:00
Cristian Samaniego
1ddc3fcef8
Fix typo and deprecated option in certbot command ( #1185 )
...
The --standalone-supported-challenges option has been deprecated since certbot version 0.9.0.
2017-06-02 22:47:53 +03:00
Fábio C. Barrionuevo da Luz
7762177283
Merge pull request #1182 from pydanny/pyup-update-sphinx-1.6.1-to-1.6.2
...
Update sphinx to 1.6.2
2017-06-02 09:00:12 -03:00
Fábio C. Barrionuevo da Luz
6ed9ceb232
Merge pull request #1180 from pydanny/pyup-update-raven-6.0.0-to-6.1.0
...
Update raven to 6.1.0
2017-06-02 08:59:45 -03:00
pyup-bot
798bf0639e
Update sphinx from 1.6.1 to 1.6.2
2017-05-28 13:43:56 -07:00
pyup.io bot
890c7cbf4b
Update boto from 2.46.1 to 2.47.0 ( #1179 )
2017-05-26 23:22:55 +03:00
pyup-bot
765764a4a2
Update raven from 6.0.0 to 6.1.0
2017-05-25 15:02:53 -07:00
pyup.io bot
c86989eb96
Update django-anymail from 0.9 to 0.10 ( #1177 )
2017-05-22 23:51:29 +03:00
pyup.io bot
215879aa30
Update sphinx from 1.5.6 to 1.6.1 ( #1171 )
2017-05-17 00:08:39 +03:00
pyup.io bot
fa03a69b07
Update werkzeug from 0.12.1 to 0.12.2 ( #1170 )
2017-05-16 11:08:10 +03:00
Fábio C. Barrionuevo da Luz
96028e3bbe
Merge pull request #1168 from pydanny/pyup-update-sphinx-1.5.5-to-1.5.6
...
Update sphinx to 1.5.6
2017-05-15 08:51:36 -03:00
pyup-bot
eed7233c1b
Update coverage from 4.4 to 4.4.1
2017-05-14 23:39:38 -07:00
pyup-bot
3ae3e74aae
Update coverage from 4.4 to 4.4.1
2017-05-14 23:39:37 -07:00
pyup-bot
7e084c2a76
Update sphinx from 1.5.5 to 1.5.6
2017-05-14 13:10:35 -07:00
Delio Castillo
89bc1212b3
Fixes docker file when using letsencrypt. Adds ps command to nginx image for start.sh to be able to run without errors ( #1154 )
2017-05-12 18:23:22 +02:00
Fábio C. Barrionuevo da Luz
cdebc13edc
update celery to 3.1.25
2017-05-10 10:51:49 -03:00
Fábio C. Barrionuevo da Luz
b42357966a
Merge pull request #1162 from pydanny/pyup-update-coverage-4.3.4-to-4.4
...
Update coverage to 4.4
2017-05-08 09:13:41 -03:00
pyup-bot
451bee63ac
Update coverage from 4.3.4 to 4.4
2017-05-07 22:17:23 -07:00
pyup-bot
64dce4b7d1
Update coverage from 4.3.4 to 4.4
2017-05-07 22:17:21 -07:00
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