Changes between Version 59 and Version 60 of SprintIdeas
- Timestamp:
- Sep 14, 2007, 12:09:08 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SprintIdeas
v59 v60 123 123 * #4094 databrowse calendars do not translate the month back to english resulting in an error 124 124 * #4692 write up some documentation about the required database permissions 125 * #4061 Document how to restrict access to databrowse, based on info in this ticket126 125 * #5264 Work out which version of Flup Django likes best 127 126 * do #4245 - `add documentation solving "permission denied" with start-project on OSX` … … 138 137 * #899 old small patch which needed tests, added regression tests 139 138 * #2675 patched django.utils.timesince and template docs, and added tests 139 * #2970 simpler patch for case insensitive http headers handling 140 140 * #3091 improved patch quality to expand flexibility of views in django.contrib.comments 141 141 * #3360 One Django badge on community page is cut off. 142 142 * #3922 clarification in the doc for form_for_model's callback 143 * #4061 Document how to restrict access to databrowse, based on info in this ticket 143 144 * #4071 cache_page decorator sets wrong Cache-Control header 144 145 * #4879 post_create signal 146 * #4913 need permissions to add a links to wiki Resources and Tutorials from the main page 147 * #4944 mentioned that unique might cause save() to throw IntegrityError in model-api.txt 148 * #4960 to be closed * #5286 - Non-HTML output in python manage.py adminindex <appname> 145 149 * #4982 {% blocktrans %} does not escape % in text 146 150 * #5047 max-age set by cache_page is overwritten by cache_middleware 147 151 * #5364 mentioned form_for_model().save(commit=false) in the docs 148 * #2970 simpler patch for case insensitive http headers handling149 152 * #5394 - REDIRECT_FIELD_NAME should be configurable - update patch to match Adrian's suggestions. 150 * #4944 mentioned that unique might cause save() to throw IntegrityError in model-api.txt151 * #5286 - Non-HTML output in python manage.py adminindex <appname>152 * #4913 need permissions to add a links to wiki Resources and Tutorials from the main page153 153 * #5457 move permission checking to the auth backends. 154 * #4960 to be closed