This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
open-release/maple.1
iamsobanjaved
tagged this
17 Dec 11:43
* chore: remove pytest-django-ordering (#3515) * feat: implement create_from_breadcrumbs locally to remove blocker for django-oscar 2.1 upgrade * feat: implement create_from_breadcrumbs locally to avoid management command * test: adding test for create_subcategories method * fix: isort test_utils.py * fix: add test for line that returns early Co-authored-by: Diane Kaplan <[email protected]> * Revert "Revert "build: upgrade crispy forms" (#3550)" This reverts commit efd105b0bd048098eff1637c69b87268dd251ef6. * Revert "Revert "build: upgrade pytest & pytest-django"" This reverts commit 87d7d4ef187dba183cfc3f6cec9749e431a8b03d. * chore: remove karma-jquery plugin from karma and link to jquery directly, to enable upgrades to jquery 3.5 and django-oscar 2.1 (#3565) * fix: remove karma-jquery and use jquery 3.2.1 directly * fix: remove jquery from karma frameworks Co-authored-by: Diane Kaplan <[email protected]> * build(deps): bump jquery from 3.2.1 to 3.5.0 (#3566) Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.2.1...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: upgrade oscar-django 2.1 with dependent packages (needed to get to django 3.2) * feat: upgrade Django version to 3.2 * test: In django32 delete with distinct is not working. Applied the alternate solution. * chore: ran django codemods * fix: modify custom user model to avoid large migration on user_auth table * chore: add final django-oscar upgrade migration (#3597) Co-authored-by: Max Sokolski <[email protected]> Co-authored-by: Diane Kaplan <[email protected]> Co-authored-by: Usama Sadiq <[email protected]> Co-authored-by: Diane Kaplan <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Awais Qureshi <[email protected]> Co-authored-by: M. Zulqarnain <[email protected]>