summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-03Modified the default verbosity to be 1 (normal), and added some syncdb messag...Russell Keith-Magee
2006-10-03Added ability to use --noinput flag for application reset.Russell Keith-Magee
2006-10-03Altered the order of arguments to the test function to match common practice ...Russell Keith-Magee
2006-09-30Fixed typo in r3885.Russell Keith-Magee
2006-09-30Clarified documentation to indicate that authenticating a user doesn't imply ...Russell Keith-Magee
2006-09-29Disabled access to the admin site for inactive accounts, and clarified docume...Russell Keith-Magee
2006-09-29Fixed #2845 -- Corrected a few spelling errors in the docs and changed aMalcolm Tredinnick
2006-09-28Fixed ReST error in docs/tutorial04.txt. Thanks, Dave AbrahamsAdrian Holovaty
2006-09-28Fixed a small typo.Malcolm Tredinnick
2006-09-28Added a note about not using ifequal and ifnotequal to compare against True,Malcolm Tredinnick
2006-09-28Folded BaseHandler.get_technical_error_response() into BaseHandler.get_respon...Adrian Holovaty
2006-09-28Folded BaseHandler.get_friendly_error_response() into BaseHandler.get_respons...Adrian Holovaty
2006-09-28Removed ENABLE_PSYCO setting. If you still need to use this, write custom mid...Adrian Holovaty
2006-09-28Folded django.core.handlers.modpython.populate_apache_request into ModPythonH...Adrian Holovaty
2006-09-28Changed BaseHandler.get_response() to take a single parameter (an HttpRequest...Adrian Holovaty
2006-09-27Fixed Python 2.3 compatibility problem in [3872].Malcolm Tredinnick
2006-09-27Fixed omission in [3872].Malcolm Tredinnick
2006-09-27Reintroduced the changes from [3855] with more flexible handling of versionMalcolm Tredinnick
2006-09-26Added 'Do I lose anything by using Python 2.3 versus newer Python versions, s...Adrian Holovaty
2006-09-26Improved detection of whether a URL is internal or not for the purposeLuke Plant
2006-09-26Fixed #2805 -- Removed some whitespace from the two sitemap XML templates.Adrian Holovaty
2006-09-26Removed one more legacy bit from [3855]. Refs #2827.Adrian Holovaty
2006-09-26Fixed #2827 -- Reverted [3855]Adrian Holovaty
2006-09-26Fixed #2782 -- Fixed incorrect request.META['SERVER_PORT'] for mod_python.Adrian Holovaty
2006-09-26Fixed #2744 -- Added 'Writing your own context processors' to docs/templates_...Adrian Holovaty
2006-09-26Fixed #2704 -- Fixed error in create_superuser. It was failing for invalid us...Adrian Holovaty
2006-09-26Removed an unnecessary import from r3857. I'd forgotten that _() was put intoMalcolm Tredinnick
2006-09-26Fixed #2099 -- Allow timezone tests to be ignored on Windows systems, due toMalcolm Tredinnick
2006-09-26Added Tyson as contributor following help on #1816/#2243.Russell Keith-Magee
2006-09-26Fixed #2748 -- Turned daily_cleanup.py into something that will run against theMalcolm Tredinnick
2006-09-26Corrected line that was somehow merged out prior to committing changeset [3858].Russell Keith-Magee
2006-09-26Refs #2243 -- Fixed manipulator handling of raw_id_admin m2m edit_inline fields.Russell Keith-Magee
2006-09-26Fixed a problem with editing inline objects.Malcolm Tredinnick
2006-09-26Fixed #2587 -- Removed some escaping from the summary fields.Malcolm Tredinnick
2006-09-26Fixed #2188 -- Raise an error when using long CharFields in combination withMalcolm Tredinnick
2006-09-26Fixed #2194 -- Tweaked error message for unique_together validator to displayMalcolm Tredinnick
2006-09-26Fixed #2823 -- Fixed Python 2.3 compatibility problem pointed out by Alex Dedul.Malcolm Tredinnick
2006-09-26Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc.Malcolm Tredinnick
2006-09-26Fixed #2265 -- Fixed problem with using iterators for "choices" attribute.Malcolm Tredinnick
2006-09-26Fixed #2300 -- Added required "value" attribute to CheckboxSelectMultipleFieldMalcolm Tredinnick
2006-09-26Fixed #2362 -- Corrected the way we retrieve an object so that it works forMalcolm Tredinnick
2006-09-26Fixed #2817 -- Fixed formatting problem in admin help string. Thanks,Malcolm Tredinnick
2006-09-26Fixed #2816 -- Marked a couple more translatable strings. Thanks, ramiro.Malcolm Tredinnick
2006-09-26Fixed #2783 -- Fixed one-to-one fields to work with any primary key data typeMalcolm Tredinnick
2006-09-26Fixed #2760 -- Fixed FloatField validator right (take two!) for negativeMalcolm Tredinnick
2006-09-26Added '1' and '0' as allowed text input for BooleanFields. This was required ...Russell Keith-Magee
2006-09-25Added the word 'static' to docs/apache_auth.txt for benefit of search engines...Adrian Holovaty
2006-09-25Proofread new django-admin 'adminmedia' option from [3811] and [3812]Adrian Holovaty
2006-09-25Proofread changes to docs/serialization.txt from [3795]Adrian Holovaty
2006-09-25Formatting change to docs/forms.txtAdrian Holovaty