Changes between Version 21 and Version 22 of DjangoSpecifications/Core/SingleInstance


Ignore:
Timestamp:
Mar 26, 2008, 4:22:46 AM (16 years ago)
Author:
Philippe Raoult
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/Core/SingleInstance

    v21 v22  
    116116 * it should be possible to force instantiation, because the serializers want that.
    117117 * 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}}}.
    118119
    119120== Discussions ==
Back to Top