Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 72f1eb48df335c110f39d56f7978d95896a56bb8
      
https://github.com/django/django/commit/72f1eb48df335c110f39d56f7978d95896a56bb8
  Author: Baptiste Mispelon <bmispe...@gmail.com>
  Date:   2014-08-03 (Sun, 03 Aug 2014)

  Changed paths:
    M django/db/models/fields/__init__.py
    M tests/field_deconstruction/tests.py

  Log Message:
  -----------
  Fixed #23156 -- Added missing BinaryField.deconstruct() method.


  Commit: 74325339327e5b8a2480aee7f482bc71f73c71f9
      
https://github.com/django/django/commit/74325339327e5b8a2480aee7f482bc71f73c71f9
  Author: Baptiste Mispelon <bmispe...@gmail.com>
  Date:   2014-08-03 (Sun, 03 Aug 2014)

  Changed paths:
    M django/db/models/fields/__init__.py
    M tests/field_deconstruction/tests.py

  Log Message:
  -----------
  Added missing logic to TimeField.deconstruct().

If auto_now or auto_now_add was used then the serialized
field in the migration contained unnecessary `editable` and
`blank` arguments.


  Commit: 44169a00c1fe7c130a8b9774e3b02ccce524a3eb
      
https://github.com/django/django/commit/44169a00c1fe7c130a8b9774e3b02ccce524a3eb
  Author: Baptiste Mispelon <bmispe...@gmail.com>
  Date:   2014-08-03 (Sun, 03 Aug 2014)

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

  Log Message:
  -----------
  Removed unnecessary code in ManyToManyField.deconstruct()


Compare: https://github.com/django/django/compare/a9fa3d466771...44169a00c1fe

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/53de38484cf84_71ec107fd4053039%40hookshot-fe1-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.

Reply via email to