fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Pole target revision nie jest wymagane.
[redakcja.git]
/
apps
/
api
/
utils.py
diff --git
a/apps/api/utils.py
b/apps/api/utils.py
index
37a89a2
..
19309ff
100644
(file)
--- a/
apps/api/utils.py
+++ b/
apps/api/utils.py
@@
-35,7
+35,7
@@
def validate_form(formclass, source='GET'):
def decorator(func):
@wraps(func)
- def decorated(self, request, *
args, **
kwargs):
+ def decorated(self, request, *
args, **
kwargs):
form = formclass(getattr(request, source), request.FILES)
if not form.is_valid():