mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Merge branch 'allow-any-iterable-for-choices'
This commit is contained in:
@@ -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
|
||||
=====================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user