Revision 7278d371 pithos/api/functions.py

b/pithos/api/functions.py
590 590
    #                       itemNotFound (404),
591 591
    #                       unauthorized (401),
592 592
    #                       badRequest (400)
593
    
594
    if not request.GET.get('format'):
595
        request.serialization = 'text'
596
    
593 597
    copy_from = request.META.get('HTTP_X_COPY_FROM')
594 598
    move_from = request.META.get('HTTP_X_MOVE_FROM')
595 599
    if copy_from or move_from:

Also available in: Unified diff