------ * Fixed a bug with ``MyTable.column != None`` * Added ``is_null`` and ``is_not_null`` methods, to avoid linting issues when comparing with None.
------ * Fixed a bug with creating a ``ForeignKey`` column with ``references="self"`` in auto migrations. * Changed migration file naming, so there are no characters in there which are unsupported on Windows.