Browse Source

Add note about tables2 to release notes

Closes #1173
master
Maik Hoepfel 11 years ago
parent
commit
99b51053d8
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      docs/source/releases/v0.8.rst

+ 6
- 0
docs/source/releases/v0.8.rst View File

@@ -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

Loading…
Cancel
Save