From 6a6c7505f80484353eaf7fbc7e95e32e9221cefd Mon Sep 17 00:00:00 2001 From: Don Naegely Date: Thu, 7 Jan 2016 16:10:41 -0800 Subject: [PATCH] Revert change to README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 50a1812..6b1d0d7 100644 --- a/README.rst +++ b/README.rst @@ -91,7 +91,7 @@ If you want to change the type of an object without refreshing it from the datab Limitations =========== -Since all objects are stored in the same table, all fields defined in subclasses are nullable with the exception of ManyToManyFields. Django's system check warns that setting ``null=True`` on ManyToManyFields has no effect so the ``null`` attribute ManyToManyFields is left as is while all other field types have ``null`` set to ``False``. +Since all objects are stored in the same table, all fields defined in subclasses are nullable. Known issues ============