mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Correct typo
This commit is contained in:
parent
d80f2f26a9
commit
faee0fa537
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class SourceGroupRegistry(object):
|
|||
return
|
||||
|
||||
for spec in (generator_registry.get(id, source=source, **info)
|
||||
for id in self._sources_groups[source_group]):
|
||||
for id in self._source_groups[source_group]):
|
||||
event_name = {
|
||||
source_created: 'source_created',
|
||||
source_changed: 'source_changed',
|
||||
|
|
|
|||
Loading…
Reference in a new issue