This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3baf1d1042
django
/
tests
/
fixtures_model_package
/
sql
/
book.sql
2 lines
67 B
MySQL
Raw
Normal View
History
Unescape
Escape
Fixed #14300 -- Fixed initial SQL location if models is a package. Thanks al_the_x for the report and fheinz for the draft patch.
2013-07-16 21:10:04 +08:00
INSERT
INTO
fixtures_model_package_book
(
name
)
VALUES
(
'
My Book
'
)
;