#12990: New Field Type: JSONField
-------------------------------------+-------------------------------------
               Reporter:  paltman    |          Owner:  nobody
                   Type:  New        |         Status:  new
  feature                            |      Component:  Database layer
              Milestone:             |  (models, ORM)
                Version:  1.2-beta   |       Severity:  Normal
             Resolution:             |       Keywords:
           Triage Stage:  Design     |      Has patch:  1
  decision needed                    |    Needs tests:  1
    Needs documentation:  0          |  Easy pickings:  0
Patch needs improvement:  1          |
                  UI/UX:  0          |
-------------------------------------+-------------------------------------

Comment (by guettli):

 By setting up a NoSQL store you loose the transactional atomic behavior:
 commit all or nothing. AFAIK two-phase commit is not supported by django.
 I think a JSONField inside django would be good. I don't want to query the
 JSON value. I just use JSONField like cache that never expires.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/12990#comment:30>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to