Changes between Version 157 and Version 158 of SprintIdeas
- Timestamp:
- Sep 15, 2007, 10:44:51 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SprintIdeas
v157 v158 124 124 * #4948 doesn't work on windows 125 125 * [http://code.djangoproject.com/wiki/SprintIdeas#GeoDjango GeoDjango tasks] 126 * #5430: verify unit testing settings.py requirements for different database backends127 * #5113: check the DB code to find why this happens128 126 * #5079: reproduce and submit a real patch 129 127 … … 144 142 * #2675 patched django.utils.timesince and template docs, and added tests 145 143 * #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)147 144 * #3055 Invalid ticket as model in GenericRelation requires content_type/object_id fields. 148 145 * #3221 unhelpful error message when include() set incorrectly … … 153 150 * #3502 TTL-Option for RSS 2.0+ 154 151 * #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.py157 152 * #3997 small note in the docs about fields being required by default in an instance 158 153 * #4067 "Validation of IPAddressField don't work with newforms" - Added a IPAddressField for newforms … … 172 167 * #4982 {% blocktrans %} does not escape % in text 173 168 * #5047 max-age set by cache_page is overwritten by cache_middleware 174 * #5093 should be closed (request for limit_choices_to)175 169 * #5116 let newforms.Select display disabled entries 176 170 * #5203 Performance improvement for sqlite3 database flush … … 183 177 * #5374 Validation for ModelAdmin classes [newforms-admin] 184 178 * #5419 Fuzz testing assertions created along with some documentation 185 * #5454 - Using a user-built DB backend186 179 * #5457 move permission checking to the auth backends. 187 180 * #5475 Add a Luhn function for various localflavor usages (e.g. #3961)