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
2009-07-11
[1.0.X] Fixed #11438 -- Corrected some bad grammar in the custom fields docs....
Russell Keith-Magee
2009-07-11
[1.0.X] Fixed #11453 -- Added note on customizing SERVER_EMAIL for error repo...
Russell Keith-Magee
2009-07-11
[1.0.X] Fixed #11450 -- Corrected markup problem in contenttype docs. Thanks ...
Russell Keith-Magee
2009-07-11
[1.0.X] Fixed #11454 -- Corrected mismatched parenthesis in admin docs. Thank...
Russell Keith-Magee
2009-07-03
[1.0.X] Fixed #9669 -- Corrected an answer in the admin FAQ that is wrong in ...
Russell Keith-Magee
2009-07-03
[1.0.X] Fixed #9607 -- Added documentation for the ``extra`` argument in test...
Russell Keith-Magee
2009-07-03
[1.0.X] Fixed #10426 -- Added note on language variables required for Apache ...
Russell Keith-Magee
2009-07-03
[1.0.X] Fixed #11417 -- Corrected typo in MySQL collation notes. Thanks to vo...
Russell Keith-Magee
2009-07-03
[1.0.X] Added a Sphinx anchor that somehow got omitted from r11102.
Russell Keith-Magee
2009-07-03
[1.0.X] Fixed #10604 -- Added note on the limitation of ungettext, especially...
Russell Keith-Magee
2009-07-03
[1.0.X] Fixed #11413 -- Added notes on the cycle and firstof tag detailing th...
Russell Keith-Magee
2009-07-03
[1.0.X] Fixed #10539 -- Updated Sphinx configuration to accommodate 0.6 while...
Russell Keith-Magee
2009-06-25
[1.0.X] Made some small improvements to docs/topics/http/sessions.txt
Russell Keith-Magee
2009-06-24
[1.0.X] Fixed #10741: Updated instructions on the best gettext package to get...
Karen Tracey
2009-06-24
[1.0.X] Fixed #8861 -- Added note on the availability of ModelForm.instance. ...
Russell Keith-Magee
2009-06-24
[1.0.X] Fixed #10415 -- Added documentation for features added in r7627 and r...
Russell Keith-Magee
2009-06-24
[1.0.X] Fixed #11354 -- Remove stray whitespace in queryset docs. Thanks to f...
Russell Keith-Magee
2009-06-24
[1.0.X] Fixed #11356 -- Added links to the growing collection of 3rd party da...
Russell Keith-Magee
2009-06-19
[1.0.X] Fixed #11344 -- Made a couple of minor clarifications to the mod_wsgi...
Karen Tracey
2009-06-18
[1.0.X] Fixed #11221 -- Replaced a reference to a non-existent URL with an ac...
Russell Keith-Magee
2009-06-18
[1.0.X] Fixed #10978 -- Clarified that the include statement is part of the u...
Russell Keith-Magee
2009-06-18
[1.0.X] Fixed #11253 -- Normalized the way the docs refer to TestCase.assert*...
Russell Keith-Magee
2009-06-18
[1.0.X] Fixed #11119 -- Corrected spelling error in 1.0 porting guide.
Russell Keith-Magee
2009-06-18
[1.0.X] Fixed #11141 -- Corrected a code example in the admin docs. Thanks to...
Russell Keith-Magee
2009-06-18
[1.0.X] Fixed #11322 -- Clarified docs regarding middleware processing. Thank...
Russell Keith-Magee
2009-06-18
[1.0.X] Fixed #11318 -- Grammar correction in modelform docs. Thanks to seema...
Russell Keith-Magee
2009-06-18
[1.0.X] Fixed #11312 -- Fixed the default value given for DEFAULT_FILE_STORAG...
Russell Keith-Magee
2009-06-18
[1.0.X] Fixed #11278 -- Clarified query documentation regarding bulk assignme...
Russell Keith-Magee
2009-06-18
[1.0.X] Fixed #11272 -- Made some clarifications to the overview and tutorial...
Russell Keith-Magee
2009-06-18
[1.0.X] Fixed #11339 -- Corrected typo in FAQ. Thanks Kellen.
Karen Tracey
2009-06-17
[1.0.X] Fixed #11335 -- Corrected model reference in generic views doc. Thank...
Karen Tracey
2009-06-17
[1.0.X] Fixed #10336 -- Added improved documentation of generic views. Thanks...
Russell Keith-Magee
2009-06-17
[1.0.X] Fixed #9919 -- Added note on the need to mark transactions as dirty w...
Russell Keith-Magee
2009-06-17
[1.0.X] Fixed #11328 -- Added missing imports in the sample urls.py from Tuto...
Russell Keith-Magee
2009-06-10
[1.0.X] Fixed #11056 -- Corrected reference to File class in storage docs. Th...
Russell Keith-Magee
2009-06-10
[1.0.X] Fixed #10801 -- Reverted a portion of [10371]. Practicality beats pur...
Russell Keith-Magee
2009-06-10
[1.0.X] Fixed #10845 -- Clarified the examples for using ModelForms with fiel...
Russell Keith-Magee
2009-06-10
[1.0.X] Fixed #10981 -- Clarified documentation regarding lazy cross-applicat...
Russell Keith-Magee
2009-05-27
[1.0.X] Fixed #11204 -- Corrected typo in the pluralize doc. Thanks martin an...
Karen Tracey
2009-05-27
[1.0.X] Fixed #11209 -- Added a note to doc on connection.queries that the lo...
Karen Tracey
2009-05-27
[1.0.X] Fixed #11215 -- Replaced erroneous catch with except in testing doc. ...
Karen Tracey
2009-05-26
[1.0.X] Fixed #11205 -- Made the links to the str method description look the...
Karen Tracey
2009-05-26
[1.0.X] Fixed #11202 -- Removed mod_python information from FAQ, as it is no ...
Karen Tracey
2009-05-24
[1.0.X] Fixed #8857 -- Corrected ref in modelforms documentation and added re...
Brian Rosner
2009-05-23
[1.0.X] Fixed #11188 -- Removed incorrect doc note about step being unsupport...
Karen Tracey
2009-05-18
[1.0.X] Fixed #11138 -- Corrected the description of behavior related to the ...
Karen Tracey
2009-05-17
[1.0.X] Fixed #10400: Added a note in the file uploads doc about the correct ...
Karen Tracey
2009-05-17
[1.0.X] Fixed #10817 -- Corrected some grammar in the forms doc. Thanks nickr...
Karen Tracey
2009-05-17
[1.0.X] Fixed #10846: Corrected typo in modwsgi.txt and updated reference to ...
Karen Tracey
2009-05-17
[1.0.X] Fixed #10855: Reference doc on creating superusers in the tutorial at...
Karen Tracey
[next]