Skip to content

Commit

Permalink
Revert change to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Naegely committed Jan 8, 2016
1 parent 8c42b8f commit 6a6c750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
============
Expand Down

0 comments on commit 6a6c750

Please sign in to comment.