Changes between Version 74 and Version 75 of SprintIdeas
- Timestamp:
- Sep 14, 2007, 2:48:11 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SprintIdeas
v74 v75 133 133 134 134 If you believe you've successfully dealt with a ticket, post it here so a code dev can have a look at it. 135 Please order by ticket ID. 135 136 136 137 * #208 refactoring of a patch improving {% cycle %} 137 138 * #899 old small patch which needed tests, added regression tests 139 * #1282 minor improvements to patch and tests added 138 140 * #2675 patched django.utils.timesince and template docs, and added tests 139 141 * #2970 simpler patch for case insensitive http headers handling 142 * #3036 Added patch to fix a few doctests 140 143 * #3088 Filter parameters are not translated in blocktrans 141 144 * #3091 improved patch quality to expand flexibility of views in django.contrib.comments 142 145 * #3360 One Django badge on community page is cut off. 143 146 * #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 144 149 * #4061 Document how to restrict access to databrowse, based on info in this ticket 145 150 * #4071 cache_page decorator sets wrong Cache-Control header 146 151 * #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 147 154 * #4879 post_create signal 148 155 * #4913 need permissions to add a links to wiki Resources and Tutorials from the main page 149 156 * #4944 mentioned that unique might cause save() to throw IntegrityError in model-api.txt 150 157 * #4960 to be closed 151 * #5286 - Non-HTML output in python manage.py adminindex <appname>152 158 * #4982 {% blocktrans %} does not escape % in text 153 159 * #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 154 164 * #5364 mentioned form_for_model().save(commit=false) in the docs 155 165 * #5394 - REDIRECT_FIELD_NAME should be configurable - update patch to match Adrian's suggestions. 156 166 * #5454 - Using a user-built DB backend 157 167 * #5457 move permission checking to the auth backends. 158 * #3997 small note in the docs about fields being required by default in an instance159 * #3036 Added patch to fix a few doctests160 * #3988 Added Canadian localflavor tests161 * #5203: Performance improvement for sqlite3 database flush162 * #5145 invalidate because ticket doesn't meet newforms specification163 * #4604 Message Passing For Anonymous Users164 * #4485 Can't set nullable DecimalField to null165 * #5308 Redirect from pages that need login and have Unicode URL causes error166 168 167 169 == Other branches ==