Код: Выделить всё
def foo(request):
card = Card.objects.latest(datetime)
request.session['card']=card
Код: Выделить всё
" is not JSON serializable"
Подробнее здесь: https://stackoverflow.com/questions/222 ... serializab
Код: Выделить всё
def foo(request):
card = Card.objects.latest(datetime)
request.session['card']=card
Код: Выделить всё
" is not JSON serializable"