summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2010-11-17Fixed #10004 and #12320 -- Enabled the makemessages management command to col...Jannis Leidel
2010-11-17Fixed a bunch of code examples in the form media documentation.Jannis Leidel
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-12Fixed #14669 -- corrected an ungrammatical sentence in the internationalizati...Gabriel Hurley
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-11-09Fixed typo in raw SQL docs example.Ramiro Morales
2010-11-07Completed and enhanced links to database-specific notes from the install docs.Ramiro Morales
2010-11-07Fixed #14636 -- corrected bad formatting in the docs, which was resulting in ...Alex Gaynor
2010-11-07Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs...Gabriel Hurley
2010-11-07Fixed #8325 -- Reorganization and expansion of the login_required decorator d...Gabriel Hurley
2010-11-06Fixed #14624 -- Updated a few outdated references to CacheMiddleware in the t...Gabriel Hurley
2010-11-06Fixed #14629 -- corrected a misspelling and poor wording in the docs. Thanks...Alex Gaynor
2010-11-04Fixed #14619 -- corrected a typo in the email docs.Alex Gaynor
2010-11-04Fixed typo in i18n docs.Jannis Leidel
2010-11-04Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.Jannis Leidel
2010-10-31Fixed a typo in the class based views docs, thanks to lasko for the report.Alex Gaynor
2010-10-31Fixed #13503 -- Corrected misleading custom permission example in the docs.Ramiro Morales
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2010-10-29Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, codemonkey!Honza Král
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-24Fixed #11441 -- Improved signal topic guide, particularly regarding the weak ...Gabriel Hurley
2010-10-23Fixed #14537 -- Added documentation on where validators can be imported from ...Gabriel Hurley
2010-10-23Fixed #14173 -- Added sections about contrib apps-provided commands to django...Ramiro Morales
2010-10-22Fixed #14534 -- updated an out of date link in the docs. Thanks to d0ugal fo...Alex Gaynor
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 #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-18PEP8 fix for some class-based views examples. Thanks to Peter Baumgartner for...Chris Beaven
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-13Correcting a typo and a copy/paste problem in the RequestFactory docs from [1...Gabriel Hurley
2010-10-12Clarified the text and example describing the RequestFactory. Thanks to Alex ...Russell Keith-Magee
2010-10-12Fixed #9002 -- Added a RequestFactory. This allows you to create request inst...Russell Keith-Magee
2010-10-12Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...Alex Gaynor
2010-10-11Fixed a few typos in the unittest2 docs introduced in [14139].Gabriel Hurley
2010-10-11Refs #12991 -- Added extra docs for the unittest2 changes made in r14139.Russell Keith-Magee
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-10Fixed #14392 -- Changed ModelForm.fields and ModelForm.exclude examples to us...Gabriel Hurley
2010-10-10Fixed #6073 -- Made compilemessages 18n management command reject PO files wi...Ramiro Morales
2010-10-10Fixed #10027 -- Makes links to form and field validation (and form reference ...Gabriel Hurley
2010-10-10Fixed #12226 -- Deprecated test client Response.template attribute in favor o...Carl Meyer
2010-10-09Fixes #13538 -- Clarified query examples with more explicit import statements...Gabriel Hurley
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee