Changes between Version 137 and Version 138 of SprintIdeas
- Timestamp:
- Sep 15, 2007, 6:40:15 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SprintIdeas
v137 v138 8 8 * Read our [http://www.djangoproject.com/documentation/contributing/ "Contributing to Django" document]. 9 9 * [http://www.djangoproject.com/documentation/install/#installing-the-development-version Install the "trunk" version of Django] (aka the Django development version). 10 * [http://www.djangoproject.com/accounts/register/ -Create an account in our ticket system]. This will allow you to claim tickets you're working on.10 * [http://www.djangoproject.com/accounts/register/ Create an account in our ticket system]. This will allow you to claim tickets you're working on. 11 11 12 12 == What to work on? The short answer == … … 170 170 * #5295 Inner Join and order_by bug 171 171 * #5298 The extra_context keyword argument should be available in the auth app views 172 * #5357 Documentation should include page argument of object_list173 172 * #5364 mentioned form_for_model().save(commit=false) in the docs 174 173 * #5374 Validation for ModelAdmin classes [newforms-admin]