Changes between Version 148 and Version 149 of SprintIdeas


Ignore:
Timestamp:
Sep 15, 2007, 4:27:28 PM (17 years ago)
Author:
jmelesky
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v148 v149  
    125125 * [http://code.djangoproject.com/wiki/SprintIdeas#GeoDjango GeoDjango tasks]
    126126 * #5430: verify unit testing settings.py requirements for different database backends
    127  * #5313: cleanup the patch
    128127 * #5113: try to reproduce and add info to the ticket
    129128 * #5079: reproduce and submit a real patch
     
    173172 * #4982 {% blocktrans %} does not escape % in text
    174173 * #5047 max-age set by cache_page is overwritten by cache_middleware
     174 * #5093 should be closed (request for limit_choices_to)
    175175 * #5116 let newforms.Select display disabled entries
    176176 * #5203: Performance improvement for sqlite3 database flush
     
    178178 * #5298 The extra_context keyword argument should be available in the auth app views
    179179 * #5309 Marking instances as db-stored via _is_stored
    180  * #5093 should be closed (request for limit_choices_to)
     180 * #5313: cleanup the patch
    181181 * #5364 mentioned form_for_model().save(commit=false) in the docs
    182182 * #5374 Validation for ModelAdmin classes [newforms-admin]
Back to Top