From e948a93399e95225943f989b995609292819fe33 Mon Sep 17 00:00:00 2001 From: David Wobrock Date: Sun, 19 May 2019 22:42:43 +0200 Subject: [PATCH] Update README: remove the code-block for the Operation SQL --- README.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.rst b/README.rst index 35677801..7a39e8c8 100644 --- a/README.rst +++ b/README.rst @@ -97,13 +97,6 @@ You can also ignore migrations by adding this to your migrations: ] # ... -.. code-block:: - - The SQL generated by this looks like: - -- - -- The Django migration linter will ignore this migration - -- - select 1; -- dml ignores this migration; Cache -----