| Age | Commit message (Expand) | Author |
| 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 |
| 2006-09-26 | Fixed #2827 -- Reverted [3855] | Adrian Holovaty |
| 2006-09-26 | Fixed #2782 -- Fixed incorrect request.META['SERVER_PORT'] for mod_python. | Adrian Holovaty |
| 2006-09-26 | Fixed #2744 -- Added 'Writing your own context processors' to docs/templates_... | Adrian Holovaty |
| 2006-09-26 | Fixed #2704 -- Fixed error in create_superuser. It was failing for invalid us... | Adrian Holovaty |
| 2006-09-26 | Removed an unnecessary import from r3857. I'd forgotten that _() was put into | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2099 -- Allow timezone tests to be ignored on Windows systems, due to | Malcolm Tredinnick |
| 2006-09-26 | Added Tyson as contributor following help on #1816/#2243. | Russell Keith-Magee |
| 2006-09-26 | Fixed #2748 -- Turned daily_cleanup.py into something that will run against the | Malcolm Tredinnick |
| 2006-09-26 | Corrected line that was somehow merged out prior to committing changeset [3858]. | Russell Keith-Magee |
| 2006-09-26 | Refs #2243 -- Fixed manipulator handling of raw_id_admin m2m edit_inline fields. | Russell Keith-Magee |
| 2006-09-26 | Fixed a problem with editing inline objects. | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2587 -- Removed some escaping from the summary fields. | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2188 -- Raise an error when using long CharFields in combination with | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2194 -- Tweaked error message for unique_together validator to display | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2823 -- Fixed Python 2.3 compatibility problem pointed out by Alex Dedul. | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc. | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2265 -- Fixed problem with using iterators for "choices" attribute. | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2300 -- Added required "value" attribute to CheckboxSelectMultipleField | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2362 -- Corrected the way we retrieve an object so that it works for | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2817 -- Fixed formatting problem in admin help string. Thanks, | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2816 -- Marked a couple more translatable strings. Thanks, ramiro. | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2783 -- Fixed one-to-one fields to work with any primary key data type | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2760 -- Fixed FloatField validator right (take two!) for negative | Malcolm Tredinnick |
| 2006-09-26 | Added '1' and '0' as allowed text input for BooleanFields. This was required ... | Russell Keith-Magee |
| 2006-09-25 | Added the word 'static' to docs/apache_auth.txt for benefit of search engines... | Adrian Holovaty |
| 2006-09-25 | Proofread new django-admin 'adminmedia' option from [3811] and [3812] | Adrian Holovaty |
| 2006-09-25 | Proofread changes to docs/serialization.txt from [3795] | Adrian Holovaty |
| 2006-09-25 | Formatting change to docs/forms.txt | Adrian Holovaty |