Commit Graph

1673 Commits

Author SHA1 Message Date
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
Fábio C. Barrionuevo da Luz
dceb2438cf fix CHANGELOG.md 2016-09-29 01:48:42 -03:00
Fábio C. Barrionuevo da Luz
665c890db5 Update CHANGELOG.md 2016-09-29 01:48:42 -03:00
Fábio C. Barrionuevo da Luz
42f94cdd86 fix CHANGELOG.md 2016-09-29 01:48:42 -03:00
Fabio C. Barrioneuvo da Luz
8fca0e0154 update README and CHANGELOG 2016-09-29 01:47:03 -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
e953fda8df fix documentation about contrib/sites migrations 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
Fabio C. Barrioneuvo da Luz
ab52466f44 Bump for 1.9.9-05 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
f803f8f2ab FAQ entry on combining multiple deployment options 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
c4ad073f0d Made Elastic Beanstalk support incompatible with Docker and Heroku 2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
4b95bd9c5e A little cleanup of the EB docs 2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
716717fe53 Fix markup 2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
0eaf6a7b0c Fix FAQ 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
Fabio C. Barrioneuvo da Luz
a950eb82f6 Bump for 1.9.9-04 2016-09-21 09:09:58 -03: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
Andreas
9f2fa4a0a9 Update to use Docker for Mac/Windows (#786)
Removed sections about using Docker Toolbox with virtualbox and added links to Docker for Mac/Windows.
Docker for Mac/Windows uses native virtual machines instead of virtualbox and introduces many improvements.
See: https://blog.docker.com/2016/03/docker-for-mac-windows-beta/

Resolves: #706
2016-09-12 15:53:21 +02: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
pyup.io bot
a675026548 Pin django-coverage-plugin to latest version 1.3.1 (#783) 2016-09-11 23:58:19 +02:00
Jannis Gebauer
0bb767ecf5 Create requirements_to_watch.txt 2016-09-11 23:57:47 +02:00
Audrey Roy Greenfeld
04bd07bbef Make user form template indentation consistent 2016-09-10 09:59:52 -07:00
Jannis Gebauer
9b0f2526c2 fix the formatting 2016-09-10 13:37:09 +02:00