Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 6aacb4c9915c83a897dbde0b11cc46131fc7d16e
      
https://github.com/django/django/commit/6aacb4c9915c83a897dbde0b11cc46131fc7d16e
  Author: RaphaĆ«l Barrois <[email protected]>
  Date:   2014-05-17 (Sat, 17 May 2014)

  Changed paths:
    M django/db/backends/sqlite3/schema.py

  Log Message:
  -----------
  Fixed #22626 -- Allow BinaryField defaults with SQlite.

Also fixes a slight issue in sqlite3.schema._remake_table where
default values where quoted with "column name" quoting rules.

Reference for quoting: http://www.sqlite.org/lang_expr.html

Thanks Shai Berger for the review. Refs #22424.


  Commit: 1d3d01b4f74f80655ac354f7a39e3908a9b41b14
      
https://github.com/django/django/commit/1d3d01b4f74f80655ac354f7a39e3908a9b41b14
  Author: Loic Bistuer <[email protected]>
  Date:   2014-05-18 (Sun, 18 May 2014)

  Changed paths:
    M django/db/backends/mysql/schema.py
    M django/db/backends/schema.py
    M tests/migrations/test_operations.py

  Log Message:
  -----------
  Fixed #22424 -- Fixed handling of default values for TextField/BinaryField on 
MySQL.

Thanks syphar for the review and suggestions.


  Commit: 5789ff73302854e60e9c9ea77c60cc4912fd97a1
      
https://github.com/django/django/commit/5789ff73302854e60e9c9ea77c60cc4912fd97a1
  Author: Loic Bistuer <[email protected]>
  Date:   2014-05-18 (Sun, 18 May 2014)

  Changed paths:
    M tests/migrations/test_operations.py

  Log Message:
  -----------
  Failing testcases for #22649.


  Commit: 4e32e47348473757280ca7a8d78edf6011fe65a3
      
https://github.com/django/django/commit/4e32e47348473757280ca7a8d78edf6011fe65a3
  Author: Andrew Godwin <[email protected]>
  Date:   2014-05-20 (Tue, 20 May 2014)

  Changed paths:
    M django/db/backends/mysql/schema.py
    M django/db/backends/schema.py
    M django/db/backends/sqlite3/schema.py
    M tests/migrations/test_operations.py

  Log Message:
  -----------
  Merge pull request #2634 from loic/ticket22424

Fixed #22424 -- MySQL doesn't accept migrations' one-off default values ...


Compare: https://github.com/django/django/compare/1b07781292c2...4e32e4734847

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

Reply via email to