forked from django-oscar/django-oscar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump and release notes for 2.0.1
- Loading branch information
1 parent
e48b92e
commit 61d664b
Showing
4 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
======================= | ||
Oscar 2.0.1 release notes | ||
======================= | ||
|
||
:release: 2019-08-09 | ||
|
||
This is Oscar 2.0.1, a bugfix release. | ||
|
||
Bug fixes | ||
========= | ||
|
||
- Fixed ``oscar.dashboard.nav.default_access_fn`` to properly check permissions | ||
configured on forked dashboard apps. | ||
- Refactored ``ProductQuerySet.base_queryset()`` to avoid making an expensive | ||
database query when checking for product options. Queryset items are no | ||
longer annotated with ``num_product_class_options`` and | ||
``num_product_options``(counts of the number of options associated with a | ||
product and product class, respectively. Instead are annotated with | ||
``has_product_class_options`` and ``has_product_options``. | ||
- Fixed display of start and end dates in the dashboard offer list template. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters