Changes between Version 18 and Version 19 of FeatureGrouping


Ignore:
Timestamp:
Feb 28, 2007, 11:55:57 PM (17 years ago)
Author:
Gary Wilson <gary.wilson@…>
Comment:

finished alphabetization

Legend:

Unmodified
Added
Removed
Modified
  • FeatureGrouping

    v18 v19  
    5757
    5858
    59 == Pagination ==
     59== contrib.comments rewrite ==
    6060
    61 There are a few tickets aiming to add features to the Paginator class, and even a new implementation by Adrian in #1374.  There is also code for a PaginatorTag.
     61 * #3546 - Add timestamp and user for edits to Comment/FreeComment in contrib.comments
     62 * #1829 - refactor comment urls
     63 * #2134 - add comment object to comments/posted template
     64 * #1853 - admin documentation section errors for 'comments' tags
     65 * #2177 - include Free Preview and Posted Templates for Comments App (has patch)
     66 * #2228 - Add e-mail and URL to free comments (with patch, design. dec. needed)
     67 * #3091 - Add 'extra_context' and 'context_processors' to django.contrib.comments (with patch)
     68 * #3473 - Karma creation broken (with patch)
     69 * #3546 - Add timestamp and user for edits to Comment/FreeComment
    6270
    63 #1795, #1374, #3169, #3170, #2603
    64 
    65 == Multiple edit_inline issues ==
     71== edit_inline Issues ==
    6672
    6773Many of these will be obsoleted by newforms-admin and subsequent changes after 0.96
     
    8793 * collapsing in admin interface (#494)
    8894
     95
    8996== Incorrect SQL construction ==
    9097
    9198There 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.
     99
     100
     101== Pagination ==
     102
     103There are a few tickets aiming to add features to the Paginator class, and even a new implementation by Adrian in #1374.  There is also code for a PaginatorTag.
     104
     105#1795, #1374, #3169, #3170, #2603
     106
    92107
    93108== Web services ==
     
    108123 * REST-like web services in Django http://groups.google.com/group/django-users/browse_thread/thread/9f438744f6be28b4/bf7d2d3314d4df0f
    109124 * A RESTful Django? http://groups.google.com/group/django-users/browse_thread/thread/540bce06cda01fc7/056d6c595547abc9
    110 
    111 == contrib.comments rewrite ==
    112 
    113  * #3546 - Add timestamp and user for edits to Comment/FreeComment in contrib.comments
    114  * #1829 - refactor comment urls
    115  * #2134 - add comment object to comments/posted template
    116  * #1853 - admin documentation section errors for 'comments' tags
    117  * #2177 - include Free Preview and Posted Templates for Comments App (has patch)
    118  * #2228 - Add e-mail and URL to free comments (with patch, design. dec. needed)
    119  * #3091 - Add 'extra_context' and 'context_processors' to django.contrib.comments (with patch)
    120  * #3473 - Karma creation broken (with patch)
    121  * #3546 - Add timestamp and user for edits to Comment/FreeComment
    122 
Back to Top