Changes between Version 91 and Version 92 of SprintIdeas


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

removing completed tickets

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v91 v92  
    111111      * http://code.djangoproject.com/ticket/3096
    112112 * do #4223 - `Document how to create tests for Django framework itself`
    113  * review #4091 - `Not able to get choices widget to auto selected="selected" on model_for_instance`
    114113 * #3961 refactorise Luhn function in za-localflavor and add tests
    115114 * #4036 implement Malcolm's ideas in es-localflavor
     
    132131Please order by ticket ID.
    133132
    134  * #208 refactoring of a patch improving {% cycle %}
    135133 * #899 old small patch which needed tests, added regression tests
    136134 * #1282 minor improvements to patch and tests added
    137135 * #2612 Updated css to float multiline fields with help text.
    138136 * #2675 patched django.utils.timesince and template docs, and added tests
    139  * #2970 simpler patch for case insensitive http headers handling
    140137 * #3036 Added patch to fix a few doctests
    141138 * #3088 Filter parameters are not translated in blocktrans
     
    168165 * #5308 Redirect from pages that need login and have Unicode URL causes error
    169166 * #5364 mentioned form_for_model().save(commit=false) in the docs
    170  * #5394 - REDIRECT_FIELD_NAME should be configurable - update patch to match Adrian's suggestions.
    171167 * #5454 - Using a user-built DB backend
    172168 * #5457 move permission checking to the auth backends.
    173169 * #5389 - daily_cleanup.py looks to be broken after [6087]
    174  * #4663 - to be closed, works for me
    175170 * #5355 patch and tests for forms.DecimalField.clean() raising when not given a string
    176171 * #2684 Backwards relations (ie. xxx_set) across different apps needs voodoo magic to work
Back to Top