Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: d3cf6cfacfb828faad4f4f97c904e259304649b3
      
https://github.com/django/django/commit/d3cf6cfacfb828faad4f4f97c904e259304649b3
  Author: Vajrasky Kok <sky....@speaklikeaking.com>
  Date:   2014-02-06 (Thu, 06 Feb 2014)

  Changed paths:
    M django/db/backends/__init__.py
    M django/db/backends/mysql/base.py
    M docs/releases/1.7.txt
    M tests/backends/tests.py
    M tests/bulk_create/tests.py
    M tests/inline_formsets/tests.py
    M tests/serializers_regress/tests.py

  Log Message:
  -----------
  Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to 
allows_auto_pk_0.

MySQL does allow primary key with value 0. It only forbids autoincrement
primary key with value 0.

Thanks Claude Paroz for the report.


-- 
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/52f3611c20637_7699f3fd407248d%40hookshot-fe7-pe1-prd.aws.github.net.mail.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to