Changes between Version 148 and Version 149 of SprintIdeas
- Timestamp:
- Sep 15, 2007, 4:27:28 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SprintIdeas
v148 v149 125 125 * [http://code.djangoproject.com/wiki/SprintIdeas#GeoDjango GeoDjango tasks] 126 126 * #5430: verify unit testing settings.py requirements for different database backends 127 * #5313: cleanup the patch128 127 * #5113: try to reproduce and add info to the ticket 129 128 * #5079: reproduce and submit a real patch … … 173 172 * #4982 {% blocktrans %} does not escape % in text 174 173 * #5047 max-age set by cache_page is overwritten by cache_middleware 174 * #5093 should be closed (request for limit_choices_to) 175 175 * #5116 let newforms.Select display disabled entries 176 176 * #5203: Performance improvement for sqlite3 database flush … … 178 178 * #5298 The extra_context keyword argument should be available in the auth app views 179 179 * #5309 Marking instances as db-stored via _is_stored 180 * #5 093 should be closed (request for limit_choices_to)180 * #5313: cleanup the patch 181 181 * #5364 mentioned form_for_model().save(commit=false) in the docs 182 182 * #5374 Validation for ModelAdmin classes [newforms-admin]