summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-10-28Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to tobych f...Gabriel Hurley
2010-10-27Edited docs/topics/testing.txt change from [14058]Adrian Holovaty
2010-10-27Edited docs/ref/models/fields.txt change from [14049]Adrian Holovaty
2010-10-27Documented options accepted by the runfcgi management command.Ramiro Morales
2010-10-26Corrected some typos in the tutorial, thanks to Brandon Height for the report.Alex Gaynor
2010-10-26Fixed #14562 -- corrected a typo in the static-files howto. Thanks to stephan...Gabriel Hurley
2010-10-26Replace an incorrect reference to collectmedia in the docs (the command is co...Chris Beaven
2010-10-25Fixed #14047 -- Updated the CommonMiddleware docs to include sending broken l...Gabriel Hurley
2010-10-25Fixed #10545 -- Mentioned that template context variables are scoped to the b...Gabriel Hurley
2010-10-25Removed obsolete 'date' filter -> 'now' tag link.Ramiro Morales
2010-10-24Fixed #14551 -- corrected a type in the remote user auth documentation. Than...Alex Gaynor
2010-10-24Fixed #13040 -- Added info on where to import File class from to File referen...Gabriel Hurley
2010-10-24Fixed #11441 -- Improved signal topic guide, particularly regarding the weak ...Gabriel Hurley
2010-10-23Fixed #14526 -- Updated wording regarding the minimum Python version required...Gabriel Hurley
2010-10-23Fixed #14541 -- Corrected an outdated bit of wording in the LANGUAGES setting...Gabriel Hurley
2010-10-23Fixed #14537 -- Added documentation on where validators can be imported from ...Gabriel Hurley
2010-10-23Fixed #14545 -- Added ValidationError to Exceptions Reference docs and improv...Gabriel Hurley
2010-10-23Fixed #14173 -- Added sections about contrib apps-provided commands to django...Ramiro Morales
2010-10-23Fixed #14463 -- Fixed links to new location of date/time format specifiers docs.Ramiro Morales
2010-10-23Fixed #14528 and #14538 -- Refined staticfiles documentation. Thanks, gremmie...Jannis Leidel
2010-10-23Fixed a typo in the staticfiles docs.Justin Bronn
2010-10-22Fixed #14534 -- updated an out of date link in the docs. Thanks to d0ugal fo...Alex Gaynor
2010-10-21Fixed #14519 -- corrected a type in the tutorial, thanks buriy for the report...Alex Gaynor
2010-10-20Fixed #14477 -- Corrects several instances of "add" and "remove" m2m_changed ...Gabriel Hurley
2010-10-20Fixed #14432 -- Added an import statement which was previously implied in tut...Gabriel Hurley
2010-10-20Fixed #14493 -- Corrected use of the wrong attribute in the model validation ...Gabriel Hurley
2010-10-20Removes a mistaken note about the static media development helper.Jacob Kaplan-Moss
2010-10-20Fixed #14514 -- fixed a typo in the static files docs, thanks to Andy McKay f...Alex Gaynor
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel
2010-10-20Modified the implementation of get_object() to be consistent with the approac...Russell Keith-Magee
2010-10-19Fixed #10771 -- added support for using the transaction management functions ...Alex Gaynor
2010-10-19Fixed #14494 -- Cleanup and typo in tutorial 4, introduced by class-based vie...Russell Keith-Magee
2010-10-19Fixed #7616 -- Added advice on unix socket permissions and umasks to fastcgi ...Gabriel Hurley
2010-10-19Fixed #14464 -- Strengthened the admonition regarding documentation versions ...Gabriel Hurley
2010-10-19Fixed #14426 -- Removed "mysite" import statements from examples that might t...Gabriel Hurley
2010-10-18Fixed a mistaken link at the top of both class-based-views docs, and a "conte...Gabriel Hurley
2010-10-18Fixed three super() calls which used the wrong classes in the examples. Thank...Gabriel Hurley
2010-10-18Contains several fixes for docs/ref/class-based-views, as follows:Gabriel Hurley
2010-10-18PEP8 fix for some class-based views examples. Thanks to Peter Baumgartner for...Chris Beaven
2010-10-18Remove duplicate titles in the class based views documentation and reflow the...Alex Gaynor
2010-10-18Small grammar, consistency, and import fixes for the new class-based-views to...Gabriel Hurley
2010-10-18Fixed #14490 -- fixed a typo in the docs. Thanks to gremmie for the report a...Alex Gaynor
2010-10-18Fixed #14489 -- Corrected code example in class-based views docs. Thanks to c...Russell Keith-Magee
2010-10-18Improvements to examples and markup fixes for class-based view docs.Russell Keith-Magee
2010-10-18Fixed #14488 -- corrected a typo in the docs. Thanks to Frank Wiles for the ...Alex Gaynor
2010-10-18Fixed #6735 -- Added class-based views.Russell Keith-Magee
2010-10-18Clarify in the documentation that we occasionally add APIs for newer Python v...Alex Gaynor
2010-10-15Fixed #14307 -- Added a new crossref target to model field reference docs and...Gabriel Hurley
2010-10-15Fixed #14307 -- Linked ChoiceField.choices docs to Field.choices docs to expl...Gabriel Hurley
2010-10-15Fixed #14376 -- added docs for previously undocumented Brazilian localflavor ...Gabriel Hurley