Changes between Version 157 and Version 158 of SprintIdeas


Ignore:
Timestamp:
Sep 15, 2007, 10:44:51 PM (17 years ago)
Author:
Simon G. <dev@…>
Comment:

removing closed tickets

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v157 v158  
    124124 * #4948 doesn't work on windows
    125125 * [http://code.djangoproject.com/wiki/SprintIdeas#GeoDjango GeoDjango tasks]
    126  * #5430: verify unit testing settings.py requirements for different database backends
    127  * #5113: check the DB code to find why this happens
    128126 * #5079: reproduce and submit a real patch
    129127
     
    144142 * #2675 patched django.utils.timesince and template docs, and added tests
    145143 * #2684 Backwards relations (ie. xxx_set) across different apps needs voodoo magic to work
    146  * #3032 AnonymousUser has no attribute is_staff/is_superuser (django.contrib.auth)
    147144 * #3055 Invalid ticket as model in GenericRelation requires content_type/object_id fields.
    148145 * #3221 unhelpful error message when include() set incorrectly
     
    153150 * #3502 TTL-Option for RSS 2.0+
    154151 * #3652 ChoiceField formfield for IntegerField and CharField (Note: just unittest, appears to be already working)
    155  * #3800 newforms documentation has been updated to address this. Needs confirmation and close.
    156  * #3955 compile-messages.py could use LOCALE_PATHS from settings.py
    157152 * #3997 small note in the docs about fields being required by default in an instance
    158153 * #4067 "Validation of IPAddressField don't work with newforms" - Added a IPAddressField for newforms
     
    172167 * #4982 {% blocktrans %} does not escape % in text
    173168 * #5047 max-age set by cache_page is overwritten by cache_middleware
    174  * #5093 should be closed (request for limit_choices_to)
    175169 * #5116 let newforms.Select display disabled entries
    176170 * #5203 Performance improvement for sqlite3 database flush
     
    183177 * #5374 Validation for ModelAdmin classes [newforms-admin]
    184178 * #5419 Fuzz testing assertions created along with some documentation
    185  * #5454 - Using a user-built DB backend
    186179 * #5457 move permission checking to the auth backends.
    187180 * #5475 Add a Luhn function for various localflavor usages (e.g. #3961)
Back to Top