| Age | Commit message (Expand) | Author |
| 2006-11-27 | Added svn:ignore for pyc files in unit-test packages | Adrian Holovaty |
| 2006-11-26 | Fixed #3028 -- Added 'svn:ignore' for *.pyc files for some packages that didn... | Adrian Holovaty |
| 2006-11-26 | Fixed #3057 -- Improved wsgi backend to tolerate empty string in CONTENT_LENG... | Adrian Holovaty |
| 2006-11-26 | Fixed #3065 -- newforms: Fixed rendering problem with RadioSelect as a member... | Adrian Holovaty |
| 2006-11-26 | Fixes #2993, Refs #2918 -- Reverted [3960]; [3960] fixed a potential data val... | Russell Keith-Magee |
| 2006-11-25 | Moved newforms form_for_model and form_for_fields to django/newforms/models.py | Adrian Holovaty |
| 2006-11-25 | Fixed #3061 -- Fixed wrong schema URL in sitemap_index.xml template. Thanks, ... | Adrian Holovaty |
| 2006-11-23 | Fixed #3057 -- Fixed typo in [4091]. Thanks for the heads-up, Barry Pederson | Adrian Holovaty |
| 2006-11-23 | Fixed #3054 -- newforms Form now keeps track of field order | Adrian Holovaty |
| 2006-11-23 | newforms: Added unit test to test field order. Refs #3054 | Adrian Holovaty |
| 2006-11-23 | Fixed #3057 -- Changed WSGI handler not to expect CONTENT_LENGTH. Thanks for ... | Adrian Holovaty |
| 2006-11-23 | Fixed bug in [3786]. django/core/xheaders.py no longer assumes request.user e... | Adrian Holovaty |
| 2006-11-22 | Fixed #3052: GZIP middleware now correctly reports Content-Length. Thanks, s... | Jacob Kaplan-Moss |
| 2006-11-20 | Fixed #3033 -- Extended django.contrib.sitemaps to support new, generic sitem... | Adrian Holovaty |
| 2006-11-20 | Fixed #3014 -- Admin 'now' shortcut for DateTimeFields now updates seconds, t... | Adrian Holovaty |
| 2006-11-16 | newforms: Tiny optimization to smart_unicode() | Adrian Holovaty |
| 2006-11-16 | newforms: Fixed #3008 -- Widgets now support strings containing utf-8 charact... | Adrian Holovaty |
| 2006-11-16 | newforms: Fixed #3027 -- Changed Form as_table(), as_ul(), as_table_with_erro... | Adrian Holovaty |
| 2006-11-15 | newforms: Added unit test showing it's possible to construct the fields in a ... | Adrian Holovaty |
| 2006-11-15 | Fixed #3025 -- Added auto_id option to Form.__init__(). Thanks, SmileyChris | Adrian Holovaty |
| 2006-11-15 | newforms: Implemented RadioSelect, with unit tests | Adrian Holovaty |
| 2006-11-15 | newforms: Cleaned up some un-DRYness by adding Widget.build_attrs(). Also sli... | Adrian Holovaty |
| 2006-11-15 | fixed #3013: fixed typos in the 'de' translation. Additionally added a few mi... | Georg Bauer |
| 2006-11-15 | fixed #2981: updated es_AR translation | Georg Bauer |
| 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 |