Changes between Version 3 and Version 4 of DjangoWarts
- Timestamp:
- Jun 30, 2012, 6:18:35 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoWarts
v3 v4 25 25 The ORM is limited by not having a proper SQL abstraction layer. Use of SQLAlchemy for this might be nice, but would be a big change. 26 26 27 == Templates == 28 29 We should get rid of TEMPLATE_STRING_IF_INVALID. It's never worked even for debugging, because so much breaks if you change it. It is very much like a php.ini setting.