Changes between Version 265 and Version 266 of SprintIdeas


Ignore:
Timestamp:
Nov 11, 2010, 6:23:32 PM (14 years ago)
Author:
Russell Keith-Magee
Comment:

Removed links to resolved tickets

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v265 v266  
    8585 * #2539 add unit tests and docs for `Custom tags and filters can be restricted by namespace`
    8686 * #4030 Review the suggested patch for enabling auto-translation of language names
    87  * #4609 [confirm as bug] (Content type names are not translated in Recent Actions listing) exists on newforms-admin
    88  * #4695 work out what's happening with xgettext skipping some translated strings in js. files
    89  * #4948 Work out why the FileFields patch is corrupting files on windows
    90  * #5192 Flatpages should be able to handle more characters (e.g. ~). '''This is a post-1.0 moving target so perhaps better not to spend any effort in the 1.0-leadup sprints.'''
    91  * #5415 Every SQL query should send a signal if possible
    92  * #5591 i18n documentation: Incorrect statement about template variables in {% trans %}
    93  * #6039 Fix documentation about ATOM feeds
    94  * #6047 db-api docs: invalid REGEX SQL equiv for SQLite
    95  * #6093 fix a few regressions with python2.3 and postgresql_psychopg2 engine
    9687 * #7783 confirm which versions of postgres the patch works on.
    9788 * [http://code.djangoproject.com/wiki/SprintIdeas#GeoDjango GeoDjango tasks]
     
    10394Please order by ticket ID. '''Note:''' Don't close the tickets until they've been checked in.
    10495
    105 === Results of Tel Aviv sprint (17th August 08) ===
    106  * #5591 [added documentation] i18n documentation: Incorrect statement about template variables in {% trans %}
    107  * #4609 [verified fixed] (Content type names are not translated in Recent Actions listing) exists on newforms-admin
    108  * #8175 [verified] FileStorage-rf: Why does 'close' call 'open'?
    109 
    110 === Results of Sausalito sprint (18th July 08) ===
    111 
    112  * #5578: Invalid ticket.
    113  * #7558: Fixed some missing svn:ignore's
    114  * #7415: Patch and tests
    115  * #7611: Added patch (fixes unit tests for a new Django project).
    116  * #7714: RFC: Patch seems reasonable
    117  * #7753: RFC: Patch seems reasonable
    118 
    119 === Results of europython08 sprint ===
    120  
    121  * #5490 It is now possible to use arbitrary characters in a charfield that is primary key for a model and have it work in the admin app (added unittests and patch)
    12296
    12397=== Results of pycon08 sprint ===
    12498
    125  * #528 Added documentation and improved patch (see [wiki:DjangoSpecifications/Docs/ConvertingRestToOtherFormats wiki page])
    126  * #689 (dec 07 sprint work) Updated to trunk as of r7350, fix doctests
    12799 * #2723 (dec 07 sprint work) Added unit tests and improved patch, marked as ''ready for checkin'' during pycon08 sprint
    128100 * #3542 (dec 07 sprint work) already marked as ''ready for checkin'', patch updated to trunk
    129  * #4380 Added patch
    130  * #5096 Added first concept of fixtures documentation
    131  * #5192 (dec 07 sprint work) Added patch
    132  * #5531 (dec 07 sprint work) re-reviewed, marked as ready for checkin during pycon08 sprint
    133  * #6652 Added documentation and improved patch
    134  * #6832 created with doc patch, to describe decorator-in-URLconf usage and avoid people making #5920 -like errors
    135101
    136102=== Results of 1stDecember07 sprint ===
    137103
    138  * #689 Updated patch with enhancements/fixes by telenieko, apollo13 and ekarulf (documentation, tests, security)
    139104 * #2723 added patch (newforms-admin)
    140105 * #2856 added patch
    141  * #3323 and #4680 updated with tests
    142  * #3442 added the GroupedSelect widget to django.newforms.extras.widgets
    143  * #3511 fixed tests and updated documentation
     106 * #4680 updated with tests
    144107 * #3542 added patch
    145  * #3632 updated patch and added tests.
    146  * #3695 added patch
    147  * #3883 updated docs for localflavor
    148  * #3959 can be closed (trivial ticket)
    149  * #3961 add za-localflavor
    150  * #4248 specialized case (trivial ticket)
    151  * #4476 added patch
    152108 * #4499 tested this, and could not reproduce
    153  * #4707 Corrected the typos in the previous diff
    154  * #5192 Added two possible patches. Feedback?
    155  * #5362 Confirmed bug and updated patch
    156  * #5515 added patch
    157  * #5531 Checked patch still applies
    158  * #5596 "No buffer space available" error when downloading file
    159  * #5690 newforms-admin: input fields do not regard field class
    160109 * #5622 added patch
    161  * #5657 add regression tests
    162  * #5677 patch added for docs on debugging with mod_python
    163  * #5743 added patch
    164  * #5894 added patch
    165  * #5910 Signals are unnamed making logging non-informative
    166  * #5956 added unit test and fix
    167  * #5996 added unit test and fix
    168  * #6005 Double call for Media in newforms/widgets.py
    169  * #6017 marked tests added.
    170  * #6024 Django's doctest clashes with coverage.py
    171110 * #6055 GenericRelation and db_column lookups
    172 
    173  * #6063 Need test-case showing SafeString/flup interaction
    174  * #6064
    175  * #6069 added patch
    176  * #6070 Document that SITE_ID is no longer required to run all tests
    177  * #6071 work out what broke @6777 to cause "maximum recursion depth exceeded"
    178  * #6078 added patch
    179  * #6082 File based Session test fails for lack of /tmp directory on Windows Based System
    180  * #6086 Refactor django.core.cache to deprecate "simple" backend
    181  * #6097 trivial patch for broken link in documentation
    182  * #6099 Refactor filebased cache backend to use md5 hash filenames and fix a couple of bugs
    183  * #6100 newforms-admin: popup won't be dismissed when adding
    184  * #6110 added patch and tests to prevent python format on loaddata and dumpdata
    185111
    186112=== Results of september07 sprint ===
    187113
    188  * #285 (also #1516, #3414) handling SCRIPT_NAME and PATH_INFO in a manner which is mostly correct and mostly consistent across deployment scenarios
    189  * #399 Bigint field object needed
    190  * #899 old small patch which needed tests, added regression tests
    191  * #1282 minor improvements to patch and tests added
    192114 * #1919 filter truncatewords wipes newlines from string, so not chainable with markup filters
    193115 * #2504 ConditionalGetMiddleware causes Content-Length to be 0 on HttpResponse with fileobject
    194  * #2612 Updated css to float multiline fields with help text.
    195116 * #3055 Invalid ticket as model in GenericRelation requires content_type/object_id fields.
    196  * #3221 unhelpful error message when include() set incorrectly
    197  * #3288 select related crash on non null FK to self
    198  * #3349 If an ImportError occurs within a custom template tag library, a rather confusing error message is produced
    199  * #3360 One Django badge on community page is cut off.
    200117 * #3485 Initial SQL fails when data contains a % in it when settings.DEBUG = True
    201  * #3502 TTL-Option for RSS 2.0+
    202118 * #3997 small note in the docs about fields being required by default in an instance
    203  * #4036 Spanish (es) localflavor
    204  * #4092 implement a "missing option" in localflavor widgets
    205119 * #4094 patch to fix problem with months in databrowse calendar views
    206  * #4115 Thumbnail contrib.  Updated with effbot's comments.  Has tests and docs.  Should be good to go.
    207  * #4193 patch to fix foreignkeys constraints randomly not being added by the backend
    208  * #4371 fixture loading fails silently in testcases
    209  * #4485 Can't set nullable DecimalField to null
    210  * #4561 dispatch refactoring
    211  * #4604 Message Passing For Anonymous Users
    212  * #4724 added SESSION_COOKIE_PATH setting
    213  * #4824 Enforce a check for duplicate named url patterns
    214  * #4878 better install docs for Windows
    215  * #4831 Adding "add" support to the cache API
    216  * #4913 need permissions to add a links to wiki Resources and Tutorials from the main page
    217  * #4944 mentioned that unique might cause save() to throw IntegrityError in model-api.txt
    218  * #4982 {% blocktrans %} does not escape % in text
    219  * #5047 max-age set by cache_page is overwritten by cache_middleware
    220  * #5079 cannot reproduce but added a patch to regression tests to be on the safe side
    221120 * #5116 let newforms.Select display disabled entries
    222 
    223  * #5236 adding stack to connection.queries debug/profiling info
    224  * #5295 Inner Join and order_by bug
    225121 * #5298 The extra_context keyword argument should be available in the auth app views
    226  * #5309 Marking instances as db-stored via _is_stored
    227  * #5313 Allow gzip for javascript unless old MSIE
    228  * #5374 Validation for ModelAdmin classes [newforms-admin]
    229122 * #5418 Add assertNoBrokenLinks() to test system
    230123 * #5419 Fuzz testing assertions created along with some documentation
    231  * #5475 Add a Luhn function for various localflavor usages (e.g. #3961)
    232124 * #5494 Fixed a bug in javascript message catalog search.
    233125
     
    239131
    240132Task list (in order of importance):
    241  * #6547 Add support for GeoRSS feeds.
    242133 * #5472 Add !OpenLayers support in `django.contrib.gis.maps`
    243134 * Fill out the documentation stubs and fix inconsistencies between the documentation and the code.
Back to Top