summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2008-11-16Fixed #9472 -- Fixed a couple of URL patterns to be more consistent (and removeMalcolm Tredinnick
2008-11-15Fixed #9477 -- Removed and edited a bunch of references to "developmentMalcolm Tredinnick
2008-11-14Fixed #9377 -- Clarified when cmemcached support was included in Django.Malcolm Tredinnick
2008-11-14Fixed #9531 -- Fixed some awkward wording in the docs. Thanks, gsf.Malcolm Tredinnick
2008-11-14Fixed #9594 -- Typo fix in the testing example.Malcolm Tredinnick
2008-11-12Fixed #9351 -- Modified the test client to pass on URL encoded parameters to ...Russell Keith-Magee
2008-11-11Fixed #9567 - Removed an extraneous 'are'.Karen Tracey
2008-11-02Fixed #9499: Corrected self-reference in test client put method doc. Thanks ...Karen Tracey
2008-11-02Fixed #9497 - Doc typos. Many thanks ramiro.Karen Tracey
2008-11-02Fixed #9495 -- Corrected typo in urls doc. Thanks seemant.Karen Tracey
2008-11-01Fixed #9374 -- Added missing close paren in serialization doc. Thanks jordy.Karen Tracey
2008-11-01Fixed #9441 -- Corrected typo in file upload settings doc. Thanks gsf.Karen Tracey
2008-11-01Fixed #9487 -- Corrected several links into the Python docs that were broken ...Karen Tracey
2008-10-26Minor typo correction from [9279].James Bennett
2008-10-26Remove obsolete reference to "development version" in autoescaping docs.James Bennett
2008-10-24Fixed #9432 -- Revived documentation of ~Q usage.Malcolm Tredinnick
2008-10-24Fixed #9430 -- Fixed documentation references to the HttpResponse classes forMalcolm Tredinnick
2008-10-09Fixed #9325 -- Typo fix in the forms documentation.Malcolm Tredinnick
2008-10-07Fixed #9215 -- Added a view/template example of using pagination.Malcolm Tredinnick
2008-10-07Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETEMalcolm Tredinnick
2008-10-06Fixed #7011 -- Clarified what User.is_active really means in the documentation.Malcolm Tredinnick
2008-10-06Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONEMalcolm Tredinnick
2008-10-06Fixed #8768 -- Clarified that ugettext_lazy() results are unicode proxies andMalcolm Tredinnick
2008-10-06Fixed #8975 -- Added a note to the documentation for reverse() that all viewsMalcolm Tredinnick
2008-10-06Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in theMalcolm Tredinnick
2008-10-06Fixed #9212: Added code to check the xgettext version, and if it is lower tha...Karen Tracey
2008-10-05Changed the "write your own settings" recommendation to mention that DjangoMalcolm Tredinnick
2008-10-05Fixed a typo and clarified how django.core.mail.outbox works in the testing f...Malcolm Tredinnick
2008-10-05Fixed #9301 -- Correct a markup typo in the docs.Malcolm Tredinnick
2008-10-05Fixed #9300 -- Typo fix in docs.Malcolm Tredinnick
2008-09-29Fixed #9234 -- Typo fix.Malcolm Tredinnick
2008-09-22Fixed #8967: Added documentation for the 'through' option on a many-to-many f...Russell Keith-Magee
2008-09-16Edited some recent docs changesAdrian Holovaty
2008-09-16Edited forms/index.txt changes from [9030]Adrian Holovaty
2008-09-15Added mention of inclusion tags to reusable form templates documentationSimon Willison
2008-09-15Fixed #9085: Modified some example form HTML to be XHTML, consistent with Dja...Russell Keith-Magee
2008-09-15Added documentation on creating reusable form templates; thanks for the sugge...Simon Willison
2008-09-15Clarified the wording of the section on customizing form.errors within a fiel...Simon Willison
2008-09-14Added documentation for looping over a form's fields in a templateSimon Willison
2008-09-14Fixed #9044: Corrected mistake in a closing tag in an example template. Thank...Russell Keith-Magee
2008-09-14Fixed #9075: Added a call to close() in the example file upload handler. Than...Russell Keith-Magee
2008-09-14Fixed #9077: Modified the database installation notes to point to somewhere u...Russell Keith-Magee
2008-09-14Fixed #9060: Clarified some language in the description of modelformset_facto...Russell Keith-Magee
2008-09-14Fixed #9046: Corrected a typo in the m2m intermediate docs. Thanks to djoume ...Russell Keith-Magee
2008-09-14Fixed #9052: Corrected typo in file handling docs. Thanks to KiWiB0RG for the...Russell Keith-Magee
2008-09-12Fixed #9027 -- Corrected the documentation about can_delete default value. Th...Brian Rosner
2008-09-12Fixed #9056 -- Corrected a typo in topic/forms/modelforms.txt documentation. ...Brian Rosner
2008-09-11Edited i18n.txt changes from [9009]Adrian Holovaty
2008-09-11Clarified i18n docs concerning verbose_name and verbose_name_plural - fixes #...Simon Willison
2008-09-09Fixed #8958 -- Fixed typo in cache.txt. Thanks, benwalton@gmail.comAdrian Holovaty