Implemented WeakSharedMemoryModel for Attributes.

This commit is contained in:
Griatch 2014-05-11 15:23:11 +02:00
parent f67effa0f9
commit 9bfb829274
4 changed files with 35 additions and 6 deletions

View file

@ -1,2 +1,2 @@
from django.db.models import *
from base import SharedMemoryModel
from base import SharedMemoryModel, WeakSharedMemoryModel