Changes between Version 42 and Version 43 of FeatureGrouping


Ignore:
Timestamp:
Nov 30, 2007, 11:16:14 PM (16 years ago)
Author:
Gary Wilson
Comment:

cache_page tickets have beed fixed. Added some uses of TicketQuery.

Legend:

Unmodified
Added
Removed
Modified
  • FeatureGrouping

    v42 v43  
    77
    88
    9 == auto_now_add ==
     9== auto_now and auto_now_add ==
    1010
    11 All of these might be the same thing:
    12 [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&summary=%7Eauto_now&order=priority auto_now_add tickets]
     11[[TicketQuery(status=new|assigned|reopened&summary~=auto_now)]]
    1312
    14 
    15 == Cache System ==
    16 
    17 A few tickets that seem to relate to the same problem with using the 2.4 decorator syntax for cache_page: (#1015, #2564, #2567)
    1813
    1914== contrib.comments rewrite ==
     
    5954
    6055There are a bunch of these, so here's a placeholder for them. Many are already assigned to mtredinnick; the remainder should be. I'm working on a rewrite of the query creation portion of !QuerySets -- Malcolm.
     56
     57[[TicketQuery(status=new|assigned|reopened&keywords~=qs-rf)]]
    6158
    6259
Back to Top