summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2010-10-09Corrects a typo in [14062]. Thanks to Russ for the report.Gabriel Hurley
2010-10-09Fixed #13279 -- Made the paths in the Unix install docs more explicit. Thanks...Gabriel Hurley
2010-10-09Fixed #14378 -- Made the test client class customizable. Thanks to Ned Batche...Russell Keith-Magee
2010-10-08Fixed #14023 -- include non_field_errors in example. Thanks to konryd for the...Simon Meers
2010-10-08Rewrote 'Test with warnings enabled' section of docs/topics/testing.txt from ...Adrian Holovaty
2010-10-08Fixed #14274 -- Added admonition about using -Wall when you run tests. Thanks...Russell Keith-Magee
2010-10-08Fixed #14421 -- Clarified the english in the i18n documentation. Thanks to Ne...Russell Keith-Magee
2010-10-08Fixed #14225 -- Added a documentation marker (and a 1.2.2 release notes file,...Russell Keith-Magee
2010-10-07Fixed #7722 - added support for CC in EmailMessage.Luke Plant
2010-10-06Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...Russell Keith-Magee
2010-10-06Fixed #14397 -- Corrected some typos in the logging configuration example. Th...Russell Keith-Magee
2010-10-05Refs #14388 -- ... and corrected the naming of a formatter in the sample logg...Russell Keith-Magee
2010-10-05Refs #14388 -- Corrected another spelling erorr.Russell Keith-Magee
2010-10-05Fixed #14388 -- Corrected some typos in the logging docs. Thanks to varikin, ...Russell Keith-Magee
2010-10-04Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...Russell Keith-Magee
2010-10-01Fixed #14281 -- A few documentation fixes. Thanks, Ramiro and Timo.Jannis Leidel
2010-09-29Fixed #14182 - documented how to modify upload handlers when using CsrfViewMi...Luke Plant
2010-09-13Documented the permitted syntax for template variable names.Malcolm Tredinnick
2010-09-13The optimization docs were a little too enthusiastic in recommendingMalcolm Tredinnick
2010-09-12Permit custom from-email address in auth forms email.Malcolm Tredinnick
2010-09-12Add intro-user-level documentation about calling model methods from views.Malcolm Tredinnick
2010-09-12Fixed #9015 -- added a signal decorator for simplifying signal connectionsBrian Rosner
2010-09-12Documented how to manually piece together URLs with get_script_name().Malcolm Tredinnick
2010-09-12Add warning when using cache keys that might not work with memcached.Malcolm Tredinnick
2010-09-10Added login_url argument to login_required decorator. Thanks mhlakhani and er...Jannis Leidel
2010-09-07Fixed #13853 - line with csrf_token too wideLuke Plant
2010-09-03Fixed #13754 - Add a note about a test client session property gotchaLuke Plant
2010-08-30Fixed #13759 - Multi-db docs have an example that isn't syntax highlightingLuke Plant
2010-08-28Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Rob...Russell Keith-Magee
2010-08-27Fixed #14168 -- Removed stray argument from docs for assertQuerysetEquals. Th...Russell Keith-Magee
2010-08-27Fixed #14116 -- Added a flag to enable CSRF checks in the test client. Thanks...Russell Keith-Magee
2010-08-23Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the p...Russell Keith-Magee
2010-08-23Fixed #3051 -- Documented the requirements for standalone testing. Thanks to ...Russell Keith-Magee
2010-08-23Fixed #14147 -- Added documentation metadata for new assertQuerysetEqual test...Russell Keith-Magee
2010-08-20Clarified some markup in the discussion of fixture loading in testcases.Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-16Fixed #14118 -- Removed a reference to the "Python" serializer.Russell Keith-Magee
2010-08-07Fixed #10952 -- Corrected the documentation for the behavior of password rese...Russell Keith-Magee
2010-08-07Fixed #11735 -- Corrected an example of FormSet subclassing. Thanks to claude...Russell Keith-Magee
2010-08-07Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for ...Russell Keith-Magee
2010-08-07Fixed #13658 -- Added missing command in JavaScript example. Thanks to erikr ...Russell Keith-Magee
2010-08-07Fixed #13661 -- Corrected example in the serialization docs. Thanks to jabapy...Russell Keith-Magee
2010-08-07Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for the report.Russell Keith-Magee
2010-08-07Fixed #13594 -- Corrected typo in email docs. Thanks to mostrovsky for the re...Russell Keith-Magee
2010-08-05Fixed #13922 -- Updated resolve() to support namespaces. Thanks to Nowell Str...Russell Keith-Magee
2010-08-05Fixed #13946 -- Modified the database cache backend to use the database route...Russell Keith-Magee
2010-08-04Fixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
2010-07-05Doc updates missed in [13423]Luke Plant
2010-07-05Fixed #13880 - added 2.7 to list of supported versions of PythonLuke Plant
2010-07-05Small corrections/improvements to DB optimization docs.Luke Plant