Projet

Général

Profil

0001-setup.py-bump-minimal-Django-version-to-1.7.6.patch

Benjamin Dauvergne, 23 avril 2015 04:13

Télécharger (762 octets)

Voir les différences:

Subject: [PATCH] setup.py: bump minimal Django version to 1.7.6

1.7.6 fixed a bug in migrations altering foreign key fields.
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
setup.py
102 102
          '': 'src',
103 103
      },
104 104
      include_package_data=True,
105
      install_requires=['django >= 1.7, < 1.8',
105
      install_requires=['django >= 1.7.6, < 1.8',
106 106
        'requests',
107 107
        'django-model-utils',
108 108
        'django-admin-tools>=0.5.2',
109
-