Changes between Version 59 and Version 60 of SprintIdeas


Ignore:
Timestamp:
Sep 14, 2007, 12:09:08 PM (17 years ago)
Author:
Nick Efford
Comment:

added another ticket to Results section and fixed ordering

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v59 v60  
    123123 * #4094 databrowse calendars do not translate the month back to english resulting in an error
    124124 * #4692 write up some documentation about the required database permissions
    125  * #4061 Document how to restrict access to databrowse, based on info in this ticket
    126125 * #5264 Work out which version of Flup Django likes best
    127126 * do #4245 - `add documentation solving "permission denied" with start-project on OSX`
     
    138137 * #899 old small patch which needed tests, added regression tests
    139138 * #2675 patched django.utils.timesince and template docs, and added tests
     139 * #2970 simpler patch for case insensitive http headers handling
    140140 * #3091 improved patch quality to expand flexibility of views in django.contrib.comments
    141141 * #3360 One Django badge on community page is cut off.
    142142 * #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
    143144 * #4071 cache_page decorator sets wrong Cache-Control header
    144145 * #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>
    145149 * #4982 {% blocktrans %} does not escape % in text
    146150 * #5047 max-age set by cache_page is overwritten by cache_middleware
    147151 * #5364 mentioned form_for_model().save(commit=false) in the docs
    148  * #2970 simpler patch for case insensitive http headers handling
    149152 * #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.txt
    151  * #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 page
    153153 * #5457 move permission checking to the auth backends.
    154  * #4960 to be closed
Back to Top