Changes between Initial Version and Version 1 of Ticket #28274, comment 9
- Timestamp:
- Jun 6, 2017, 7:29:41 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28274, comment 9
initial v1 1 1 Without some minimal code that I can download and run, I cannot tell if Django is at fault or if there's some problem in your application. The latter seems more likely as you're generating invalid raw SQL as far as I see. Can you tell us why you think Django is at fault and provide a minimal project that reproduces the problem? 2 3 If you're writing raw SQL that's compatible with PostgreSQL but not SQLite, there's nothing Django can do about that.