forked from 00dani/lemoncurry
Upgrade Django to 2.0.3, yay!
This commit is contained in:
parent
452dd3f47d
commit
365110544c
3 changed files with 6 additions and 6 deletions
|
@ -68,7 +68,7 @@ def create(request):
|
|||
|
||||
entry.kind = kind.id
|
||||
entry.save()
|
||||
entry.cats = cats
|
||||
entry.cats.set(cats)
|
||||
entry.save()
|
||||
|
||||
base = utils.origin(request)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue