summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-24Fixed #2955 -- Fixed incorrect verbose-name display in admin delete_stage mes...Adrian Holovaty
2006-10-24Made small edits to docs/templates_python.txtAdrian Holovaty
2006-10-24Changed django.core.handlers.modpython ModPythonRequest.is_secure() to use re...Adrian Holovaty
2006-10-23Fixes #2950 -- Removed reference to a 'Summer 2006' release of v1.0Russell Keith-Magee
2006-10-23Fixed #2941 -- Fixed a typo pointed out by jeff@nokrev.com.Malcolm Tredinnick
2006-10-23Fixed #2854 -- Incorporated a small suggestion which might make it clearer whereMalcolm Tredinnick
2006-10-23Fixed #2931 -- Use request.method == 'POST' where appropriate in the examples.Malcolm Tredinnick
2006-10-23Fixed #2929 -- Replaced a few occurrences of DEFAULT_MIME_TYPE with the correctMalcolm Tredinnick
2006-10-23Fixed #2863 -- Fixed a small typo in one of the examples. ThanksMalcolm Tredinnick
2006-10-23Fixed #2837 -- Documented the context_instance parameter toMalcolm Tredinnick
2006-10-19Added note to docs/model-api.txt that EmailField has automatic maxlength=75Adrian Holovaty
2006-10-19Overdue, but added Meir Kriheli to AUTHORS -- he contributed bidi supportAdrian Holovaty
2006-10-17Fixes #2915 -- Fixed typo in validation error message. Thanks, Matt Riggott.Russell Keith-Magee
2006-10-16Updated docs/install.txt to note lack of setuptools in development versionAdrian Holovaty
2006-10-16Changed setup.py to use standard distutils instead of setuptools. This means ...Adrian Holovaty
2006-10-16fixed #2911: added polish to the default languagesGeorg Bauer
2006-10-16fixed #2851: updated turkish language filesGeorg Bauer
2006-10-14Fixed #2888 -- Updated ez_setup.py. Setuptools and ez_setup.py suck.Adrian Holovaty
2006-10-14Fixes #2737 -- Added code to allow None as a query value for __exact queries,...Russell Keith-Magee
2006-10-13Fixes #2384,#2566 -- Clarify the role that TEMPLATE_STRING_IF_INVALID plays i...Russell Keith-Magee
2006-10-10fixed #2876: updated japanese translationGeorg Bauer
2006-10-10fixed #2887: updated czech translationGeorg Bauer
2006-10-09Made the !NoReverseMatch exception fail silently within templates (so that mo...Jacob Kaplan-Moss
2006-10-09Fixed problem with debug message arguments.Russell Keith-Magee
2006-10-03Modified sql_index function names to match pattern established by initial_dat...Russell Keith-Magee
2006-10-03Refs #1828 -- Added creation of indexes as a step in syncdb. This is an inter...Russell Keith-Magee
2006-10-03Cleaned up and clarified some log messages and docstrings.Russell Keith-Magee
2006-10-03Factored out per-model index generation code.Russell Keith-Magee
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