mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-11 00:40:58 +00:00
Switch args back to old order
This commit is contained in:
parent
1f06c9ac70
commit
7ed404f096
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ class Register(object):
|
|||
Register specs and sources.
|
||||
|
||||
"""
|
||||
def spec(self, id, spec):
|
||||
def spec(self, spec, id=None):
|
||||
generator_registry.register(spec, id)
|
||||
|
||||
def sources(self, spec_id, sources):
|
||||
|
|
|
|||
Loading…
Reference in a new issue