| Age | Commit message (Expand) | Author |
| 2006-11-15 | fixed #2999: updated greek translation | Georg Bauer |
| 2006-11-13 | Fixed typo in 'incorrect backend' database error message | Adrian Holovaty |
| 2006-11-10 | Fixed bug in [4058], in django/core/mail.py. Thanks, Igor Goryachev | Adrian Holovaty |
| 2006-11-10 | Fixed typo in docs/templates_python.txt | Adrian Holovaty |
| 2006-11-10 | Fixed #2997 -- Fixed URLField validation in django.newforms. Thanks, jkocherhans | Adrian Holovaty |
| 2006-11-10 | Fixed typo in docs/templates.txt | Adrian Holovaty |
| 2006-11-10 | Fixed #3000 -- Fixed typo in docs/testing.txt. Thanks, Bastian Kleineidam | Adrian Holovaty |
| 2006-11-10 | Fixed #3007 -- Fixed Python 2.4-ism from [4051] in django/core/mail.py. Also ... | Adrian Holovaty |
| 2006-11-07 | Fixed typo in docs/templates.txt | Adrian Holovaty |
| 2006-11-07 | Formatting fixes from the past round of checkins | Adrian Holovaty |
| 2006-11-07 | Fixed #2991: Added Message-ID header to messages sent from Django. Thanks, Gr... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2800: the ifchanged tag now can optionally take paramaters to be check... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2848: broken doctest in comment app. Thanks, dummy@habmalnefrage.de | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra kwargs... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2875: made urlresolvers.get_mod_func() deal with non-qualified callbac... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2894: XML deserializer now correctly handles null primary keys. | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2913: CursorDebugWrapper no longer double-tuple-izes parameters. Than... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2914: filesizeformat no longer dies on invalid values. Thanks, dev@sim... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2921: deserialization no longer failes on NULL primary keys. Thanks, ... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2701: Added "fields" argument to serializers.serialize. Thanks, Deryck. | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2575: ObjectPaginator now accepts a "orphans" option to prevent pages ... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2452: comments can now be put within initial SQL files. Thanks, Pawel... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2364: added NumberIsInRange validator. Thanks, Matt McClanahan. | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2343: Library.inclusion_tag now accepts a list of template names along... | Jacob Kaplan-Moss |
| 2006-11-07 | Implemented [4035] (improvement in URL validation) in django.newforms | Adrian Holovaty |
| 2006-11-07 | Fixed #2923: FileFields can now be modified on windows. Thanks, radek. | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2934: greatly improved the accuracy if the isExistingURL check. Also ... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2972: prepopulate_from now works with multiple slugs on the same field... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed $2973: added minspare/maxspare/maxchildren options to runfcgi. Thanks,... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2975: dateparse.js now correctly handles the last day of the year. Th... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2987: cleaned up the syndication documentation a bit, thanks to dev@si... | Jacob Kaplan-Moss |
| 2006-11-06 | Fixed #2899: added defaults for data and error_dict params to FormWrapper. T... | Jacob Kaplan-Moss |
| 2006-11-06 | Fixed #1021: unique_together should now get validated correctly. Thanks, wam... | Jacob Kaplan-Moss |
| 2006-11-04 | django.newforms: Implemented hook for validation not tied to a particular fie... | Adrian Holovaty |
| 2006-11-03 | fixed #2974: updated pt_BR translations | Georg Bauer |
| 2006-11-03 | Removed fossilized remnant of pre-magic removal m2m code. Thanks for the repo... | Russell Keith-Magee |
| 2006-11-02 | Fixes #1378 -- Added svn:ignore "*.pyc" to some directories that were missing... | Russell Keith-Magee |
| 2006-11-02 | Fixes #2971 -- Fixed inor typo in example in authentication documentation. Th... | Russell Keith-Magee |
| 2006-11-02 | Fixes #2918 -- Clarified the db_prep_save logic for DateField and DateTimeFie... | Russell Keith-Magee |
| 2006-11-02 | Added ChoiceField, MultipleChoiceField to django.newforms | Adrian Holovaty |
| 2006-11-02 | Implemented SelectMultiple in django.newforms.widgets | Adrian Holovaty |
| 2006-11-01 | Updated forms unit tests to reflect new fields and widgets from [3955] and [3... | Adrian Holovaty |
| 2006-11-01 | Added PasswordInput, HiddenInput, FileInput, Select to django.newforms.widgets | Adrian Holovaty |
| 2006-11-01 | Added URLField to django.newforms.fields | Adrian Holovaty |
| 2006-10-31 | Fixes #2969 -- Added maxRequests option for FCGI servers. Thanks, Michael Rad... | Russell Keith-Magee |
| 2006-10-30 | Added note to docs/generic_views.txt that extra_context is new in Django deve... | Adrian Holovaty |
| 2006-10-30 | Fixed #2963 -- Fixed bug in docs/static_files.txt. Thanks, Collin Grady | Adrian Holovaty |
| 2006-10-30 | Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea... | Adrian Holovaty |
| 2006-10-30 | Fixes #2966 -- Added extra_context parameter to direct_to_template generic vi... | Russell Keith-Magee |
| 2006-10-30 | Fixes #2965 -- Added i18n for joiner used in validation error messages. Thank... | Russell Keith-Magee |