summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.2.txt b/docs/releases/2.0.2.txt
index 000236af2c..c6633491d2 100644
--- a/docs/releases/2.0.2.txt
+++ b/docs/releases/2.0.2.txt
@@ -24,3 +24,6 @@ Bugfixes
* Fixed a regression where ``contrib.auth.authenticate()`` crashes if an
authentication backend doesn't accept ``request`` and a later one does
(:ticket:`29071`).
+
+* Fixed a regression where ``makemigrations`` crashes if a migrations directory
+ doesn't have an ``__init__.py`` file (:ticket:`29091`).