Hi, I would really appreciate if someone could review the API design (and 
implementation) for a PR I created. The PR implements support for fields that 
are assigned a value by the database (using a default value or trigger) instead 
of Django. It also adds support for PostgreSQL’s RETURNING and Oracle’s 
RETURNING INTO clauses.

This will allow us to have AutoField like behaviour on fields other than the 
primary key or have primary key fields other than Integer and BigInteger types. 

The PR also sets the stage for returning primary keys (and optionally other 
fields) from the bulk_create operation on PostgreSQL and Oracle.

Pull request: https://github.com/django/django/pull/5904
Django ticket: https://code.djangoproject.com/ticket/21454

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CE5C6CD8-146E-4680-89A7-1351DF0CA76F%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to