Mercurial > public > madeira
annotate requirements_dev.txt @ 163:7fc4123fef70
Stop passing callable to queryset.
This is now deprecated. The usage here was most likely a mistake that has
worked all these years. This change was for upgrading to Django 1.7.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 02 Apr 2015 19:17:47 -0500 |
parents | abfc189f3877 |
children | a51e7d369472 |
rev | line source |
---|---|
bgneal@153 | 1 Django==1.6.6 |
bgneal@134 | 2 MySQL-python==1.2.5 |
bgneal@134 | 3 argparse==1.2.1 |
bgneal@134 | 4 python-memcached==1.48 |
bgneal@134 | 5 wsgiref==0.1.2 |
bgneal@134 | 6 django-localflavor==1.0 |
bgneal@134 | 7 docutils==0.11 |
bgneal@143 | 8 Pillow==2.4.0 |
bgneal@134 | 9 Fabric==1.4.3 |
bgneal@134 | 10 pycrypto==2.6.1 |
bgneal@134 | 11 ssh==1.8.0 |
bgneal@153 | 12 ## The following requirements were added by pip --freeze: |