Changes between Version 39 and Version 40 of FeatureGrouping


Ignore:
Timestamp:
Jul 16, 2007, 11:30:35 PM (17 years ago)
Author:
Gary Wilson
Comment:

added unique_together section

Legend:

Unmodified
Added
Removed
Modified
  • FeatureGrouping

    v39 v40  
    6262 * #4189 - Fix for COMMENTS_BANNED_USERS_GROUP exploding the ORM when using the templatetag
    6363
     64
    6465== edit_inline Issues ==
    6566
     
    8788 * OneToOne edit_inline - can not add new object in Django admin (#3662)
    8889 * OneToOne field - ChangeManipulator looks for related primary key (#3188)
     90
    8991 
    9092== Incorrect SQL construction ==
     
    106108Tickets still need to be looked at: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&summary=%7EManipulator&order=priority
    107109
     110
    108111== Pagination ==
    109112
     
    115118
    116119[[TicketQuery(status=new|assigned|reopened&summary~=select_related)]]
     120
     121
     122== Splitting models into separate files ==
     123Tickets:
     124 * #2982
     125 * #3343
     126 * #3994
     127 * #4470
     128
     129
     130== unique_together ==
     131
     132[[TicketQuery(status=new|assigned|reopened&summary~=unique_together)]]
    117133
    118134
     
    142158 * REST-like web services in Django http://groups.google.com/group/django-users/browse_thread/thread/9f438744f6be28b4/bf7d2d3314d4df0f
    143159 * A RESTful Django? http://groups.google.com/group/django-users/browse_thread/thread/540bce06cda01fc7/056d6c595547abc9
    144 
    145 == Splitting models into separate files ==
    146 Tickets:
    147  * #2982
    148  * #3343
    149  * #3994
    150  * #4470
Back to Top