mirror of
https://github.com/django/django.git
synced 2024-12-31 21:46:05 +00:00
1ac4c7d415
Added apps to unmigrated apps if the migrations module is a file
or a folder missing __init__.py.
Thanks to Ernest0x for the bug report.
Backport of d73176a842
from master
17 lines
426 B
Plaintext
17 lines
426 B
Plaintext
==========================
|
||
Django 1.8.3 release notes
|
||
==========================
|
||
|
||
*Under development*
|
||
|
||
Django 1.8.3 fixes several bugs in 1.8.2.
|
||
|
||
Bugfixes
|
||
========
|
||
|
||
* Fixed ``BaseRangeField.prepare_value()`` to use each ``base_field``’s
|
||
``prepare_value()`` method (:ticket:`24841`).
|
||
|
||
* Fixed crash during :djadmin:`makemigrations` if a migrations module either
|
||
is missing ``__init__.py`` or is a file (:ticket:`24848`).
|