summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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-16Updated docs/install.txt to note lack of setuptools in development versionAdrian 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-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-28Removed ENABLE_PSYCO setting. If you still need to use this, write custom mid...Adrian Holovaty
2006-09-26Added 'Do I lose anything by using Python 2.3 versus newer Python versions, s...Adrian Holovaty
2006-09-26Fixed #2744 -- Added 'Writing your own context processors' to docs/templates_...Adrian Holovaty
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
2006-09-25Proofread changes to docs/forms.txt from [3792]Adrian Holovaty
2006-09-25Small improvements to profanities-to-settings move from [3784]Adrian Holovaty
2006-09-25Negligible spacing fix to docs/model-api.txt from [3781]Adrian Holovaty
2006-09-25Fixed typos and improved documentation for permission_required decorator addi...Adrian Holovaty
2006-09-25Proofread changes to docs/contributing.txt from [3771]Adrian Holovaty
2006-09-25Made ``pk`` a generic expansion for the primary key, rather than just an expa...Russell Keith-Magee
2006-09-24Documented the change in r3811. Refs #2600.Malcolm Tredinnick
2006-09-22Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh.Malcolm Tredinnick
2006-09-22Fixed #2546 -- Formatting fix in authentication docs. Thanks, SmileyChris.Malcolm Tredinnick
2006-09-22Documented the always_test attribute for validator functions.Malcolm Tredinnick
2006-09-22Fixed #2678 -- Moved the list of profanities for the hasNoProfanities validatorMalcolm Tredinnick
2006-09-22Fixed #2649 -- Clarified behaviour of editable attribute on models. Thanks,Malcolm Tredinnick
2006-09-22Fixed #2629 -- Added a permission_required decorator toMalcolm Tredinnick
2006-09-21Fixed #2769 -- Applied some ReST formatting fixes. Thanks, ramiro.Malcolm Tredinnick
2006-09-21Fixed #2556 -- Documented that simple_tag functions can take any number ofMalcolm Tredinnick
2006-09-21Updated the settings variables required to run the internal test suite. AlsoMalcolm Tredinnick
2006-09-15Clarified development stream status of some of the django-admin command line ...Russell Keith-Magee
2006-09-14Fixed #2732 -- Fixed error in FastCGI docs and added keyword-arg support in a...Adrian Holovaty
2006-09-14Updated documentation for ChangeManipulators to reflect use of flatten_data()...Russell Keith-Magee
2006-09-11Fixed #2687 -- Fixed bug in docs/authentication.txt. Thanks, Collin GradyAdrian Holovaty
2006-09-08Clarified some minor issues in test system documentation.Russell Keith-Magee
2006-09-05Fixed #2646 -- Removed unneeded comma in docs/syndication_feeds.txt. Thanks, ...Adrian Holovaty
2006-09-04Corrected spelling of 'behavior' in docs/templates_python.txt from [3714]Adrian Holovaty
2006-09-04Refs #2333 - Made minor formatting modifications to test framework documentat...Russell Keith-Magee
2006-09-04Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w...Russell Keith-Magee