Skip to content

Commit

Permalink
added django 2.0, 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yvess committed Feb 10, 2019
1 parent ee3d43d commit 980f6b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ Take also a look at [test.saferpay.com](https://test.saferpay.com/).

## django setup

I use this django package in cunjunction with django-oscar. It can work with other django shop systems,
This django package in used in cunjunction with django-oscar. It can work with other django shop systems,
nothing is tied to django-oscar.

It's used with dango 1.11 but should/could work with django 2.0, 2.1.

first update `settings.py`:

```python
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
url='https://github.com/taywa/django-saferpay',
keywords=['saferpay', 'payment'],
install_requires=[
'Django>=1.11,<2.0',
'Django>=1.11,<2.2',
],
classifiers=[
'Development Status :: 4 - Beta',
Expand All @@ -32,5 +32,7 @@
'Programming Language :: Python :: 3.7',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
],
)

0 comments on commit 980f6b4

Please sign in to comment.