mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Removed some tabs...
This commit is contained in:
parent
0ca025d763
commit
69ef59d178
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue