Changes between Version 74 and Version 75 of SprintIdeas


Ignore:
Timestamp:
Sep 14, 2007, 2:48:11 PM (17 years ago)
Author:
Nick Efford
Comment:

added another ticket to Results section and fixed ordering

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v74 v75  
    133133
    134134If you believe you've successfully dealt with a ticket, post it here so a code dev can have a look at it.
     135Please order by ticket ID.
    135136
    136137 * #208 refactoring of a patch improving {% cycle %}
    137138 * #899 old small patch which needed tests, added regression tests
     139 * #1282 minor improvements to patch and tests added
    138140 * #2675 patched django.utils.timesince and template docs, and added tests
    139141 * #2970 simpler patch for case insensitive http headers handling
     142 * #3036 Added patch to fix a few doctests
    140143 * #3088 Filter parameters are not translated in blocktrans
    141144 * #3091 improved patch quality to expand flexibility of views in django.contrib.comments
    142145 * #3360 One Django badge on community page is cut off.
    143146 * #3922 clarification in the doc for form_for_model's callback
     147 * #3988 Added Canadian localflavor tests
     148 * #3997 small note in the docs about fields being required by default in an instance
    144149 * #4061 Document how to restrict access to databrowse, based on info in this ticket
    145150 * #4071 cache_page decorator sets wrong Cache-Control header
    146151 * #4115 Thumbnail contrib.  Updated with effbot's comments.  Has tests and docs.  Should be good to go.
     152 * #4485 Can't set nullable DecimalField to null
     153 * #4604 Message Passing For Anonymous Users
    147154 * #4879 post_create signal
    148155 * #4913 need permissions to add a links to wiki Resources and Tutorials from the main page
    149156 * #4944 mentioned that unique might cause save() to throw IntegrityError in model-api.txt
    150157 * #4960 to be closed
    151  * #5286 - Non-HTML output in python manage.py adminindex <appname>
    152158 * #4982 {% blocktrans %} does not escape % in text
    153159 * #5047 max-age set by cache_page is overwritten by cache_middleware
     160 * #5145 invalidate because ticket doesn't meet newforms specification
     161 * #5203: Performance improvement for sqlite3 database flush
     162 * #5286 - Non-HTML output in python manage.py adminindex <appname>
     163 * #5308 Redirect from pages that need login and have Unicode URL causes error
    154164 * #5364 mentioned form_for_model().save(commit=false) in the docs
    155165 * #5394 - REDIRECT_FIELD_NAME should be configurable - update patch to match Adrian's suggestions.
    156166 * #5454 - Using a user-built DB backend
    157167 * #5457 move permission checking to the auth backends.
    158  * #3997 small note in the docs about fields being required by default in an instance
    159  * #3036 Added patch to fix a few doctests
    160  * #3988 Added Canadian localflavor tests
    161  * #5203: Performance improvement for sqlite3 database flush
    162  * #5145 invalidate because ticket doesn't meet newforms specification
    163  * #4604 Message Passing For Anonymous Users
    164  * #4485 Can't set nullable DecimalField to null
    165  * #5308 Redirect from pages that need login and have Unicode URL causes error
    166168
    167169== Other branches ==
Back to Top