Changes between Version 3 and Version 4 of DjangoWarts


Ignore:
Timestamp:
Jun 30, 2012, 6:18:35 PM (12 years ago)
Author:
Luke Plant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoWarts

    v3 v4  
    2525The 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.
    2626
     27== Templates ==
     28
     29We 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.
Back to Top