Joseph Wayodi
9cd3c2e35b
Fix field lookups in ReportGenerator.filter_with_date_range
It currently does not include 23:59:59, 00:00:00, and datetimes in the
one second between.
5 years ago
Samir Shah
480086c048
Further cleanups and fixes for dashboard styles. (#3545)
- Remove unnecessary CSS in favour of Bootstrap defaults.
- Remove use of btn-lg whose presentation was being overridden in CSS.
- Fix a few classes on HTML elements.
- Fix required field styling, and remove duplicate non_field_errors on product edit page.
5 years ago
Samir Shah
3d780460b7
Merge pull request #3546 from solarissmoke/fix/data-loading
Replace Bootstrap 3 stateful button handling with custom JS for loading state.
5 years ago
Samir Shah
73ef2cb3b3
Replace Bootstrap 3 stateful button handling with custom JS for loading state.
5 years ago
Samir Shah
d0b948dce2
Update translation files.
5 years ago
Capelito
e5e8834a26
Make inactive products and categories identifiable in dashboard list views (#3538)
5 years ago
Orinda Harrison(Mitch)
2599135e93
Add SEO fields to product and category models and make editable in the dashboard (#3534)
5 years ago
Voxin Muyli
226b173bf1
Fix field name conflict in product_class_as_queryset annotation. (#3542)
5 years ago
Samir Shah
5724a3a996
Update translations.
5 years ago
Samir Shah
295593b456
Merge pull request #3527 from django-oscar/dependabot/pip/django-debug-toolbar-gte-2.2-and-lt-3.2
Update django-debug-toolbar requirement from <2.3,>=2.2 to >=2.2,<3.2
5 years ago
Samir Shah
73b2d0c45f
Merge pull request #3541 from solarissmoke/fix/npm-deps
Update several npm dependencies.
5 years ago
Samir Shah
2adabc4ea2
Update several npm dependencies.
5 years ago
dependabot-preview[bot]
dbfb44d500
Update django-debug-toolbar requirement from <2.3,>=2.2 to >=2.2,<3.2
Updates the requirements on [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar ) to permit the latest version.
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases )
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/master/docs/changes.rst )
- [Commits](https://github.com/jazzband/django-debug-toolbar/compare/2.2...3.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
5 years ago
Samir Shah
b0244bce2e
Merge pull request #3302 from solarissmoke/feature/bs4
Port all core templates and styles to Bootstrap 4.
5 years ago
Samir Shah
4bdf5df9b1
Port all core templates and styles to Bootstrap 4.
Co-authored-by: Basil Dubyk <samitnuk.work@gmail.com >
Co-authored-by: Alexander Gaevsky <sasha@sasha0.ru >
Co-authored-by: Joseph Wayodi <jwayodi@gmail.com >
5 years ago
andruten
724d8b7f67
Use Django ORM intead of raw query voucher util get_unused_code. Add separator kwarg in the method docstring (#3540)
Co-authored-by: Andrés Usán <a.usan@i2tic.com >
5 years ago
Jan Fabry
c91f910445
Add support for Django 3.1 (#3516)
5 years ago
Basil Dubyk
6d9e6dd99d
Modify `test_is_public_on` and `test_is_public_off`
Instead of checking for truthiness we should check for equality
(because any status code is `True`).
5 years ago
Basil Dubyk
819a6a3a8c
Modify `BasketThresholdTest` class
`override_settings` used instead of updating setting in `setUp`/`tearDown`.
5 years ago
Basil Dubyk
d4748cdb33
Remove useless line
5 years ago
Alexander Gaevsky
18eca6f76c
Refactor report generators to be easier to extend, and fix date range filtering in CSV exports (#3501)
5 years ago
Samir Shah
f333a82773
Include sorl-thumbnail in installation steps for getting started docs.
5 years ago
Samir Shah
8b62f96f3d
Merge pull request #3529 from django-oscar/dependabot/npm_and_yarn/eslint-7.10.0
Bump eslint from 7.8.0 to 7.10.0
5 years ago
Samir Shah
1f17103468
Merge pull request #3528 from django-oscar/dependabot/npm_and_yarn/tinymce-5.5.1
Bump tinymce from 5.4.2 to 5.5.1
5 years ago
Alexander Gaevsky
5e4c7c0187
Make SimpleBasketForm a bit easier to redefine when BasketForm has been overridden (#3504)
5 years ago
dependabot-preview[bot]
33d07cb1fa
Bump eslint from 7.8.0 to 7.10.0
Bumps [eslint](https://github.com/eslint/eslint ) from 7.8.0 to 7.10.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.8.0...v7.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
5 years ago
dependabot-preview[bot]
f946587ce0
Bump tinymce from 5.4.2 to 5.5.1
Bumps [tinymce](https://github.com/tinymce/tinymce-dist ) from 5.4.2 to 5.5.1.
- [Release notes](https://github.com/tinymce/tinymce-dist/releases )
- [Changelog](https://github.com/tinymce/tinymce-dist/blob/master/changelog.txt )
- [Commits](https://github.com/tinymce/tinymce-dist/compare/5.4.2...5.5.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
5 years ago
dependabot-preview[bot]
8de99e51cb
Bump isort from 5.4.2 to 5.5.4
Bumps [isort](https://github.com/pycqa/isort ) from 5.4.2 to 5.5.4.
- [Release notes](https://github.com/pycqa/isort/releases )
- [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/pycqa/isort/compare/5.4.2...5.5.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
5 years ago
Basil Dubyk
b14cb7ff59
Add test to check adding/removing of a voucher
5 years ago
Samir Shah
db323fffe0
Add release notes for #3506.
5 years ago
Viggo de Vries
603944d1dd
Add method get_attribute_values to Product model which also fetches parent product attributes (#3514)
5 years ago
Samir Shah
3d88f81428
Order reviews by date created by default in the dashboard. (#3512)
5 years ago
Alexander Gaevsky
19a88f8d11
Add a custom LoginView for the dashboard so that the success redirect URL can be controlled more precisely (#3507)
5 years ago
MaziyarMK
744e14475b
Use product.get_absolute_url in dashboard review list instead of the URL template tag (#3513)
5 years ago
Alexander Gaevsky
31c935cf1d
Change checkout thank you view to redirect to the homepage if order not found in the session. (#3506)
5 years ago
Samir Shah
a3d255dad4
Merge pull request #3500 from sasha0/feature/docs
feature/docs
5 years ago
Alexander Gaevsky
121b0e560a
Drop support for Python 3.5. (#3511)
5 years ago
Alexander Gaevsky
69cdcac54d
Add a note about disabling DDT in the sandbox.
5 years ago
Alexander Gaevsky
044509e82e
Fix database password extraction from environment variables in the tests settings.
5 years ago
Samir Shah
5b81080de9
Remove several broken links from README.rst.
5 years ago
Samir Shah
6a6a180747
Merge pull request #3497 from solarissmoke/fix/product-attributes-data-loss-on-write
Make ProductAttributesContainer a lazy object so that initialisation is simpler.
5 years ago
Samir Shah
f6157f2268
Make ProductAttributesContainer a lazy object so that initialisation is simpler.
Fixes #3258 .
5 years ago
Samir Shah
3e377f42c6
Merge pull request #3485 from solarissmoke/feature/restricted_offer_combinations
Add support for restricted offer combinations
5 years ago
Samir Shah
ce36ce7b92
Merge pull request #3489 from solarissmoke/fix/category-slug-editable
Make category slugs dashboard-editable.
5 years ago
Paul J Stevens
1d0c704185
Add support for restricted offer combinations
Non-exclusive offers that only allow combination with specific other offers
7 years ago
Samir Shah
b6b42aeb0f
Merge pull request #3494 from sasha0/feature/docs
Mention how to create custom benefit in the docs.
5 years ago
Samir Shah
129d42e764
Merge pull request #3495 from sasha0/issues/3074/postal_codes
Respect old-style 5-digit postal codes for Israel, which are still in use by customers.
5 years ago
Alexander Gaevsky
d921b57609
Mention how to create custom benefit in the docs.
5 years ago
Alexander Gaevsky
680e05bf4b
Respect old-style 5-digit postal codes for Israel, which are still in use by customers.
5 years ago
Alexander Gaevsky
8e1381f9c3
Replace outdated references to South migrations in documentation. (#3491)
5 years ago