#10720: OrderedManyToMany API Implementation ---------------------------------------------------+------------------------ Reporter: Aryeh Leib Taurog <[email protected]> | Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM) | Version: SVN Keywords: Ordered ManyToMany | Stage: Unreviewed Has_patch: 1 | ---------------------------------------------------+------------------------ In response to my post on django-users, Russ Magee suggested I open a ticket. http://groups.google.com/group/django- users/browse_frm/thread/2593060c8f3958ed#
This patch uses the standard python list interface to provide a very simple API for keeping a singly-ordered many-to-many relation field. More info, plus a simple example and unit-tests here: http://www.aryehleib.com/MutableLists.html -- Ticket URL: <http://code.djangoproject.com/ticket/10720> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
