Opened 16 years ago
Closed 16 years ago
#9681 closed (duplicate)
Unable to load initial data with strings contained two dashes ('--')
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.0 |
Severity: | Keywords: | sql, initial data, model | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This line in django.core.management.sql make it impossible to add initial data with strings contained two dashes.
statement = re.sub(ur"--.*([\n\Z]|$)", "", statement)
Maybe some kind of shebang string within .sql file to disable this regexp can help?
Note:
See TracTickets
for help on using tickets.
Dupe of #4680.