Changes between Version 99 and Version 100 of SprintIdeas


Ignore:
Timestamp:
Sep 14, 2007, 4:47:52 PM (17 years ago)
Author:
Simon G. <dev@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v99 v100  
    134134 * #2612 Updated css to float multiline fields with help text.
    135135 * #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
    136137 * #3036 Added patch to fix a few doctests
    137138 * #3088 Filter parameters are not translated in blocktrans
     
    140141 * #3360 One Django badge on community page is cut off.
    141142 * #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 callback
    143  * #3988 Added Canadian localflavor tests
    144143 * #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 ticket
    146144 * #4071 cache_page decorator sets wrong Cache-Control header
     145 * #4076 "Patch to Output Timezone in Date Fields for Atom Feeds" looks OK
    147146 * #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.
    148148 * #4415 PositiveIntegerField in models.py does not get validation in form_for_model
    149149 * #4485 Can't set nullable DecimalField to null
    150150 * #4561 dispatch refactoring
    151151 * #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
    154153 * #4824 Enforce a check for duplicate named url patterns
    155  * #4831 Adding "add" support to the cache API
    156154 * #4879 post_create signal
    157155 * #4913 need permissions to add a links to wiki Resources and Tutorials from the main page
    158156 * #4944 mentioned that unique might cause save() to throw IntegrityError in model-api.txt
    159  * #4960 to be closed
    160157 * #4982 {% blocktrans %} does not escape % in text
    161158 * #5047 max-age set by cache_page is overwritten by cache_middleware
    162  * #5145 invalidate because ticket doesn't meet newforms specification
    163159 * #5203: Performance improvement for sqlite3 database flush
    164160 * #5264 Work out which version of Flup Django likes best
    165  * #5286 - Non-HTML output in python manage.py adminindex <appname>
    166161 * #5298 The extra_context keyword argument should be available in the auth app views
    167162 * #5308 Redirect from pages that need login and have Unicode URL causes error
    168163 * #5364 mentioned form_for_model().save(commit=false) in the docs
    169164 * #5454 - Using a user-built DB backend
     165 * #5457 move permission checking to the auth backends.
    170166 * #5468 (direct_to_template uses literal dict in keyword arg)
    171  * #5457 move permission checking to the auth backends.
    172167 * #5389 - daily_cleanup.py looks to be broken after [6087]
    173168 * #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 work
    175  * #4724 added SESSION_COOKIE_PATH setting
    176169
    177170== Other branches ==
Back to Top