mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-26 09:14:30 +03:00
Merge pull request #290 from luzfcb/master
update dependencies versions
This commit is contained in:
commit
222635bf85
|
@ -2,6 +2,11 @@
|
||||||
All enhancements and patches to cookiecutter-django will be documented in this file.
|
All enhancements and patches to cookiecutter-django will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [2015-07-27]
|
||||||
|
## Changed
|
||||||
|
- update version of ipython, django-allauth (@luzfcb)
|
||||||
|
- update version of django-braces, django-floppyforms, django-model-utils (#287)(@burhan)
|
||||||
|
|
||||||
## [2015-07-21]
|
## [2015-07-21]
|
||||||
## Changed
|
## Changed
|
||||||
- memcached is as a cache is replace with redis (#258)(@burhan)
|
- memcached is as a cache is replace with redis (#258)(@burhan)
|
||||||
|
|
|
@ -5,7 +5,7 @@ sh
|
||||||
# Debugging
|
# Debugging
|
||||||
# -------------------------------------
|
# -------------------------------------
|
||||||
ipdb==0.8.1
|
ipdb==0.8.1
|
||||||
ipython==3.2.0
|
ipython==3.2.1
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
# -------------------------------------
|
# -------------------------------------
|
||||||
|
|
|
@ -22,7 +22,7 @@ Pillow==2.9.0
|
||||||
|
|
||||||
# For user registration, either via email or social
|
# For user registration, either via email or social
|
||||||
# Well-built with regular release cycles!
|
# Well-built with regular release cycles!
|
||||||
django-allauth==0.21.0
|
django-allauth==0.22.0
|
||||||
|
|
||||||
# For the persistence stores
|
# For the persistence stores
|
||||||
psycopg2==2.6.1
|
psycopg2==2.6.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user