Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: a19e9d80ffa10f8da43addcaa4ddd440beee8a4d
      
https://github.com/django/django/commit/a19e9d80ffa10f8da43addcaa4ddd440beee8a4d
  Author: Donald Stufft <[email protected]>
  Date:   2013-05-18 (Sat, 18 May 2013)

  Changed paths:
    M django/core/management/validation.py
    M docs/ref/models/fields.txt
    M docs/releases/1.6.txt
    M tests/invalid_models/invalid_models/models.py
    A tests/model_validation/__init__.py
    A tests/model_validation/models.py
    A tests/model_validation/tests.py

  Log Message:
  -----------
  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.


  Commit: 398841d6d3fce45b21bdfcd8385889098079f84a
      
https://github.com/django/django/commit/398841d6d3fce45b21bdfcd8385889098079f84a
  Author: Donald Stufft <[email protected]>
  Date:   2013-05-18 (Sat, 18 May 2013)

  Changed paths:
    M django/core/management/validation.py
    M docs/ref/models/fields.txt
    M docs/releases/1.6.txt
    M tests/invalid_models/invalid_models/models.py
    A tests/model_validation/__init__.py
    A tests/model_validation/models.py
    A tests/model_validation/tests.py

  Log Message:
  -----------
  Merge branch 'allow-any-iterable-for-choices'


Compare: https://github.com/django/django/compare/78de9b19027d...398841d6d3fc

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to