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
/
topics
Age
Commit message (
Expand
)
Author
2009-07-21
[1.0.X] Cleanup of some minor markup problems in URL documentation. Thanks to...
Russell Keith-Magee
2009-07-17
[1.0.X] Fixed #11492 -- Corrected some typos, and added some extra markup for...
Russell Keith-Magee
2009-07-16
[1.0.X] Fixed #10908 -- Clarified the procedure for creating test users in th...
Russell Keith-Magee
2009-07-15
[1.0.X] Fixed #11364 -- Modified the jsi18n example to use the {% url %} tag ...
Russell Keith-Magee
2009-07-15
[1.0.X] Fixed #10287 -- Added better examples in the docs of formset validati...
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] 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-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 #11356 -- Added links to the growing collection of 3rd party da...
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 #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 #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-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-10
[1.0.X] Fixed #10845 -- Clarified the examples for using ModelForms with fiel...
Russell Keith-Magee
2009-05-27
[1.0.X] Fixed #11215 -- Replaced erroneous catch with except in testing doc. ...
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 #10855: Reference doc on creating superusers in the tutorial at...
Karen Tracey
2009-05-17
[1.0.X] Fixed #11106 -- Corrected typo in models doc. Thanks mnieber.
Karen Tracey
2009-05-17
[1.0.X] Fixed #11128 -- Misc. fixes and improvements to the model forms doc. ...
Karen Tracey
2009-05-16
[1.0.X] Fixed #9206 -- Added documentation on savepoints, and how to use them...
Russell Keith-Magee
2009-05-14
[1.0.X] Fixed #10795: added a link to model formsets docs from the formsets d...
Jacob Kaplan-Moss
2009-05-14
[1.0.X] Fixed #10273: added an explanation of `SetPasswordForm` and `UserChan...
Jacob Kaplan-Moss
2009-05-14
[1.0.X] Fixed #10272: documented the signatures for the contrib.auth views. T...
Jacob Kaplan-Moss
2009-05-12
[1.0.X] Fixed #11063: updated install docs to mention mod_wsgi instead of mod...
Jacob Kaplan-Moss
2009-05-08
[1.0.X] Fixed #9493 -- Corrected error handling of formsets that violate uniq...
Russell Keith-Magee
2009-05-02
[1.0.X] Fixed #9206 -- Clarified documentation of transaction handling in raw...
Russell Keith-Magee
2009-05-02
[1.0.X] Fixed #10954 -- Corrected error in docs example describing extending ...
Russell Keith-Magee
2009-04-16
[1.0.X] Fixed #10779 -- Corrected description of an example in the files docs...
Russell Keith-Magee
2009-04-16
[1.0.X] Fixed #10822 -- Corrected minor typo in i18n docs. Thanks to prairied...
Russell Keith-Magee
2009-04-03
[1.0.X] Fixed a whole bunch of small docs typos, errors, and ommissions. Back...
Jacob Kaplan-Moss
2009-04-01
[1.0.X] Fixed #10031: updated SQLite database docs to more strongly indicate ...
Jacob Kaplan-Moss
2009-04-01
[1.0.X] A whole lotta documentation fixes, backported from r10303 on trunk.
Jacob Kaplan-Moss
2009-03-31
Made a bunch of edits to docs/topics/cache.txt, mostly based on stuff from th...
Jacob Kaplan-Moss
2009-03-31
[1.0.X] Fixed #9012: Changed inappropriate title of models documentation. Bac...
James Bennett
2009-03-31
[1.0.X] Fixed #10306: Corrected form action in auth login example. Backport o...
James Bennett
2009-03-31
[1.0.X]: Fixed #10120 -- Added a `return` to a doc example, patch from andrews.
Gary Wilson Jr
2009-03-31
[1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in documentation...
Gary Wilson Jr
2009-03-30
[1.0.X]: Fixed #9914 -- Fixed field class name in models docs, patch from timo.
Gary Wilson Jr
2009-03-24
[1.0.X] Made a couple of cross-references in the model fields documentaiton c...
Malcolm Tredinnick
[next]