summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2010-09-07[1.2.X] Fixed #13350 - Documentation on autoescape should mention endautoescapeLuke Plant
Thanks to mountainpaul@gmail.com for report and to dwillis for patch. Backport of [13694] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13695 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-07[1.2.X] Fixed #13853 - line with csrf_token too wideLuke Plant
Thanks to alper for report, alper/richardb for patch Backport of [13688] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13691 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-07[1.2.X] Fixed #14205 - Tiny grammar fix in form validation documentationLuke Plant
Thanks to zendak for report and patch. Backport of [13687] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13689 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-03[1.2.X] Fixed #13754 - Add a note about a test client session property gotchaLuke Plant
Thanks SmileyChris for report and patch. Backport of [13685] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-30[1.2.X] Fixed #14054 -- Added documentation for the connection_created ↵Russell Keith-Magee
event. Thanks to Rob Hudson for the report and patch. Backport of r13673 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13675 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-30Fixed #14189 - permalink docs import mistakeLuke Plant
Thanks to 7times9 for report and patch. Backport of [13666] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13667 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-30[1.2.X] Fixed #13759 - Multi-db docs have an example that isn't syntax ↵Luke Plant
highlighting Thanks to Tim Hatch for report and patch. Backport of [13664] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-28[1.2.X] Fixed #14185 - improved example SQL for 'select' example.Luke Plant
Thanks to Trindaz for the suggestion. Also fixed some references to 'lede' which is no longer part of the example Blog model. Backport of [13652] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13653 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-28[1.2.X] Refactored markup documentation to give it it's own home.Russell Keith-Magee
Backport of r13647 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-27[1.2.X] Fixed #14116 -- Added a flag to enable CSRF checks in the test ↵Russell Keith-Magee
client. Thanks to jon@licq.org for the suggestion. Backport of r13640 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-26[1.2.X] Fixed #14172: Corrected misspelling of explicitly. Thanks 3point2. Karen Tracey
r13638 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13639 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-23[1.2.X] Fixed #14154 -- Corrected grammar error in settings docs. Thanks to ↵Russell Keith-Magee
d00gs for the report. Backport of r13633 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13634 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-23[1.2.X] Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro ↵Russell Keith-Magee
for the patch. Backport of r13628 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-23[1.2.X] Fixed #3051 -- Documented the requirements for standalone testing. ↵Russell Keith-Magee
Thanks to Daniel Roseman for the draft text. Backport of r13626 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-23[1.2.X] Fixed #14147 -- Added documentation metadata for new ↵Russell Keith-Magee
assertQuerysetEqual test method. Thanks to djoume for the report. Backport of r13624 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-20[1.2.X] Clarified some markup in the discussion of fixture loading in testcases.Russell Keith-Magee
Backport of r13610 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-19[1.2.X] Fixed #14141: docs now use the :doc: construct for links between ↵Jacob Kaplan-Moss
documents. Thanks, Ramiro Morales. Backport of [13608] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-18[1.2.X] Fixed #14111 -- Updated Sphinx version recommendation in ↵Jannis Leidel
documentation. Thanks, Ramiro Morales and Paul McMillan. Backport of r13604 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-18[1.2.X] Fixed #14033 -- Fixed another problem with xrefs and Sphinx 1.X in ↵Jannis Leidel
the Django doc extension. Thanks for the report and patch, Ramiro Morales and Georg Brandl. Backport of r13602 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13603 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-18[1.2.X] Fixed #14127: Adding a couple of missing backticks. Thanks kishkin.Karen Tracey
r13600 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13601 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-16[1.2.X] Fixed #14118 -- Removed a reference to the "Python" serializer.Russell Keith-Magee
Backport of r13595 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-12[1.2.X] Fixed #14100: Corrected spelling error in description of user_email. ↵Karen Tracey
Thanks tom_simpson. r13574 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13575 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #10952 -- Corrected the documentation for the behavior of ↵Russell Keith-Magee
password reset forms and views. Thanks to danielhepper for the report and initial patch, timo for the patch update. Backport of r13556 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13563 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #11021 -- Clarified newline stripping behavior in the ↵Russell Keith-Magee
truncatewords and truncatewords_html filters. Thanks to Ben Spaulding for the report and patch. Backport of r13555 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13562 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #11047 -- Clarified the explanation of arguments to ↵Russell Keith-Magee
GenericForeignKey. Thanks to psmith and timo for their work on the patch. Backport of r13554 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #11735 -- Corrected an example of FormSet subclassing. Thanks ↵Russell Keith-Magee
to claudep for the report. Backport of r13553 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13560 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #11882 -- Added documentation for formfield_for_manytomany. ↵Russell Keith-Magee
Thanks to Rob Hudson, timo and Simon Meers for their work on the patch. Backport of r13552 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #13627 -- Added instructions on how to reset your Trac ↵Russell Keith-Magee
password. Thanks to zerok for the suggestion. Backport of r13551 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #11748 -- Clarified the ways that search_field can be used. ↵Russell Keith-Magee
Thanks to Michael Richardson for the patch. Backport of r13550 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to ↵Russell Keith-Magee
timo for the patch. Backport of r13548 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13549 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #8567 -- Clarified the process of instantiating FormWizards. ↵Russell Keith-Magee
Thanks to ClaesBas for the suggestion, and ElliotM and timo for draft text. Backport of r13543 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13545 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #7284 -- Provided an example for the use of the search_fields ↵Russell Keith-Magee
clause on ModelAdmin. Thanks to rbell01824@earthlink.net for the suggestion, and Simon Meers for the initial patch. Backport of r13542 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13544 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #13658 -- Added missing command in JavaScript example. Thanks ↵Russell Keith-Magee
to erikr for the report. Backport of r13531 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13537 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #13661 -- Corrected example in the serialization docs. Thanks ↵Russell Keith-Magee
to jabapyth for the report. Backport of r13530 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #13687 -- Corrected request/response docs that mistakenly ↵Russell Keith-Magee
suggested __getitem__ and __delitem__ were case sensitive. Thanks to master for the report. Backport of r13529 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for ↵Russell Keith-Magee
the report. Backport of r13528 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13534 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #13727 -- Corrected alphabetical sorting in settings docs. ↵Russell Keith-Magee
Thanks to adamv. Backport of r13527 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #13594 -- Corrected typo in email docs. Thanks to mostrovsky ↵Russell Keith-Magee
for the report. Backport of r13526 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13532 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-05[1.2.X] Fixed #14062: Corrected a stray reference to 2.6 as the high level ↵Karen Tracey
for supported Pythons. Thanks aesmail. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13481 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-05[1.2.X] Fixed #13946 -- Modified the database cache backend to use the ↵Russell Keith-Magee
database router to determine availability of the cache table. Thanks to tiemonster for the report. Backport of r13473 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-04[1.2.X] ixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
Backport of [13469] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13470 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-30[1.2.X] Fixed #13740 -- Added documentation for the can_delete ↵Russell Keith-Magee
InlineModelAdmin option. Thanks to Alex Gaynor for the patch. Backport of r13458 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-25[1.2.X] Fixed #14005 - Removed a few unneeded workarounds in the Sphinx ↵Jannis Leidel
extension. Thanks for the report and patch, Ramiro Morales. Backport of r13447 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13448 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-24[1.2.X] Fixed #13616 - Updated the documentation to be compatible with ↵Jannis Leidel
Sphinx 1.0. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13445 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-17[1.2.X] Fixed import example code for NON_FIELD_ERRORS. Karen Tracey
r13434 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13436 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-05[1.2.X] Doc updates missed in [13424]Luke Plant
Refs #13880 Backport of [13425] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-05[1.2.X] Fixed #13880 - added 2.7 to list of supported versions of PythonLuke Plant
Thanks Alex Backport of [13423] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13424 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-05[1.2.X] Added missing module directive for validators documentation.Luke Plant
Backport of [13421] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13422 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-05[1.2.X] Small corrections/improvements to DB optimization docs.Luke Plant
Bakport of [13419] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13420 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-06-24[1.2.X] Fixed error in AnonymousUser docs since [12316]Luke Plant
Backport of [13401] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13402 bcc190cf-cafb-0310-a4f2-bffc1f526a37