Samir Shah
9bf9330746
Update django-tables to version 1.19.
8 lat temu
Samir Shah
cd038d6d62
Update django-treebeard to version 4.2.0.
8 lat temu
Samir Shah
8a3288da43
Drop support below Django 1.11
8 lat temu
Alexander Gaevsky
3e5d45063e
Limit django-tables2 to 1.16 version for now as the last supporting Django 1.8.
8 lat temu
Michael van Tellingen
632587d6a4
Set max-version for django-haystack to 3.0.0
Just assume django-haystack uses semver for now.
8 lat temu
Alexander Gaevsky
f8f77d86af
Sort imports with isort.
8 lat temu
Samir Shah
d505c89eaa
Update sorl-thumbnail to 12.4.1
8 lat temu
Tom Hendrikx
613d079f08
Allow django-haystack version that support django 1.11
8 lat temu
Samir Shah
541d7fa230
Remove pytest-warnings from test dependencies.
pytest-warnings is now part of pytest core. See https://docs.pytest.org/en/latest/changelog.html#id71
8 lat temu
Samir Shah
6a6a5351d8
Add Django master to travis build.
8 lat temu
Samir Shah
37edcd6966
Upgrade djang-extra-views dependency.
8 lat temu
Samir Shah
2e1607d613
Update several dependencies in setup.py.
8 lat temu
Michael van Tellingen
6aeb26c319
Allow latest django-haystack release (for Django 1.11)
8 lat temu
Michael van Tellingen
6b6aefbf59
Don't publish CI badges on pypi description page
8 lat temu
Michael van Tellingen
5d5ed02c9f
Update version range for django-phonenumber-field
8 lat temu
Samir Shah
03eb166be9
Update supported Django/Python versions and tox configuration.
- Drop support for Django 1.9 (EOL)
- Drop support for Python 3.6 with Django 1.8 to 1.10
8 lat temu
Michael van Tellingen
b3cc57d692
Use Django 1.11 compatible django-webtest version
8 lat temu
Michael van Tellingen
ff560d4a88
Add django 1.11 to to setup.py and tox/travis
9 lat temu
Alexander Gaevsky
c804b48f33
Update django-phonenumber-field version in the setup dependencies, since 1.2.0 version does not have fallback to blank string for null values as in the previous version.
8 lat temu
Alexander Gaevsky
d3258409b6
Upgrade to latest Webtest.
9 lat temu
Michael van Tellingen
8266000b8e
Use the django-phonenumber-field module instead of our own
9 lat temu
Michael van Tellingen
80051d4a45
Minor refactoring of django-tables2 implementation
9 lat temu
Alexander Gaevsky
054dea586e
Upgrade django_tables2, fix dashboard views to support it.
9 lat temu
Michael van Tellingen
01c3cb7af2
Fix docs build
9 lat temu
Michael van Tellingen
ebb1b767a0
Update WebTest dependency
9 lat temu
Michael van Tellingen
ac7055dfff
Update dependencies
9 lat temu
Michael van Tellingen
2ce7eb9307
Update test versions
9 lat temu
Michael van Tellingen
f3aafc82ff
Update treebeard to latest version
9 lat temu
Michael van Tellingen
c5dfa81007
Allow Django 1.10 in setup.py
9 lat temu
Alexander Gaevsky
6169826571
Show warning message if there is more than one product stock record has same SKU during product range edit in the dashboard.
9 lat temu
Michael van Tellingen
4bf04164c6
Update release notes for 1.3.0
9 lat temu
Michael van Tellingen
f6e116fc60
Fix readthedocs build
9 lat temu
Michael van Tellingen
c86ee6ccaa
Update dependencies: uwsgi requests, mock
9 lat temu
Alexander Gaevsky
2b2577761c
Upgrade test dependencies.
9 lat temu
Michael van Tellingen
db2a9d255e
Alter the runtests.py script to just call py.test (keep it simple)
travis: Run py.test --cov=oscar instead of coverage run
9 lat temu
Michael van Tellingen
bc893aa92a
Add unittest for testing migrations (from wagtail)
This also updates the pytest dependencies
9 lat temu
Michael van Tellingen
21ebd1178d
Move docs and test requirements to setup.py extra's
9 lat temu
Michael van Tellingen
b7b3de5861
Update to haystack 2.5.0 for django 1.9 compat
9 lat temu
Adam Chainz
1307c0bec1
Convert readthedocs link for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
9 lat temu
Michael van Tellingen
e20ea0421f
Change babel requirement to <3.0.
Recent babel releases contain several bugfixes.
9 lat temu
Maik Hoepfel
afe08db409
Remove Django 1.7 support
We only support two versions of Django. That policy might change given
that Django has started doing LTS releases. But for now, it only makes
sense to remove Django 1.7 support.
10 lat temu
Michael van Tellingen
5d87b294c1
Update classifiers (add Python 3.5 / Django 1.9)
10 lat temu
Michael van Tellingen
a9870a3477
Fix version string for solr-thumbnail in setup.py
10 lat temu
Michael van Tellingen
5264921325
Require solr-thumbnail>=12.4.a1
10 lat temu
Michael van Tellingen
1d5f08322e
Update dependencies on several dependencies
These are `pillow`, `phonenumbers`, `mock` and `factory_boy`.
10 lat temu
Michael van Tellingen
809f440bc0
Update to treebeard 4.0
This also reverts b1477bf
10 lat temu
Michael van Tellingen
5abd5378a8
Allow more recent versions of sorl/haystack for Django 1.9...
10 lat temu
Michael van Tellingen
dc9258cd49
Add Django 1.9a1 to travis matrix
10 lat temu
Maik Hoepfel
838f0866fd
Remove django-compressor
django-compressor served it's purpose, but given the advent of
more and more frontend JS work, and the accompanying build tools (grunt,
gulp, etc.), it makes less and less sense to use compressor. Jannis
Leidel himself also stepped back from maintaining it.
In my experience with Oscar project, it has also become a bit of a
liability to have compressor as a dependency. Most projects don't use it
any more, but it's not easy to disable/override because all our
templates include it.
So, let's keep things simple and remove it as a dependency. That paves
the way for using other tools, while it's always easy to add back.
10 lat temu
Michael van Tellingen
7e0e88a41c
Require django-widget-tweaks >= 1.4.1
See #1791
10 lat temu