Skip to content

Commit

Permalink
Removed some tabs...
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oordt committed Feb 12, 2010
1 parent 0ca025d commit 69ef59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions categories/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class CategoryM2MField(ManyToManyField):
def __init__(self, **kwargs):
from categories.models import Category
super(CategoryM2MField, self).__init__(to=Category, **kwargs)


class CategoryFKField(ForeignKey):
def __init__(self, **kwargs):
from categories.models import Category
Expand Down

0 comments on commit 69ef59d

Please sign in to comment.