Changes between Version 40 and Version 41 of NewformsAdminBranch


Ignore:
Timestamp:
Jan 2, 2008, 12:06:05 PM (16 years ago)
Author:
Brian Rosner
Comment:

updated the todo list to link to triaged tickets.

Legend:

Unmodified
Added
Removed
Modified
  • NewformsAdminBranch

    v40 v41  
    137137== To-do list ==
    138138
    139 (Updated April 6, 2007)
    140 
    141   * Implement "edit inline" functionality.
    142   * site.register does not handle kwargs for Model Admin.
     139(Updated January 2, 2008)
     140
     141  * See [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&version=newforms-admin&keywords=%7Enfa-blocker&order=priority list of tickets] blocking the merge to trunk.
     142  * See [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&version=newforms-admin&keywords=%7Enfa-someday&order=priority list of tickets] that will be looked at after a merge to trunk.
    143143
    144144== Backwards-incompatible changes ==
     
    272272    raw_id_fields = ('field1',)
    273273}}}
     274
Back to Top