Samir Shah
0a34fa744d
Make Python 3.7 the default environment for builds/tests.
пре 6 година
Basil Dubyk
62998f2c09
Add Oscar apps to `INSTALLED_APPS` as recommended by Django
пре 6 година
Samir Shah
d0a8bae68e
Forward-port release notes for v2.0.4
пре 6 година
Samir Shah
586b9cd75c
Fix unnecessary writing to disk of range CSV uploaded files.
пре 6 година
Nicola Marangon
1fb5dd005b
Fix error deleting offers with missing related conditions or benefits
пре 6 година
Joseph Wayodi
ac319b78df
Fix broken basket "save for later" functionality
Regression introduced in cca43aa4d1
пре 6 година
Joseph Wayodi
745c2fd3a0
Fix documentation on dynamic class loading for forked dashboard apps
пре 6 година
Samir Shah
c050b7cec3
Refactor asset management so that third party assets are not committed.
пре 6 година
Lars van de Kerkhof
2e80068166
Pass child to availability_policy instead of parent because it has all the data
пре 6 година
Samir Shah
7d740a36f2
Add release notes for #3217.
пре 6 година
Samir Shah
c6279aac1e
Forward-port 2.0.3 release notes.
пре 6 година
Victor Munene
e69f776c62
add OSCAR_THUMBNAIL_DEBUG setting that controls whether oscar_thumbnail templatetag raises errors or not
пре 6 година
dependabot-preview[bot]
792e467333
Bump select2 from 4.0.8 to 4.0.10
Bumps [select2](https://github.com/select2/select2 ) from 4.0.8 to 4.0.10.
- [Release notes](https://github.com/select2/select2/releases )
- [Changelog](https://github.com/select2/select2/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/select2/select2/compare/4.0.8...4.0.10 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
пре 6 година
dependabot-preview[bot]
338d9baffc
Bump inputmask from 4.0.2 to 4.0.8
Bumps [inputmask](https://github.com/RobinHerbots/Inputmask ) from 4.0.2 to 4.0.8.
- [Release notes](https://github.com/RobinHerbots/Inputmask/releases )
- [Changelog](https://github.com/RobinHerbots/Inputmask/blob/5.x/CHANGELOG.md )
- [Commits](https://github.com/RobinHerbots/Inputmask/compare/4.0.2...4.0.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
пре 6 година
Samir Shah
56e0def9f0
Forward-port release notes for version 2.0.2
пре 6 година
Joseph Wayodi
a6a73b65e5
Change "upload_to" argument in FileField/ImageField model-field definitions to a callable
So that migrations are not required for changes to the
"OSCAR_IMAGE_FOLDER" setting, for projects that have not forked the
"catalogue" app.
пре 6 година
dependabot-preview[bot]
ef4e2dcf76
Bump select2 from 4.0.5 to 4.0.8
Bumps [select2](https://github.com/select2/select2 ) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/select2/select2/releases )
- [Changelog](https://github.com/select2/select2/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/select2/select2/compare/4.0.5...4.0.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
пре 6 година
John-Scott Atlakson
cdd0e718bb
Upgrade ``django-phonenumber-field`` for Django 2.2 support
``django-phonenumber-field`` supports the same versions of Python and Django that django-oscar supports, so this should be a safe upgrade.
Fixed failing test due to invalid phone number in fixtures.
References #3144
пре 6 година
Samir Shah
6eb079b9f1
Add heroku config for sandbox.
пре 6 година
Samir Shah
98a6c5225e
Add stub release notes for 2.1, and document changes in #3017.
Also do some minor code cleanup for changes made in #3017 .
пре 6 година
Samir Shah
61d664b5f1
Version bump and release notes for 2.0.1
пре 6 година
Roger Erens
d2da32072c
Update sandbox.rst
Use the same option in the virtualenv command as the mkvirtualenv command uses.
apt-get is nowadays shortened to apt.
пре 6 година
Craig Loftus
348880840c
Add support for spell checking and carry out initial corrections
пре 6 година
Anthony Ricaud
0b16dc9203
Remove detox from docs
detox is unmaintained and tox has a parallel mode
пре 6 година
Anthony Ricaud
68ae8a2488
Use built-in venv module to create virtualenv
пре 6 година
Samir Shah
95f6cf2ef2
Bump version to 2.0.0
пре 6 година
Alexander Gaevsky
a841a765ae
Add note about dashboard apps forking.
пре 6 година
Craig Loftus
91020f055b
Improve release notes and change deprecation warnings
пре 6 година
Samir Shah
879b309f99
Drop Django 2.0 from test matrix and update supported versions in several places
Django 2.0 reached end of life in April 2019.
пре 6 година
Alexander Gaevsky
e7fc4b9475
Rework paragraph about template settings in getting started documentation.
пре 6 година
Alexander Gaevsky
04a8e3b465
Remove hacky setting `OSCAR_MAIN_TEMPLATE_DIR` completely.
пре 6 година
Alexander Gaevsky
6d889dd60a
Configurable thumbnail backends. (#2621)
* Implement basic abstract thumbnails generator backend
* Create `oscar_thumbnail` template tag in `image_tags`
* Add `easy_thumbnails` to `INSTALLED_APPS` in sandbox settings
* Modify `primary_image` method of `Product` model
* Override in templates Sorl's `thumbnail` tag with `oscar_thumbnail` tag
* Check that related module is installed during thumbnail class initialization
* Add params to `original` field of `ProductImageFactory`
* Add media related URLs to test settings
* Add unit tests for thumbnailer backend
* Create test helpers in `test/utils`
These helpers will be used in tests related to thumbnails
* Add tests to check `oscar_thumbnail` template tag
* Add test to check images/thumbnails deleted for deleted product
* Move `sorl-thumbnail` and `easy-thumbnails` to `extras_require`
With this change these packages can be installed as
* `pip install django-oscar[sorl-thumbnail]`
* `pip install django-oscar[easy-thumbnails]`
* Updated "Template tags" section in docs with info about `oscar_thumbnail`
* Describe `OSCAR_THUMBNAILER` setting in "Settings" section of the docs
* Add information about created thumbnail backend to the release notes
пре 6 година
Alexander Gaevsky
b627fa7954
Add javascript to enable client-side product image sorting in dashboard (#2287)
пре 6 година
Alexander Gaevsky
4a479e74ab
Django 2.2 support. (#3009)
* Add Django 2.2 to the Tox environments list.
* Add Django 2.2 to the Travis environment list.
* Mention in the release docs about Django 2.2 support.
* Upgrade to Django 2.2 in the setup requirements.
* Do not decode encoded base64 string, if it is not bytes instance, which changed in Django 2.2.
* Run Travis CI builds on Ubuntu Xenial, which has SQLite 3.8.3, required by Django 2.2.
* Add Python 3.7 to the test matrix.
* Update comment for the Django slugify function call, since it does not return `SafeString` since Django 2.2.
пре 6 година
Alexander Gaevsky
69b3282d99
Update Python headers package name, since Oscar 2 is compatible only with Python 3.
пре 6 година
Alexander Gaevsky
5dd4319c32
Mention about necessity to install Python headers in order to build sandbox site.
пре 6 година
Samir Shah
974eb2cde7
Add release notes for #2989
пре 6 година
Joseph Wayodi
87940e19af
Make app-forking management command more stable
пре 7 година
Alexander Gaevsky
c77d14d1dc
Implement standalone 500 error template.
пре 6 година
Alexander Gaevsky
77c45e3dd8
Re-add Bootstrap datetime picker JS/CSS assets to the custom order list page, as the one that using it.
пре 6 година
Alexander Gaevsky
3924b4b2b2
Extract promotions application out of the Oscar core.
пре 7 година
Alexander Gaevsky
d43fa02c88
Switch default homepage to catalogue index.
пре 8 година
Samir Shah
797c7982b1
Add release notes for #2935.
пре 6 година
Samir Shah
b62a02f0e0
Add release notes for #2888
пре 6 година
Highbiza migration experts
43c5db8fbc
Added method to Product manager for filtering on product attributes. (#2888)
пре 6 година
pythonpro
4a476d6f01
Fix typo in settings documentation
пре 7 година
Joseph Wayodi
9f133298c8
Update docs to reflect newly-merged Oscar/Django app configs
пре 7 година
Samir Shah
e220daa239
Add release notes for #2915
пре 7 година
Samir Shah
7b847bfa23
Add release notes for #2920
пре 7 година
Samir Shah
71a1558e81
Forward-port release notes for version 1.6.5
пре 7 година