index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2010-09-29
[1.2.X] Fixed #14182 - documented how to modify upload handlers when using Cs...
Luke Plant
2010-09-26
[1.2.X] Fixed #14122 -- Added example for builtin yesno template filter. Than...
Jannis Leidel
2010-09-13
[1.2.X] Fixed #13765 - 'safe' parameter for urlencode filter
Luke Plant
2010-09-13
[1.2.X] Fixed #13623 - code in intro-tutorial03 missing an import statement
Luke Plant
2010-09-13
[1.2.X] Fixed #12918 - Tutorial page 2 issues
Luke Plant
2010-09-12
[1.2.X] Add warning when using cache keys that might not work with
Malcolm Tredinnick
2010-09-07
[1.2.X] Fixed #13350 - Documentation on autoescape should mention endautoescape
Luke Plant
2010-09-07
[1.2.X] Fixed #13853 - line with csrf_token too wide
Luke Plant
2010-09-07
[1.2.X] Fixed #14205 - Tiny grammar fix in form validation documentation
Luke Plant
2010-09-03
[1.2.X] Fixed #13754 - Add a note about a test client session property gotcha
Luke Plant
2010-08-30
[1.2.X] Fixed #14054 -- Added documentation for the connection_created event....
Russell Keith-Magee
2010-08-30
Fixed #14189 - permalink docs import mistake
Luke Plant
2010-08-30
[1.2.X] Fixed #13759 - Multi-db docs have an example that isn't syntax highli...
Luke Plant
2010-08-28
[1.2.X] Fixed #14185 - improved example SQL for 'select' example.
Luke Plant
2010-08-28
[1.2.X] Refactored markup documentation to give it it's own home.
Russell Keith-Magee
2010-08-27
[1.2.X] Fixed #14116 -- Added a flag to enable CSRF checks in the test client...
Russell Keith-Magee
2010-08-26
[1.2.X] Fixed #14172: Corrected misspelling of explicitly. Thanks 3point2.
Karen Tracey
2010-08-23
[1.2.X] Fixed #14154 -- Corrected grammar error in settings docs. Thanks to d...
Russell Keith-Magee
2010-08-23
[1.2.X] Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro f...
Russell Keith-Magee
2010-08-23
[1.2.X] Fixed #3051 -- Documented the requirements for standalone testing. Th...
Russell Keith-Magee
2010-08-23
[1.2.X] Fixed #14147 -- Added documentation metadata for new assertQuerysetEq...
Russell Keith-Magee
2010-08-20
[1.2.X] Clarified some markup in the discussion of fixture loading in testcases.
Russell Keith-Magee
2010-08-19
[1.2.X] Fixed #14141: docs now use the :doc: construct for links between docu...
Jacob Kaplan-Moss
2010-08-18
[1.2.X] Fixed #14111 -- Updated Sphinx version recommendation in documentatio...
Jannis Leidel
2010-08-18
[1.2.X] Fixed #14033 -- Fixed another problem with xrefs and Sphinx 1.X in th...
Jannis Leidel
2010-08-18
[1.2.X] Fixed #14127: Adding a couple of missing backticks. Thanks kishkin.
Karen Tracey
2010-08-16
[1.2.X] Fixed #14118 -- Removed a reference to the "Python" serializer.
Russell Keith-Magee
2010-08-12
[1.2.X] Fixed #14100: Corrected spelling error in description of user_email. ...
Karen Tracey
2010-08-07
[1.2.X] Fixed #10952 -- Corrected the documentation for the behavior of passw...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #11021 -- Clarified newline stripping behavior in the truncatew...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #11047 -- Clarified the explanation of arguments to GenericFore...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #11735 -- Corrected an example of FormSet subclassing. Thanks t...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #11882 -- Added documentation for formfield_for_manytomany. Tha...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #13627 -- Added instructions on how to reset your Trac password...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #11748 -- Clarified the ways that search_field can be used. Tha...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to t...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #8567 -- Clarified the process of instantiating FormWizards. Th...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #7284 -- Provided an example for the use of the search_fields c...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #13658 -- Added missing command in JavaScript example. Thanks t...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #13661 -- Corrected example in the serialization docs. Thanks t...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #13687 -- Corrected request/response docs that mistakenly sugge...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for t...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #13727 -- Corrected alphabetical sorting in settings docs. Than...
Russell Keith-Magee
2010-08-07
[1.2.X] Fixed #13594 -- Corrected typo in email docs. Thanks to mostrovsky fo...
Russell Keith-Magee
2010-08-05
[1.2.X] Fixed #14062: Corrected a stray reference to 2.6 as the high level fo...
Karen Tracey
2010-08-05
[1.2.X] Fixed #13946 -- Modified the database cache backend to use the databa...
Russell Keith-Magee
2010-08-04
[1.2.X] ixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.
Jacob Kaplan-Moss
2010-07-30
[1.2.X] Fixed #13740 -- Added documentation for the can_delete InlineModelAdm...
Russell Keith-Magee
2010-07-25
[1.2.X] Fixed #14005 - Removed a few unneeded workarounds in the Sphinx exten...
Jannis Leidel
2010-07-24
[1.2.X] Fixed #13616 - Updated the documentation to be compatible with Sphinx...
Jannis Leidel
[prev]
[next]