summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-05-17 15:31:41 -0400
committerDonald Stufft <donald@stufft.io>2013-05-18 11:14:05 -0400
commita19e9d80ffa10f8da43addcaa4ddd440beee8a4d (patch)
tree6c405ce14256de50c1e4a394514a6daaa0410e50 /docs/releases
parenta0c0cc924e4c6ffd22158f254ed9bc9556f05cc4 (diff)
Fixed #20430 - Enable iterable of iterables for model choices
Allows for any iterable, not just lists or tuples, to be used as the inner item for a list of choices in a model.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 60b3381dd6..b10a9ef81e 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -238,6 +238,9 @@ Minor features
Meta option: ``localized_fields``. Fields included in this list will be localized
(by setting ``localize`` on the form field).
+* The ``choices`` argument to model fields now accepts an iterable of iterables
+ instead of requiring an iterable of lists or tuples.
+
Backwards incompatible changes in 1.6
=====================================