mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23426 -- Allowed parameters in migrations.RunSQL
Thanks tchaumeny and Loic for reviews.
This commit is contained in:
committed by
Tim Graham
parent
d49993fa8f
commit
85f6d89313
@@ -265,6 +265,12 @@ Management Commands
|
||||
|
||||
* :djadmin:`makemigrations` can now serialize timezone-aware values.
|
||||
|
||||
Migrations
|
||||
^^^^^^^^^^
|
||||
|
||||
* The :class:`~django.db.migrations.operations.RunSQL` operation can now handle
|
||||
parameters passed to the SQL statements.
|
||||
|
||||
Models
|
||||
^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user