1
0
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:
Markus Holtermann
2014-09-16 02:25:02 +02:00
committed by Tim Graham
parent d49993fa8f
commit 85f6d89313
4 changed files with 123 additions and 8 deletions

View File

@@ -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
^^^^^^