mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-05-20 10:21:52 +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
|
pass
|
||||||
|
|
||||||
|
|
||||||
register.spec(TestSpec, 'testspec')
|
register.spec('testspec', TestSpec)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue