Skip to content

Commit

Permalink
Merge pull request #1 from BlackWizard/master
Browse files Browse the repository at this point in the history
Removed forced loading to support Django 1.7
  • Loading branch information
Matt Caldwell committed Sep 30, 2014
2 parents 07abc1e + 7810567 commit d6f9b98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion celery_admin/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from . import admin
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-celery-admin-ext',
version='1.0-mc1',
version='1.0-mc2',
description='A django application that lets you kick off periodic celery tasks from the admin.',
long_description=open('README.md').read(),
author='Matt Caldwell',
Expand Down

0 comments on commit d6f9b98

Please sign in to comment.