Changes between Version 21 and Version 22 of DjangoSpecifications/Core/SingleInstance
- Timestamp:
- Mar 26, 2008, 4:22:46 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/SingleInstance
v21 v22 116 116 * it should be possible to force instantiation, because the serializers want that. 117 117 * For the sake of completeness, it should be possible to do {{{Model.objects.get_from_db(id=something)}}} to bypass the singleton. 118 * Document (and maybe fix) the way this would interact with {{{extra()}}} and {{{values}}}. 118 119 119 120 == Discussions ==