mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Correct argument order
Related: 2cc72cd
This commit is contained in:
parent
afc5900db6
commit
ea962b6259
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ class TestSpec(ImageSpec):
|
|||
pass
|
||||
|
||||
|
||||
register.spec(TestSpec, 'testspec')
|
||||
register.spec('testspec', TestSpec)
|
||||
|
|
|
|||
Loading…
Reference in a new issue