| Age | Commit message (Expand) | Author |
| 2006-10-30 | Fixes #2964 -- Fixed typo in regex in docstring for redirect_to. Thanks, wam-... | Russell Keith-Magee |
| 2006-10-30 | Fixes #2967 -- Fixed some typos in tutorial 4. Thanks, ramiro. | Russell Keith-Magee |
| 2006-10-28 | Changed forms unit tests to reflect the fact that render() does not use the t... | Adrian Holovaty |
| 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 #2958 -- Pointed out in docs/modpython.txt that we use <Location> inste... | 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 #2854 -- Fixed inconsistency in docs/tutorial02.txt. Thanks, ymasuda | 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 #2940 -- Clarified docs/settings.txt entry about MANAGERS. Thanks, matt... | 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 | Made small edits to docs/templates_python.txt | Adrian Holovaty |
| 2006-10-24 | Changed django.core.handlers.modpython ModPythonRequest.is_secure() to use re... | Adrian Holovaty |
| 2006-10-23 | Fixes #2950 -- Removed reference to a 'Summer 2006' release of v1.0 | Russell Keith-Magee |
| 2006-10-23 | Fixed #2941 -- Fixed a typo pointed out by jeff@nokrev.com. | Malcolm Tredinnick |
| 2006-10-23 | Fixed #2854 -- Incorporated a small suggestion which might make it clearer where | Malcolm Tredinnick |
| 2006-10-23 | Fixed #2931 -- Use request.method == 'POST' where appropriate in the examples. | Malcolm Tredinnick |
| 2006-10-23 | Fixed #2929 -- Replaced a few occurrences of DEFAULT_MIME_TYPE with the correct | Malcolm Tredinnick |
| 2006-10-23 | Fixed #2863 -- Fixed a small typo in one of the examples. Thanks | Malcolm Tredinnick |
| 2006-10-23 | Fixed #2837 -- Documented the context_instance parameter to | Malcolm Tredinnick |
| 2006-10-19 | Added note to docs/model-api.txt that EmailField has automatic maxlength=75 | Adrian Holovaty |
| 2006-10-19 | Overdue, but added Meir Kriheli to AUTHORS -- he contributed bidi support | Adrian Holovaty |
| 2006-10-17 | Fixes #2915 -- Fixed typo in validation error message. Thanks, Matt Riggott. | Russell Keith-Magee |
| 2006-10-16 | Updated docs/install.txt to note lack of setuptools in development version | Adrian Holovaty |
| 2006-10-16 | Changed setup.py to use standard distutils instead of setuptools. This means ... | Adrian Holovaty |
| 2006-10-16 | fixed #2911: added polish to the default languages | Georg Bauer |
| 2006-10-16 | fixed #2851: updated turkish language files | Georg Bauer |
| 2006-10-14 | Fixed #2888 -- Updated ez_setup.py. Setuptools and ez_setup.py suck. | Adrian Holovaty |
| 2006-10-14 | Fixes #2737 -- Added code to allow None as a query value for __exact queries,... | Russell Keith-Magee |
| 2006-10-13 | Fixes #2384,#2566 -- Clarify the role that TEMPLATE_STRING_IF_INVALID plays i... | Russell Keith-Magee |
| 2006-10-10 | fixed #2876: updated japanese translation | Georg Bauer |
| 2006-10-10 | fixed #2887: updated czech translation | Georg Bauer |
| 2006-10-09 | Made the !NoReverseMatch exception fail silently within templates (so that mo... | Jacob Kaplan-Moss |
| 2006-10-09 | Fixed problem with debug message arguments. | Russell Keith-Magee |
| 2006-10-03 | Modified sql_index function names to match pattern established by initial_dat... | Russell Keith-Magee |
| 2006-10-03 | Refs #1828 -- Added creation of indexes as a step in syncdb. This is an inter... | Russell Keith-Magee |
| 2006-10-03 | Cleaned up and clarified some log messages and docstrings. | Russell Keith-Magee |
| 2006-10-03 | Factored out per-model index generation code. | Russell Keith-Magee |