jrief / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
32 stars 12 forks source link

Update intro.rst #51

Closed quater closed 8 years ago

quater commented 8 years ago

Python 2.7.10 dependency added. https://github.com/jrief/django-shop/issues/50

rfleschenberg commented 8 years ago

Thank you for the PR!

I don't think we really require 2.7.10. Any version of 2.7 is probably fine, even though, like Django, we officially recommend the latest minor version. Can you update the PR to say something like "Python 2.7 (latest minor version recommended)" or such?

It's just a minor point, but I think we should avoid scaring users of distrbutions who ship Python 2.7.9 or such.

rfleschenberg commented 8 years ago

Also, we should probably add a note that we currently only support Django 1.8.

quater commented 8 years ago

Applied the changes as suggested

rfleschenberg commented 8 years ago

Merging. Thanks!