| Age | Commit message (Expand) | Author |
| 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-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 #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 | 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 | 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 |
| 2006-10-30 | Fixes #2964 -- Fixed typo in regex in docstring for redirect_to. Thanks, wam-... | Russell Keith-Magee |
| 2006-10-28 | Split django.newforms into forms, fields, widgets, util. Also moved unit test... | Adrian Holovaty |
| 2006-10-28 | Added django.newforms -- work-in-progress of the new framework for forms/vali... | Adrian Holovaty |
| 2006-10-27 | Fixed #2956 -- Made 'django-admin.py startproject' tolerant of filesystem arr... | Adrian Holovaty |
| 2006-10-27 | Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatet... | Adrian Holovaty |
| 2006-10-25 | Fixed ngettext bug in comments post view | Jacob Kaplan-Moss |
| 2006-10-25 | fixed #2942: updated 'ja' translation | Georg Bauer |
| 2006-10-25 | Reverted [3919] because it requires mod_python 3.2.10+ | Adrian Holovaty |
| 2006-10-24 | Fixed #2932 -- Added more details to the warning message in 'manage.py reset'... | Adrian Holovaty |
| 2006-10-24 | Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ... | Adrian Holovaty |
| 2006-10-24 | Fixed #2890 -- Added default values of False for auth.User is_staff and is_su... | Adrian Holovaty |
| 2006-10-24 | Fixed #2826 -- Added .is_authenticated() check before login() in comments views | Adrian Holovaty |
| 2006-10-24 | Fixed #2865 -- Reverted [3866] (problem with mod_python SERVER_PORT | Adrian Holovaty |
| 2006-10-24 | Fixed #2898 -- Added missing ngettext import to django.db.models.fields.related | Adrian Holovaty |
| 2006-10-24 | Fixed #2925 -- Added missing exception import to admin.views.auth. Thanks, Sm... | Adrian Holovaty |
| 2006-10-24 | Fixed #2937 -- Added __eq__, __ne__ and __hash__ for AnonymousUser. Thanks, f... | Adrian Holovaty |
| 2006-10-24 | Fixed #2943 -- Changed admin select filter box to work properly with multi-by... | Adrian Holovaty |
| 2006-10-24 | Fixed #2955 -- Fixed incorrect verbose-name display in admin delete_stage mes... | Adrian Holovaty |
| 2006-10-24 | Changed django.core.handlers.modpython ModPythonRequest.is_secure() to use re... | Adrian Holovaty |
| 2006-10-17 | Fixes #2915 -- Fixed typo in validation error message. Thanks, Matt Riggott. | Russell Keith-Magee |
| 2006-10-16 | fixed #2911: added polish to the default languages | Georg Bauer |
| 2006-10-16 | fixed #2851: updated turkish language files | Georg Bauer |