Changes between Version 132 and Version 133 of SprintIdeas
- Timestamp:
- Sep 15, 2007, 3:53:26 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SprintIdeas
v132 v133 140 140 * #2675 patched django.utils.timesince and template docs, and added tests 141 141 * #2684 Backwards relations (ie. xxx_set) across different apps needs voodoo magic to work 142 * #3032 Missing methods in AnonymousUser142 * #3032 AnonymousUser has no attribute is_staff/is_superuser (django.contrib.auth) 143 143 * #3036 Added patch to fix a few doctests 144 144 * #3055 Invalid ticket as model in GenericRelation requires content_type/object_id fields. … … 150 150 * #3652 ChoiceField formfield for IntegerField and CharField (Note: just unittest, appears to be already working) 151 151 * #3800 newforms documentation has been updated to address this. Needs confirmation and close. 152 * #3955 compile-messages.py could use LOCALE_PATHS from settings.py 152 153 * #3997 small note in the docs about fields being required by default in an instance 153 154 * #4067 "Validation of IPAddressField don't work with newforms" - Added a IPAddressField for newforms