Changes between Version 39 and Version 40 of FeatureGrouping
- Timestamp:
- Jul 16, 2007, 11:30:35 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeatureGrouping
v39 v40 62 62 * #4189 - Fix for COMMENTS_BANNED_USERS_GROUP exploding the ORM when using the templatetag 63 63 64 64 65 == edit_inline Issues == 65 66 … … 87 88 * OneToOne edit_inline - can not add new object in Django admin (#3662) 88 89 * OneToOne field - ChangeManipulator looks for related primary key (#3188) 90 89 91 90 92 == Incorrect SQL construction == … … 106 108 Tickets still need to be looked at: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&summary=%7EManipulator&order=priority 107 109 110 108 111 == Pagination == 109 112 … … 115 118 116 119 [[TicketQuery(status=new|assigned|reopened&summary~=select_related)]] 120 121 122 == Splitting models into separate files == 123 Tickets: 124 * #2982 125 * #3343 126 * #3994 127 * #4470 128 129 130 == unique_together == 131 132 [[TicketQuery(status=new|assigned|reopened&summary~=unique_together)]] 117 133 118 134 … … 142 158 * REST-like web services in Django http://groups.google.com/group/django-users/browse_thread/thread/9f438744f6be28b4/bf7d2d3314d4df0f 143 159 * 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 * #2982148 * #3343149 * #3994150 * #4470