| Age | Commit message (Expand) | Author |
| 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 |
| 2006-10-03 | Modified the default verbosity to be 1 (normal), and added some syncdb messag... | Russell Keith-Magee |
| 2006-10-03 | Added ability to use --noinput flag for application reset. | Russell Keith-Magee |
| 2006-10-03 | Altered the order of arguments to the test function to match common practice ... | Russell Keith-Magee |
| 2006-09-30 | Fixed typo in r3885. | Russell Keith-Magee |
| 2006-09-30 | Clarified documentation to indicate that authenticating a user doesn't imply ... | Russell Keith-Magee |
| 2006-09-29 | Disabled access to the admin site for inactive accounts, and clarified docume... | Russell Keith-Magee |
| 2006-09-29 | Fixed #2845 -- Corrected a few spelling errors in the docs and changed a | Malcolm Tredinnick |
| 2006-09-28 | Fixed ReST error in docs/tutorial04.txt. Thanks, Dave Abrahams | Adrian Holovaty |
| 2006-09-28 | Fixed a small typo. | Malcolm Tredinnick |
| 2006-09-28 | Added a note about not using ifequal and ifnotequal to compare against True, | Malcolm Tredinnick |
| 2006-09-28 | Folded BaseHandler.get_technical_error_response() into BaseHandler.get_respon... | Adrian Holovaty |
| 2006-09-28 | Folded BaseHandler.get_friendly_error_response() into BaseHandler.get_respons... | Adrian Holovaty |
| 2006-09-28 | Removed ENABLE_PSYCO setting. If you still need to use this, write custom mid... | Adrian Holovaty |
| 2006-09-28 | Folded django.core.handlers.modpython.populate_apache_request into ModPythonH... | Adrian Holovaty |
| 2006-09-28 | Changed BaseHandler.get_response() to take a single parameter (an HttpRequest... | Adrian Holovaty |
| 2006-09-27 | Fixed Python 2.3 compatibility problem in [3872]. | Malcolm Tredinnick |
| 2006-09-27 | Fixed omission in [3872]. | Malcolm Tredinnick |
| 2006-09-27 | Reintroduced the changes from [3855] with more flexible handling of version | Malcolm Tredinnick |
| 2006-09-26 | Added 'Do I lose anything by using Python 2.3 versus newer Python versions, s... | Adrian Holovaty |
| 2006-09-26 | Improved detection of whether a URL is internal or not for the purpose | Luke Plant |
| 2006-09-26 | Fixed #2805 -- Removed some whitespace from the two sitemap XML templates. | Adrian Holovaty |
| 2006-09-26 | Removed one more legacy bit from [3855]. Refs #2827. | Adrian Holovaty |