Changes between Version 9 and Version 10 of DjangoSpecifications/Core/SingleInstance
- Timestamp:
- Mar 24, 2008, 6:13:24 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/SingleInstance
v9 v10 104 104 105 105 but some things are missing: 106 * In order to properly handle shared instances, partial models, or modified models (such as those with extra select clauses) need to be wrapped in a class which will handle those modifications. 106 107 * there is no doc as to how to enable/disable this feature and what to expect from it. 107 108 * the API for enabling/disabling the feature is very crude and consists only of two class methods. It should at the very least be possible to set the value as a member of the Meta class.