summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-01Fixed #6068 -- Updated docstrings in model tests to make the documentationMalcolm Tredinnick
2007-12-01Fixed #3483: Documented AUTH_PROFILE_MODULE and custom user profilesJames Bennett
2007-12-01Correcting some awkward wording/spelling in docs/request_response.txt while I...James Bennett
2007-12-01Fixed #5550: Documented the context used by the default view for 404 and 500 ...James Bennett
2007-12-01Fixed #6021 -- Removed some brain damage from SafeString. Not quite sure what IMalcolm Tredinnick
2007-12-01Fixed #5860: Documented the correct order in which the syndication framework ...James Bennett
2007-12-01Fixed #4819: documented the need to call authenticate() before login(), based...James Bennett
2007-12-01Edited docs/newforms.txt changes from [6740]Adrian Holovaty
2007-12-01Edited docs/newforms.txt changes from [6733]Adrian Holovaty
2007-12-01Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE Ian Kelly
2007-12-01Edited docstring changes from [6714]Adrian Holovaty
2007-12-01Fixed a PL/SQL syntax bug causing manage.py sqlall to fail when piped to Ian Kelly
2007-12-01Edited templates.txt and templates_python.txt auto-escaping changes from [6671]Adrian Holovaty
2007-12-01Fixed #6081 -- Removed unused code. Thanks, Ben Slavin.Malcolm Tredinnick
2007-12-01Documented the new Someday/Maybe triage status.Malcolm Tredinnick
2007-12-01Fixed #5776: Added an explanation of when and why Django might need ALTER TAB...James Bennett
2007-12-01Small docstring edit in django/http/utils.py from [6662]Adrian Holovaty
2007-12-01Edited docs/custom_model_fields.txt from [6652]Adrian Holovaty
2007-12-01Fixed #6079: Added AUTHENTICATION_BACKENDS to docs/settings.txtJames Bennett
2007-12-01Fixed #5870: documented the "fail_silently" argument to EmailMessage.send().James Bennett
2007-12-01Correct a typo in [6788]James Bennett
2007-12-01Fixed #5940: added sessions and webdesign cross-references to docs/add_ons.txtJames Bennett
2007-12-01Edited docs/serialization.txt changes from [6645]Adrian Holovaty
2007-12-01Edited docs/newforms.txt changes from [6625]Adrian Holovaty
2007-12-01Simplified the newforms error_messages setting code from [6625]Adrian Holovaty
2007-11-30Fixed #6061 -- Don't escape help_text in the admin interface (so that itMalcolm Tredinnick
2007-11-30Fixed some type checks in the development server. Fixed #6063.Malcolm Tredinnick
2007-11-30Fixed #6057 -- Mark rendered template output as safe for auto-escaping purposes.Malcolm Tredinnick
2007-11-30Edited docs/cache.txt changes from [6580], removing a gross exclamation point...Adrian Holovaty
2007-11-30Edited docs and docstring changes from [6572] (new cache add() method)Adrian Holovaty
2007-11-30Edited docs/syndication_feeds.txt changes from [6570]Adrian Holovaty
2007-11-30Edited docs/settings.txt changes from [6545]Adrian Holovaty
2007-11-30Edited docs/modpython.txt changes from [6536]Adrian Holovaty
2007-11-30Edited docs/templates.txt changes from [6533]. Let's not smash people over th...Adrian Holovaty
2007-11-30Edited docs/newforms.txt changes from [6532]Adrian Holovaty
2007-11-30Edited docstring from [6505] -- single spaces separate sentences, not double ...Adrian Holovaty
2007-11-30Edited docstring changes from [6480] -- moved the intense parameter definitio...Adrian Holovaty
2007-11-30Edited docs/unicode.txt change from [6463] -- Americanized 'behavior'Adrian Holovaty
2007-11-30Small edit to docs/i18n.txt from [6461]Adrian Holovaty
2007-11-30Edited docs/databases.txt Oracle changes from [6432]Adrian Holovaty
2007-11-29Fixed a Python 2.3 incompatibility.Malcolm Tredinnick
2007-11-29Fixed #6030 -- More robust error handling for the "float" filter. Thanks,Malcolm Tredinnick
2007-11-29Fixed #6050 -- Handled edge-case of duplicate keys being passed whenMalcolm Tredinnick
2007-11-29Fixed #6046 -- Correct an obvious blunder in setting the PYTHONPATH. PointedMalcolm Tredinnick
2007-11-29Fixed #6023 -- Fixed daylight savings determination for years beyond 2038 onMalcolm Tredinnick
2007-11-29Fixed #5989 -- Fixed a problem with values being incorrectly reused byMalcolm Tredinnick
2007-11-29Fixed #6006 -- Typo fixing in the description of verbosity. Pointed out byMalcolm Tredinnick
2007-11-29Fixed #6014 -- More robust error handling when validating decimal fields.Malcolm Tredinnick
2007-11-29Fixed #5959 -- Fixed handling of False values in hidden boolean fields. Thanks,Malcolm Tredinnick
2007-11-29Fixed #5939 -- Added normalization for New Brunswick in the Canadian provinces.Malcolm Tredinnick