Alexander Gaevsky
e60bb4e99b
Set maximum line quantity on basket page.
8 years ago
Samir Shah
1651bf230f
Upgrade select2 to v4.0, and refactor RemoteSelect widget to work with it.
8 years ago
pyup-bot
49b888061a
Update ipdb from 0.10.3 to 0.11
8 years ago
Alexander Gaevsky
621540c729
Display variant images on product detail page and fallback to parent product if they do not exist.
8 years ago
Alexander Gaevsky
6de8b6abaf
Allow to manage images for all products on product edit page in the dashboard.
8 years ago
Samir Shah
a641dbeaa0
Merge pull request #2613 from django-oscar/pyup-update-flake8-debugger-3.0.0-to-3.1.0
Update flake8-debugger to 3.1.0
8 years ago
Samir Shah
409e817246
Merge pull request #2617 from django-oscar/pyup-update-isort-4.3.3-to-4.3.4
Update isort to 4.3.4
8 years ago
pyup-bot
5c082c3a2a
Update isort from 4.3.3 to 4.3.4
8 years ago
Samir Shah
b8547e4a6f
Update ImageInput to use built-in template rendering and add tests for the widget.
8 years ago
pyup-bot
020fdb3aac
Update flake8-debugger from 3.0.0 to 3.1.0
8 years ago
Samir Shah
86fe75de4d
Remove unnecessary webob dependency from oscar.test utils.
Fixes #2547 .
8 years ago
pyup-bot
f61e063adb
Update uwsgi from 2.0.15 to 2.0.16
8 years ago
Alexander Gaevsky
7467aab87c
Make sure all major imports are dynamic.
8 years ago
pyup-bot
4ebf89fd84
Update transifex-client from 0.13.0 to 0.13.1
8 years ago
Samir Shah
cccd9b43da
Update date/time picker widgets to use template-based rendering.
8 years ago
Samir Shah
3edf0d405a
Fix StockRecord.can_track_allocations for child products.
Refs #2567 - the changes made there fail if the stock record
belongs to a child product.
8 years ago
pyup-bot
ea53adc1ce
Update psycopg2 from 2.7.3.2 to 2.7.4
8 years ago
pyup-bot
cd05927523
Update psycopg2 from 2.7.3.2 to 2.7.4
8 years ago
Samir Shah
fcf35a7ab3
Merge pull request #2508 from solarissmoke/django2
Drop support below Django 1.11
8 years ago
Samir Shah
1c28cbadf8
Add some tests for core.application and customer.utils.
8 years ago
Samir Shah
b1e27e958e
Update release notes with several recent changes, and refactor wording of some existing notes.
8 years ago
Samir Shah
305869a228
Remove oscar.core.compat.is_language_prefix_patterns_used.
8 years ago
Samir Shah
9bf9330746
Update django-tables to version 1.19.
8 years ago
Samir Shah
b34d680d9d
Remove Django<1.11 compatibility code from core.widgets.AdvancedSelect.
8 years ago
Samir Shah
c9e7031ab1
Remove Django<1.11 compatibility code from RelatedFieldWidgetWrapper.
8 years ago
Samir Shah
d682938947
Remove Django 1.8 compatibility for default_slugifier.
8 years ago
Samir Shah
762aace429
Add tests specifically for NullCharField.
8 years ago
Samir Shah
86db5ddc5c
Refactor NullCharField to work with Django 2.
There is a subtle change in behaviour here. Null is converted to ''
only when reading the field value from the database. Previously
this was done in the to_python method, but this causes problems
with uniqueness validation.
8 years ago
Samir Shah
ffe8e82514
Update release notes for changes made when dropping support for Django < 1.11
8 years ago
Samir Shah
e67b2deb4b
Remove MiddlewareMixin from BasketMiddleware.
8 years ago
Samir Shah
efadbba476
Remove Django<1.11 compatibility shims for password validation and authentication.
8 years ago
Michael van Tellingen
981d42c4c4
Merge pull request #2594 from solarissmoke/feature/local-tinymce
Add TinyMCE to Oscar's static files and stop relying on external CDN.
8 years ago
Samir Shah
e0b6397fcb
Merge pull request #2598 from django-oscar/pyup-update-isort-4.3.2-to-4.3.3
Update isort to 4.3.3
8 years ago
Samir Shah
539d28e2f9
Add migration for limit_choices_to field on Voucher.offers.
8 years ago
Samir Shah
cd038d6d62
Update django-treebeard to version 4.2.0.
8 years ago
erickmk
9a14f5e28a
Remove several compatibility helpers for Django < 1.11.
8 years ago
Samir Shah
8a3288da43
Drop support below Django 1.11
8 years ago
Alexander Gaevsky
aef00fc8a0
Implement data migration to re-generate user address hashes.
8 years ago
Alexander Gaevsky
10f74da8e3
Distinguish active address fields definition and address hash generation in order to avoid hashing breaking when active address fields property is customized.
8 years ago
pyup-bot
1e0c6428c6
Update isort from 4.3.2 to 4.3.3
8 years ago
Samir Shah
2ab10b9c95
Merge pull request #2597 from django-oscar/pyup-update-isort-4.3.1-to-4.3.2
Update isort to 4.3.2
8 years ago
pyup-bot
cbb083cf75
Update isort from 4.3.1 to 4.3.2
8 years ago
Samir Shah
07accedb8e
Merge pull request #2596 from django-oscar/pyup-update-isort-4.3.0-to-4.3.1
Update isort to 4.3.1
8 years ago
pyup-bot
38261cd024
Update isort from 4.3.0 to 4.3.1
8 years ago
Samir Shah
74ede93367
Add TinyMCE to Oscar's static files and stop relying on external CDN.
Fixes #2581 .
8 years ago
Samir Shah
5a2d79c6ee
Merge pull request #2550 from sasha0/issues/1290/product-attribute-customization
Make product attribute model save more customizable.
8 years ago
Kees Hink
6e6ef5cf72
Do not perform stock allocation manipulations on non-stock-tracked products (#2567)
* Silently skip stock allocation manipulations if the product class doesn't track stock.
* Make it possible to cancel/consume stock allocations without line args.
You can now do:
consume_stock_allocations(order)
cancel_stock_allocations(order)
without the lines / line_quantities arguments.
8 years ago
Samir Shah
002053ae0a
Merge pull request #2586 from django-oscar/pyup-update-isort-4.2.15-to-4.3.0
Update isort to 4.3.0
8 years ago
pyup-bot
173315d27e
Update isort from 4.2.15 to 4.3.0
8 years ago
Alexander Gaevsky
49bbf22561
Make product attribute model save more customizable.
8 years ago