mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
parent
0c06f06131
commit
5b1fb0a75d
2 changed files with 12 additions and 1 deletions
|
@ -155,3 +155,6 @@ Bugfixes
|
|||
* Ensured the app registry is fully populated when unpickling models. When an
|
||||
external script (like a queueing infrastructure) reloads pickled models, it
|
||||
could crash with an ``AppRegistryNotReady`` exception (:ticket:`24007`).
|
||||
|
||||
* Added quoting to field indexes in the SQL generated by migrations to prevent
|
||||
a crash when the index name requires it (:ticket:`#24015`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue