1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #24573 -- Considered new related models for reloading

Thanks tttomekkk for the report.
This commit is contained in:
Markus Holtermann
2015-04-03 18:42:44 +02:00
parent e4b7daec11
commit b93690c465
3 changed files with 70 additions and 3 deletions

View File

@@ -63,6 +63,9 @@ Bugfixes
* Fixed JavaScript path of ``contrib.admin``s related field widget when using
alternate static file storages (:ticket:`24655`).
* Fixed a migration crash when adding new relations to models
(:ticket:`24573`).
Optimizations
=============