mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
Update django-braces and django-floppyforms to lastest
- django-floppyform has official support for django 1.8 (for #208) - https://github.com/brack3t/django-braces/releases/tag/v1.8.0
This commit is contained in:
parent
b41c689acb
commit
5cc4ea1f1d
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ django-environ==0.3.0
|
|||
django-secure==1.0.1
|
||||
|
||||
# Forms
|
||||
django-braces==1.4.0
|
||||
django-braces==1.8.0
|
||||
django-crispy-forms==1.4.0
|
||||
django-floppyforms==1.3.0
|
||||
django-floppyforms==1.4.0
|
||||
|
||||
# Models
|
||||
django-model-utils==2.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue