mirror of
https://github.com/django/django.git
synced 2024-11-20 08:24:58 +00:00
31c13a99bb
Thanks al_the_x for the report and fheinz for the draft patch.
3 lines
143 B
SQL
3 lines
143 B
SQL
-- Deprecated search path for custom SQL -- remove in Django 1.9
|
|
INSERT INTO fixtures_model_package_book (name) VALUES ('My Deprecated Book');
|