Mam coś takiego:
https://pastebin.com/sJdrxHXx
Problem w tym, że Jak ten komponent umieściłem w ten sposób:
to
https://pastebin.com/sJdrxHXx
Problem w tym, że Jak ten komponent umieściłem w ten sposób:
to
czemu wartości tablicy to obiekty?
Integer value representing the month, beginning with 0 for January to 11 for December.
0:
value: {1: '2'}
1:
value: {1: '3'}
2:
value: {1: '2'}
>>> from collections import defaultdict
>>> res = defaultdict(set)
>>> for o in x_and_y:
dlaczego po wywołaniu funkcji doglobal() i sprintowaniu w linijce 19 w outpucie dostajemy:
After global assignment: nonlocal spam?
for x in lista:
....if type(x) == list:
[x for y in Lista for x in y]
rok może się przekręcić, jeśli podasz wartość miesiąca większą niż 11
a =5
if a: print(a)
Wykop.pl
Jak próbuję utworzyć obiekt za pomocą:
if serializer.is_valid():
serializer.save()
@CancerLight: @Tank1991: No, to mogę zapisać bez serializera. Myślałem, że tak się robi.
A co ze zmianą? Jak robię PUT to też przez serializera zapisuje. Czy to też powinno się robić bez użycia serializer.save() ?