Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 405b13fe83e3d8c9079545429d40c434eb496893
      
https://github.com/django/django/commit/405b13fe83e3d8c9079545429d40c434eb496893
  Author: Florian Apolloner <flor...@apolloner.eu>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M django/core/management/commands/migrate.py

  Log Message:
  -----------
  Fixed migrate when called inside a transaction.

This is useful for tests manually calling migrate inside a testcase,
for normal usage this should make no difference, since there is no
surrounding transaction after all. If there is one we still try to
leave the transaction in a useable state (for postgres at least).

If this commit turns out to be causing issues, settings savepoint=False
is probably the right fix :)


-- 
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/53551fb3249a2_77afd17d38961e5%40hookshot-fe2-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.

Reply via email to