Changes between Version 99 and Version 100 of SprintIdeas
- Timestamp:
- Sep 14, 2007, 4:47:52 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SprintIdeas
v99 v100 134 134 * #2612 Updated css to float multiline fields with help text. 135 135 * #2675 patched django.utils.timesince and template docs, and added tests 136 * #2684 Backwards relations (ie. xxx_set) across different apps needs voodoo magic to work 136 137 * #3036 Added patch to fix a few doctests 137 138 * #3088 Filter parameters are not translated in blocktrans … … 140 141 * #3360 One Django badge on community page is cut off. 141 142 * #3485 Initial SQL fails when data contains a % in it when settings.DEBUG = True 142 * #3922 clarification in the doc for form_for_model's callback143 * #3988 Added Canadian localflavor tests144 143 * #3997 small note in the docs about fields being required by default in an instance 145 * #4061 Document how to restrict access to databrowse, based on info in this ticket146 144 * #4071 cache_page decorator sets wrong Cache-Control header 145 * #4076 "Patch to Output Timezone in Date Fields for Atom Feeds" looks OK 147 146 * #4115 Thumbnail contrib. Updated with effbot's comments. Has tests and docs. Should be good to go. 147 * #4193 Not a bug, but a design decision is required to determine if ordering should be implemented. 148 148 * #4415 PositiveIntegerField in models.py does not get validation in form_for_model 149 149 * #4485 Can't set nullable DecimalField to null 150 150 * #4561 dispatch refactoring 151 151 * #4604 Message Passing For Anonymous Users 152 * #4076 "Patch to Output Timezone in Date Fields for Atom Feeds" looks OK 153 * #4193 Not a bug, but a design decision is required to determine if ordering should be implemented. 152 * #4724 added SESSION_COOKIE_PATH setting 154 153 * #4824 Enforce a check for duplicate named url patterns 155 * #4831 Adding "add" support to the cache API156 154 * #4879 post_create signal 157 155 * #4913 need permissions to add a links to wiki Resources and Tutorials from the main page 158 156 * #4944 mentioned that unique might cause save() to throw IntegrityError in model-api.txt 159 * #4960 to be closed160 157 * #4982 {% blocktrans %} does not escape % in text 161 158 * #5047 max-age set by cache_page is overwritten by cache_middleware 162 * #5145 invalidate because ticket doesn't meet newforms specification163 159 * #5203: Performance improvement for sqlite3 database flush 164 160 * #5264 Work out which version of Flup Django likes best 165 * #5286 - Non-HTML output in python manage.py adminindex <appname>166 161 * #5298 The extra_context keyword argument should be available in the auth app views 167 162 * #5308 Redirect from pages that need login and have Unicode URL causes error 168 163 * #5364 mentioned form_for_model().save(commit=false) in the docs 169 164 * #5454 - Using a user-built DB backend 165 * #5457 move permission checking to the auth backends. 170 166 * #5468 (direct_to_template uses literal dict in keyword arg) 171 * #5457 move permission checking to the auth backends.172 167 * #5389 - daily_cleanup.py looks to be broken after [6087] 173 168 * #5355 patch and tests for forms.DecimalField.clean() raising when not given a string 174 * #2684 Backwards relations (ie. xxx_set) across different apps needs voodoo magic to work175 * #4724 added SESSION_COOKIE_PATH setting176 169 177 170 == Other branches ==