Changes between Version 22 and Version 23 of DjangoSpecifications/Core/SingleInstance
- Timestamp:
- Apr 18, 2008, 8:59:51 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/SingleInstance
v22 v23 4 4 = Singleton Instances = 5 5 6 This page describes the issues and proposals pertaining to the fact that django's ORM will create as many instances of the same DB object as there are requests. 6 This page describes the issues and proposals pertaining to the fact that django's ORM will create as many instances of the same DB object as there are requests. 7 8 In short, '''the Identity Map pattern is missing from Django''', see http://martinfowler.com/eaaCatalog/identityMap.html . 7 9 8 10 == Issues ==