|
@@ -223,6 +223,12 @@ Minor changes
|
223
|
223
|
expected. There's currently no frontend or dashboard support for it, as there
|
224
|
224
|
is no good default behaviour.
|
225
|
225
|
|
|
226
|
+* Oscar has a new dependency, django-tables2_. It's a handy library that helps
|
|
227
|
+ when displaying tabular data, allowing sorting, etc. It also makes it easier
|
|
228
|
+ to adapt e.g. the product list view in the dashboard to additional fields.
|
|
229
|
+
|
|
230
|
+.. _django-tables2: http://django-tables2.readthedocs.org/en/latest/
|
|
231
|
+
|
226
|
232
|
.. _incompatible_changes_in_0.8:
|
227
|
233
|
|
228
|
234
|
Backwards incompatible changes in 0.8
|