Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: ed7821231b7dbf34a6c8ca65be3b9bcbda4a0703
      
https://github.com/django/django/commit/ed7821231b7dbf34a6c8ca65be3b9bcbda4a0703
  Author: Marc Tamlyn <marc.tam...@gmail.com>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M django/db/backends/mysql/base.py
    M django/db/backends/mysql/creation.py
    M django/db/backends/oracle/base.py
    M django/db/backends/oracle/creation.py
    M django/db/backends/postgresql_psycopg2/base.py
    M django/db/backends/postgresql_psycopg2/creation.py
    M django/db/backends/sqlite3/base.py
    M django/db/backends/sqlite3/creation.py
    M django/db/models/fields/__init__.py
    M django/forms/fields.py
    M docs/ref/databases.txt
    M docs/ref/forms/fields.txt
    M docs/ref/models/fields.txt
    M docs/releases/1.8.txt
    M tests/forms_tests/tests/test_fields.py
    M tests/model_fields/models.py
    A tests/model_fields/test_uuid.py

  Log Message:
  -----------
  Fixed #19463 -- Added UUIDField

Uses native support in postgres, and char(32) on other backends.


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

Reply via email to