Changes between Version 166 and Version 167 of SprintIdeas


Ignore:
Timestamp:
Sep 19, 2007, 6:29:26 AM (17 years ago)
Author:
Russell Keith-Magee
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v166 v167  
    108108      * #29 - `Fix usability issue with limit_choices_to and "Add another" in admin`
    109109      * http://code.djangoproject.com/ticket/3096
    110  * do #4223 - `Document how to create tests for Django framework itself`
    111110 * #3961 refactorise Luhn function in za-localflavor and add tests (Luhn function is now in #5475)
    112111 * #4036 implement Malcolm's ideas in es-localflavor
     
    129128 * #231 made various models.filefields honor max_length param
    130129 * #285 (also #1516, #3414) handling SCRIPT_NAME and PATH_INFO in a manner which is mostly correct and mostly consistent across deployment scenarios
    131  * #391 date_based generic views might be off by one
    132130 * #399 Bigint field object needed
    133131 * #899 old small patch which needed tests, added regression tests
     
    137135 * #2603 minor patch to pagination docs
    138136 * #2612 Updated css to float multiline fields with help text.
    139  * #2675 patched django.utils.timesince and template docs, and added tests
    140137 * #2684 Backwards relations (ie. xxx_set) across different apps needs voodoo magic to work
    141138 * #3055 Invalid ticket as model in GenericRelation requires content_type/object_id fields.
     
    146143 * #3485 Initial SQL fails when data contains a % in it when settings.DEBUG = True
    147144 * #3502 TTL-Option for RSS 2.0+
    148  * #3652 ChoiceField formfield for IntegerField and CharField (Note: just unittest, appears to be already working)
    149145 * #3997 small note in the docs about fields being required by default in an instance
    150146 * #4036 Spanish (es) localflavor
    151  * #4067 "Validation of IPAddressField don't work with newforms" - Added a IPAddressField for newforms
    152147 * #4092 implement a "missing option" in localflavor widgets
    153148 * #4094 patch to fix problem with months in databrowse calendar views
Back to Top