Changes between Initial Version and Version 3 of Ticket #7957


Ignore:
Timestamp:
Jul 25, 2008, 12:23:10 PM (16 years ago)
Author:
Malcolm Tredinnick
Comment:

The patch looks like it's along the right lines, although I don't really like adding an append() method to the sorted dictionary. That's a bit of API creep that we can probably avoid.

Fixed milestone and description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7957

    • Property Status newreopened
    • Property Milestone 1.0 beta1.0
    • Property Triage Stage UnreviewedAccepted
  • Ticket #7957 – Description

    initial v3  
    22
    33Precondition a user 'root' exists with id=1
    4 
     4{{{
     5#!python
    56from django.contrib.auth.models import User
    67for result in User.objects.extra(select=
     
    2223# 1
    2324# 1
     25}}}
Back to Top