Changes between Version 166 and Version 167 of SprintIdeas
- Timestamp:
- Sep 19, 2007, 6:29:26 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SprintIdeas
v166 v167 108 108 * #29 - `Fix usability issue with limit_choices_to and "Add another" in admin` 109 109 * http://code.djangoproject.com/ticket/3096 110 * do #4223 - `Document how to create tests for Django framework itself`111 110 * #3961 refactorise Luhn function in za-localflavor and add tests (Luhn function is now in #5475) 112 111 * #4036 implement Malcolm's ideas in es-localflavor … … 129 128 * #231 made various models.filefields honor max_length param 130 129 * #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 one132 130 * #399 Bigint field object needed 133 131 * #899 old small patch which needed tests, added regression tests … … 137 135 * #2603 minor patch to pagination docs 138 136 * #2612 Updated css to float multiline fields with help text. 139 * #2675 patched django.utils.timesince and template docs, and added tests140 137 * #2684 Backwards relations (ie. xxx_set) across different apps needs voodoo magic to work 141 138 * #3055 Invalid ticket as model in GenericRelation requires content_type/object_id fields. … … 146 143 * #3485 Initial SQL fails when data contains a % in it when settings.DEBUG = True 147 144 * #3502 TTL-Option for RSS 2.0+ 148 * #3652 ChoiceField formfield for IntegerField and CharField (Note: just unittest, appears to be already working)149 145 * #3997 small note in the docs about fields being required by default in an instance 150 146 * #4036 Spanish (es) localflavor 151 * #4067 "Validation of IPAddressField don't work with newforms" - Added a IPAddressField for newforms152 147 * #4092 implement a "missing option" in localflavor widgets 153 148 * #4094 patch to fix problem with months in databrowse calendar views