Branch: refs/heads/stable/1.4.x
  Home:   https://github.com/django/django
  Commit: 209f174e58b8d621a06c701281e547a659d9d99c
      
https://github.com/django/django/commit/209f174e58b8d621a06c701281e547a659d9d99c
  Author: Anssi Kääriäinen <akaar...@gmail.com>
  Date:   2013-02-10 (Sun, 10 Feb 2013)

  Changed paths:
    M django/db/models/fields/related.py

  Log Message:
  -----------
  [1.4.x] Made custom m2m fields without through easier to use

The change in f105fbe52b21da206bfbaedf0e92326667d7b2d4 made through=None
m2m fields fail in cases where they worked before. It isn't possible to
create such fields using public APIs. The fix is trivial, so it seems
worth fixing this for custom m2m field users.

This is not a backport from master. Master has gotten enough other
changes to related fields internal API that this fix alone isn't enough
to do any good.



-- 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to