123456789101112131415161718192021222324252627282930313233343536373839404142 |
- =======================
- Oscar 2.1 release notes (in development)
- =======================
-
- :release: tbd
-
- Welcome to Oscar 2.1.
-
- .. contents::
- :local:
- :depth: 1
-
- .. _compatibility_of_2.1:
-
- Compatibility
- ~~~~~~~~~~~~~
-
-
- .. _new_in_2.1:
-
- What's new in Oscar 2.1?
- ~~~~~~~~~~~~~~~~~~~~~~~~
-
- - The database performance of ``offer.Range.all_products()`` was substantially
- improved. The internals of that method have changed and specifically
- ``Range.invalidate_cached_ids()`` has been removed and replaced with
- ``Range.invalidate_cached_queryset()``.
-
-
- Removal of deprecated features
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-
- Dependency changes
- ~~~~~~~~~~~~~~~~~~
-
-
-
- .. _deprecated_features_in_2.1:
-
- Deprecated features
- ~~~~~~~~~~~~~~~~~~
|