Commit Graph

359 Commits

Author SHA1 Message Date
browniebroke
3bf19e93f2 Update redis from 3.2.1 to 3.3.0 2019-07-29 13:00:28 +02:00
browniebroke
541374e27b Update python-slugify from 3.0.2 to 3.0.3 2019-07-28 13:00:29 +02:00
browniebroke
fbacfa95e0 Update djangorestframework from 3.10.0 to 3.10.1 2019-07-18 12:00:29 +01:00
browniebroke
b0cd6e4072 Update djangorestframework from 3.9.4 to 3.10.0 2019-07-16 12:00:32 +01:00
browniebroke
e15965bd19 Update whitenoise from 4.1.2 to 4.1.3 2019-07-14 12:00:29 +01:00
browniebroke
9393091398 Update pillow from 6.0.0 to 6.1.0 2019-07-03 12:00:28 +01:00
browniebroke
cbd3a59d4b Update django from 2.2.2 to 2.2.3 2019-07-01 13:00:29 +02:00
browniebroke
e1c9f57624 Update django-model-utils from 3.1.2 to 3.2.0 2019-06-25 12:00:31 +01:00
Bruno Alla
c3c0b441f2
Use django-celery-beat for scheduled tasks (#2084)
Use django-celery-beat for scheduled tasks
2019-06-03 21:45:14 +01:00
browniebroke
78ec608f14 Update django from 2.2.1 to 2.2.2 2019-06-03 12:01:44 +01:00
browniebroke
3e7b60c893 Update django-compressor from 2.2 to 2.3 2019-05-31 12:00:33 +01:00
Keyvan Mosharraf
631bddc811 Set celery beat scheduler using settings + install django_celery_beat if use_celery 2019-05-30 16:42:57 -07:00
Bruno Alla
219062cb2b Update to Django 2.2.1 2019-05-17 22:02:50 +01:00
browniebroke
4bca52c835 Update djangorestframework from 3.9.3 to 3.9.4 2019-05-11 12:00:28 +01:00
Bruno Alla
dc2cfc9904 Merge branch 'master' into upgrade/django-2.1 2019-05-08 12:23:23 +01:00
browniebroke
07a685326c Update djangorestframework from 3.9.2 to 3.9.3 2019-04-30 12:00:34 +01:00
Bruno Alla
39df72669e Merge branch 'master' into upgrade/django-2.1
# Conflicts:
#	README.rst
2019-04-17 08:33:54 +01:00
browniebroke
6d906721fc Update pytz from 2018.9 to 2019.1 2019-04-10 13:00:32 +02:00
Bruno Alla
f6e84cb211 Upgrade Django to 2.1.8 2019-04-02 19:11:47 +01:00
browniebroke
fbce0c8ba1 Update pillow from 5.4.1 to 6.0.0 2019-04-02 12:00:29 +01:00
Bruno Alla
c645e7bb2e
Merge pull request #2008 from pydanny/pyup-update-celery-4.2.1-to-4.3.0
Update celery to 4.3.0
2019-04-01 13:11:29 +01:00
Bruno Alla
b3680c8d72
Remove Kombu from direct dependencies 2019-04-01 12:59:05 +01:00
browniebroke
e10aafe802 Update celery from 4.2.1 to 4.3.0 2019-04-01 12:00:35 +01:00
browniebroke
22801fe30e Update python-slugify from 3.0.1 to 3.0.2 2019-04-01 12:00:32 +01:00
Bruno Alla
4e70a4b55a
Test all possible template combinations (#1993)
## Description

Fixes #591.

## Rationale

We are currently not testing many combinations, we run Flake8 on the generated project with default options, but that rarely catch any issues.

## Use case(s) / visualization(s)

Catch problems with invalid combinations, for instance, it fails due to Whitenoise breaking flake8 with `django-compressor` because `STATIC_URL` was undefined here:

b91c70d755/%7B%7Bcookiecutter.project_slug%7D%7D/config/settings/production.py (L185)
2019-04-01 08:47:46 +01:00
browniebroke
99d7e1d5ef Update python-slugify from 3.0.0 to 3.0.1 2019-03-26 11:00:35 +00:00
Bruno Alla
78b735bd68
Merge pull request #1979 from pydanny/pyup-update-djangorestframework-3.9.1-to-3.9.2
Update djangorestframework to 3.9.2
2019-03-21 17:12:29 +00:00
Bruno Alla
85dea50436
Merge pull request #1978 from pydanny/pyup-update-django-allauth-0.38.0-to-0.39.1
Update django-allauth to 0.39.1
2019-03-21 16:45:47 +00:00
browniebroke
f04e96e30f Update djangorestframework from 3.9.1 to 3.9.2 2019-03-21 16:01:00 +00:00
browniebroke
dd85d6df39 Update django-allauth from 0.38.0 to 0.39.1 2019-03-21 16:00:57 +00:00
browniebroke
bb26ed565b Update python-slugify from 2.0.1 to 3.0.0 2019-03-21 16:00:50 +00:00
Bruno Alla
5bf0a397ac Pin redis version 2019-03-20 12:09:43 +00:00
Bruno Alla
b0cb86f282
Merge pull request #1958 from rolep/kombu-update
Redis and Kombu update
2019-03-20 12:08:41 +00:00
Bruno Alla
e740a54da6
Update Flower version 2019-03-19 12:30:19 +00:00
Bruno Alla
3bd7aa4e1a Fix build error with windows=y and docker=y combination
Fixes #1917
2019-03-18 20:55:47 +00:00
Oleg Russkin
638c93d1df Add kombu to base (celery) dependencies
Using latest version 4.4.0, previous suitable 4.3.0
also had bug: kombu/issues#1006
2019-03-12 16:38:43 +02:00
Oleg Russkin
6213af4b56 Update redis to 3.2.0
Related bug was fixed: celery/kombu#947
Moreover, recent kombu versiones demand
such redis version.
2019-03-12 16:35:03 +02:00
pyup.io bot
1c11f0950f Update django from 2.0.10 to 2.0.13 (#1936) 2019-02-16 14:34:11 +03:00
Fábio C. Barrionuevo da Luz
156afe675b
Merge pull request #1907 from pydanny/pyup-update-djangorestframework-3.9.0-to-3.9.1
Update djangorestframework to 3.9.1
2019-01-30 17:08:42 -03:00
pyup.io bot
e2f46e392e Update argon2-cffi from 18.3.0 to 19.1.0 (#1909) 2019-01-22 14:30:37 +03:00
pyup-bot
cf88911c36 Update djangorestframework from 3.9.0 to 3.9.1 2019-01-16 09:20:56 -08:00
pyup.io bot
b0380da4c0 Update pytz from 2018.7 to 2018.9 (#1902) 2019-01-13 16:48:23 +03:00
pyup.io bot
34620a1c57 Update pillow from 5.3.0 to 5.4.1 (#1901) 2019-01-07 02:04:50 +03:00
pyup-bot
530e94d30e Update django from 2.0.9 to 2.0.10 2019-01-04 13:34:34 -08:00
pyup.io bot
83150e9a55 Update python-slugify from 2.0.0 to 2.0.1 (#1898) 2019-01-04 10:17:12 +08:00
pyup-bot
23f0f6e015 Update python-slugify from 1.2.6 to 2.0.0 2018-12-25 15:42:08 -08:00
Bruno Alla
6e85ee4aa9
Merge pull request #1869 from Egregors/master
Pinning redis version to >=2.10.6, <3
2018-11-20 16:17:38 +00:00
pyup.io bot
a598a0a67a Update whitenoise from 4.1.1 to 4.1.2 (#1872) 2018-11-20 10:10:30 +08:00
pyup-bot
0d5ce3c032 Update django-redis from 4.9.0 to 4.10.0 2018-11-19 02:19:54 -08:00
Vadim Iskuchekov
e407eb9c13
Clean up, version restriction not only for pyup
Default pip ignored # pyup notation. So now version restriction sets decidedly
2018-11-18 18:49:55 +01:00
Vadim Iskuchekov
ff6d331a20
Pinning redis version to >=2.10.6, <3
Fix #1868
2018-11-18 17:06:07 +01:00
pyup-bot
7e03b56694 Update whitenoise from 4.1 to 4.1.1 2018-11-12 16:08:45 -08:00
pyup.io bot
ee67e6019d Update pytz from 2018.6 to 2018.7 (#1845) 2018-10-29 22:15:57 +03:00
pyup.io bot
25477ac33d Update pytz from 2018.5 to 2018.6 (#1840) 2018-10-24 13:36:29 +03:00
pyup-bot
f5df324920 Update djangorestframework from 3.8.2 to 3.9.0 2018-10-18 09:46:59 -05:00
pyup-bot
06b80fc871 Update django-allauth from 0.37.1 to 0.38.0 2018-10-03 16:15:29 -05:00
Bruno Alla
5f8e074903
Merge pull request #1816 from pydanny/pyup-update-pillow-5.2.0-to-5.3.0
Update pillow to 5.3.0
2018-10-01 20:15:46 +01:00
pyup-bot
a265756d48 Update django from 2.0.8 to 2.0.9 2018-10-01 06:50:15 -05:00
pyup-bot
32591ed655 Update pillow from 5.2.0 to 5.3.0 2018-10-01 06:50:11 -05:00
pyup.io bot
f60b6d464c Update whitenoise from 4.0 to 4.1 (#1797) 2018-09-12 19:23:28 +00:00
pyup.io bot
602bb22a2e Update python-slugify to 1.2.6 (#1782)
This PR updates [python-slugify](https://pypi.org/project/python-slugify) from **1.2.5** to **1.2.6**.



<details>
  <summary>Changelog</summary>
  
  
   ### 1.2.6
   ```
   - Add support for case sensitive slugs (s-m-e)
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/python-slugify
  - Changelog: https://pyup.io/changelogs/python-slugify/
  - Repo: https://github.com/un33k/python-slugify
</details>
2018-09-03 08:13:35 +08:00
pyup.io bot
53945865d6 Update django-allauth from 0.36.0 to 0.37.1 (#1768) 2018-08-28 09:24:02 +08:00
pyup.io bot
e81f7abbd7 Update argon2-cffi from 18.2.0 to 18.3.0 (#1758) 2018-08-19 13:05:42 +00:00
pyup.io bot
44b924b54f Update argon2-cffi from 18.1.0 to 18.2.0 (#1756) 2018-08-19 10:20:31 +00:00
pyup.io bot
36f3558ccc Update whitenoise from 3.3.1 to 4.0 (#1745) 2018-08-13 16:06:42 +03:00
pyup.io bot
dc11195917 Update django to 2.0.8 (#1734)
This PR updates [django](https://pypi.org/project/django) from **2.0.7** to **2.0.8**.



<details>
  <summary>Changelog</summary>
  
  
   ### 2.0.8
   ```
   ==========================

*August 1, 2018*

Django 2.0.8 fixes a security issue and several bugs in 2.0.7.

CVE-2018-14574: Open redirect possibility in ``CommonMiddleware``
=================================================================

If the :class:`~django.middleware.common.CommonMiddleware` and the
:setting:`APPEND_SLASH` setting are both enabled, and if the project has a
URL pattern that accepts any path ending in a slash (many content management
systems have such a pattern), then a request to a maliciously crafted URL of
that site could lead to a redirect to another site, enabling phishing and other
attacks.

``CommonMiddleware`` now escapes leading slashes to prevent redirects to other
domains.

Bugfixes
========

* Fixed a regression in Django 2.0.7 that broke the ``regex`` lookup on MariaDB
  (even though MariaDB isn&#39;t officially supported) (🎫`29544`).

* Fixed a regression where ``django.template.Template`` crashed if the
  ``template_string`` argument is lazy (🎫`29617`).


==========================
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/django
  - Changelog: https://pyup.io/changelogs/django/
  - Homepage: https://www.djangoproject.com/
</details>
2018-08-02 08:17:27 +08:00
pyup-bot
72d6be7883 Update celery from 4.2.0 to 4.2.1 2018-07-18 04:03:29 -07:00
pyup.io bot
ed389e7401 Update django from 2.0.6 to 2.0.7 (#1707) 2018-07-02 22:18:13 +03:00
pyup.io bot
8586cb0cef Update pillow from 5.1.0 to 5.2.0 (#1704) 2018-07-02 22:17:46 +03:00
pyup.io bot
f13c99f0a5 Update pytz from 2018.4 to 2018.5 (#1699) 2018-06-30 11:59:23 +03:00
Nikita Shupeyko
275c13292c
Integrate Flower with Docker Compose setup (#1655)
* Integrate Flower with Docker Compose setup locally

* Remove alien worker celeryd option

* Move Flower COPY section below the worker's

* Remove set -o pipefail command from Flower start script

* Flower client authentication

* Override flower service image name

* Move flower service to the end of local.yml

* Install flower==0.9.2 in all environments

* Introduce production flower service

* Fix local flower start script

* Document Flower integration

* Prettify *.django envs

Rationale: consistency.

* Reference local environment Flower docs from the production's

* 'two more services' -> 'three more services'
2018-06-27 19:33:21 +03:00
pyup.io bot
eb0297aeb3 Update django-environ from 0.4.4 to 0.4.5 (#1695) 2018-06-26 10:53:36 +03:00
Wan Liuyang
5309fbf5e7
Upgrade celery to 4.2 (#1446)
* Update celery to 4.1.0

* Re-add endif closing block

* Update local.py

* Update base.txt

* Update local.py
2018-06-21 14:53:04 +08:00
pyup.io bot
f3d76a4134 Update celery from 3.1.25 to 3.1.26.post2 (#1683) 2018-06-19 01:07:14 +03:00
pyup-bot
77f87c4532 Update django from 2.0.5 to 2.0.6 2018-06-01 15:16:03 -07:00
Nguyễn Hồng Quân
39378e3b32 Replace awesome-slugify with python-slugify
The former drags us from getting update with new libraries (e.g
Unidecode).
2018-05-14 19:01:16 +07:00
pyup.io bot
144f4ca3b7 Update django-model-utils from 3.1.1 to 3.1.2 (#1640) 2018-05-10 23:16:42 +02:00
pyup.io bot
b4b3c04253 Update django-allauth from 0.35.0 to 0.36.0 (#1638) 2018-05-08 15:28:52 +08:00
pyup-bot
b8a709b191 Update django from 2.0.4 to 2.0.5 2018-05-02 01:08:03 -07:00
pyup.io bot
b6c80ab333 Update pytz from 2018.3 to 2018.4 (#1605) 2018-04-10 20:34:01 +00:00
pyup-bot
dffacdc2ed Update djangorestframework from 3.7.7 to 3.8.2 2018-04-06 11:40:11 -05:00
pyup.io bot
53186d2697 Update django from 2.0.3 to 2.0.4 (#1593) 2018-04-03 10:46:34 +03:00
pyup.io bot
3c3d5914d2 Update pillow to 5.1.0 (#1592) 2018-04-03 09:50:34 +08:00
Daniel Roy Greenfeld
d6e0b95d81
Adding coreapi and moving DRF to end of base.txt 2018-03-17 06:58:16 -05:00
Bruno Alla
80618f0ace Install psycopg2-binary when not using docker locally (#1569)
- The binary package should be installable on Windows locally
- The binary package is not recommended for Production, compile from
  source
2018-03-16 16:32:43 -05:00
Daniel Roy Greenfeld
c06ce847b3
Added DRF 2018-03-13 22:13:36 -05:00
pyup.io bot
05e97777e2 Update django-crispy-forms from 1.7.1 to 1.7.2 (#1567) 2018-03-09 19:21:40 +03:00
Nikita Shupeyko
b2a6b9a511
Prettify generated project requirements (#1557)
* Prettify base.txt

* Prettify local.txt

* Get rid of test.txt

Rationale: it effectively a duplicate of what's in local.txt

* Prettify production.txt
2018-03-09 12:57:32 +03:00
pyup.io bot
218a79e16a Update django from 2.0.2 to 2.0.3 (#1551) 2018-03-06 19:44:43 +03:00
Nikita P. Shupeyko
5380117181 Uninstall wheel
Closes #1095.
2018-03-06 14:27:13 +03:00
pyup.io bot
93ad8e6125 Update django-crispy-forms from 1.7.0 to 1.7.1 (#1546) 2018-03-06 06:13:20 +00:00
pyup.io bot
3084d9d5c1 Update django-redis from 4.8.0 to 4.9.0 (#1540) 2018-03-01 14:20:08 +03:00
Bruno Alla
575fe7e2f0 Merge branch 'master' into psycopg2-no-binary 2018-02-22 17:50:20 +00:00
pyup.io bot
97f0ca6fa7 Update django from 2.0 to 2.0.2 (#1514) 2018-02-16 22:42:20 +01:00
Bruno Alla
642af90a37
Merge pull request #1421 from epicwhale/update-django-1.11.8-to-2.0
Upgrade Django to 2.0
2018-02-16 21:37:06 +00:00
Bruno Alla
d783367a86 Prevent pyup to Update Celery automatically 2018-02-13 14:37:40 +00:00
Bruno Alla
5e93bf954d Install psycopg2 with --no-binary option 2018-02-09 13:00:20 +00:00
pyup-bot
8941e4a81d Update pytz from 2017.3 to 2018.3 2018-02-09 02:46:23 -08:00
pyup.io bot
7271934268 Update psycopg2 to 2.7.4 (#1497)
* Update psycopg2 from 2.7.3.2 to 2.7.4

* Update psycopg2 from 2.7.3.2 to 2.7.4

* Update psycopg2 from 2.7.3.2 to 2.7.4
2018-02-08 23:46:03 +03:00
Dayson Pais
8edcb1cbfe
Merge branch 'master' into update-django-1.11.8-to-2.0 2018-02-05 10:24:58 +00:00
Dayson Pais
d4420e3dd6
Update base.txt 2018-02-05 10:23:10 +00:00
pyup.io bot
b19b1e0f3c Update django-allauth from 0.34.0 to 0.35.0 (#1477) 2018-02-02 23:43:02 +03:00
pyup.io bot
fe7c4aa815 Update django from 1.11.9 to 1.11.10 (#1474) 2018-02-02 00:39:04 +03:00
Dayson Pais
9ca98e02d4
Update base.txt 2018-01-25 10:36:06 +01:00
pyup.io bot
a40121afd6 Update django-model-utils from 3.0.0 to 3.1.1 (#1442) 2018-01-10 18:36:17 +03:00
pyup.io bot
a6baa1741c Update argon2-cffi from 16.3.0 to 18.1.0 (#1435) 2018-01-08 18:32:45 +03:00
pyup.io bot
f141ea655c Update pillow from 4.3.0 to 5.0.0 (#1424) 2018-01-05 19:29:16 +03: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
Audrey Roy Greenfeld
5395687f73 Upgraded to Django 1.11 to resolve 2017-12-28 08:19:19 -08: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-bot
f71a561119 Update psycopg2 from 2.7.3.1 to 2.7.3.2 2017-10-24 13:13:10 -07: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
ba6756f107 Update pillow from 4.2.1 to 4.3.0 (#1352) 2017-10-16 18:36:56 +03: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
3b2eca0a38 Update wheel from 0.29.0 to 0.30.0 (#1329) 2017-09-11 09:55:29 +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
Reggie Riser
cc3ba8eadf Remove django-braces requirement (equivalent functionality already in Django 1.9+). (#1312) 2017-08-31 19:23:18 +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
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.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
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
pyup.io bot
03648d3d01 Update pillow from 4.1.1 to 4.2.1 (#1221) 2017-07-09 15:36:07 +03: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
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
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
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
5b75ad6c9d Require celery==3.1.24 instead of celery==4.0.2 (#1140) 2017-04-24 15:26:08 +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
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
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
86922be94b Update pytz from 2016.10 to 2017.2 (#1098) 2017-04-01 18:12:29 +02: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
Burhan Khalid
04146d580e version bumps 2017-03-03 09:11:54 +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
ec3daa58e4 Update django-braces from 1.10.0 to 1.11.0 (#1013) 2017-02-02 14:47:02 +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
3a337e4350 Update django-model-utils from 2.6 to 2.6.1 (#990) 2017-01-12 16:05:31 +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
b905f066be Update django-allauth from 0.29.0 to 0.30.0 (#973) 2017-01-04 13:53:17 +01: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
6c4085fce4 Update django from 1.10.3 to 1.10.4 (#920) 2016-12-06 20:43:54 -08: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
74e8296b8e Update django-environ from 0.4.0 to 0.4.1 (#885) 2016-11-14 11:52:45 +01: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
a37b368668 Update django from 1.10.2 to 1.10.3 (#872) 2016-11-02 10:10:59 +01: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
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
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
6bc4b40476 Update django-model-utils from 2.5.2 to 2.6 2016-09-28 21:32:04 -07:00
Fabio C. Barrioneuvo da Luz
c09a84b1be update django-redis and whitenoise version 2016-09-29 01:02:58 -03:00
Fabio C. Barrioneuvo da Luz
0ea6153b00 removed django-autoslug until it's ready for 1.10 2016-09-29 01:01:01 -03:00
Fabio C. Barrioneuvo da Luz
5a64696af1 update django to 1.10.1 2016-09-29 01:00:55 -03: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
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
Stanislav Shabalin
6f6f37cba8 replace unicode-slugify with awesome-slugify (#761) 2016-09-04 10:52:52 -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
Jannis Gebauer
e47dccf514 Revert "Update django-allauth to 0.27.0" 2016-08-19 15:50:09 +02:00
pyup-bot
23272872b7 Update django-allauth from 0.26.1 to 0.27.0 2016-08-18 12:35:00 -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
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
pyup-bot
d0638780fa Update django-floppyforms from 1.6.2 to 1.7.0 2016-08-15 10:49:41 -07:00
Jannis Gebauer
eff9260acf Merge pull request #731 from pydanny/pyup-update-django-model-utils-2.5.1-to-2.5.2
Update django-model-utils to 2.5.2
2016-08-11 14:30:26 +02:00
Jannis Gebauer
b646fccc4c Merge pull request #732 from pydanny/pyup-update-django-compressor-2.0-to-2.1
Update django-compressor to 2.1
2016-08-11 14:30:19 +02:00
pyup-bot
676cee53b5 Update django-compressor from 2.0 to 2.1 2016-08-11 03:05:16 -07:00
pyup-bot
bb9bb72999 Update django-model-utils from 2.5.1 to 2.5.2 2016-08-11 03:05:08 -07:00
pyup-bot
7bde8e74ae Update whitenoise from 3.2 to 3.2.1 2016-08-11 03:05:06 -07:00
pyup-bot
2b0e185687 Update django-model-utils from 2.5 to 2.5.1 2016-08-03 07:48:24 -07:00
pyup-bot
bc699f55fd Update django-allauth from 0.25.2 to 0.26.1 2016-07-25 12:40:05 -07:00
Jannis Gebauer
f11e3f8329 Merge pull request #689 from pydanny/pyup-update-django-webpack-loader-0.3.0-to-0.3.3
Update django-webpack-loader to 0.3.3
2016-07-25 17:45:05 +02:00
pyup-bot
4a0ad7bd2f Update django-redis from 4.4.3 to 4.4.4 2016-07-25 05:25:00 -07:00
pyup-bot
d63e2e22ad Update django-webpack-loader from 0.3.0 to 0.3.3 2016-07-24 12:54:58 -07:00
Jannis Gebauer
fc20db3ed6 remove sqlparse from dependencies 2016-07-21 11:32:28 +02:00
Jannis Gebauer
96722f53b3 Merge pull request #676 from pydanny/pyup-update-django-1.9.7-to-1.9.8
Update django to 1.9.8
2016-07-20 19:27:21 +02:00
Jannis Gebauer
5ca39c4d86 adding debug_toolbar temporary workaround 2016-07-20 19:25:37 +02:00
pyup-bot
ffd26051c6 Update django from 1.9.7 to 1.9.8 2016-07-18 11:24:17 -07:00
pyup-bot
dfa8138297 Update pytz from 2016.4 to 2016.6.1 2016-07-14 01:23:51 -07:00
Fábio C. Barrionuevo da Luz
8182878dea Merge pull request #661 from pydanny/pyup-update-pillow-3.2.0-to-3.3.0
Update pillow to 3.3.0
2016-07-07 08:27:25 -03:00
pyup-bot
5b6c3c75a5 Update psycopg2 from 2.6.1 to 2.6.2 2016-07-06 19:38:03 -07:00