summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2008-11-18[1.0.X] Removed 'Most Web sites wouldn't be complete without a way to upload ...Adrian Holovaty
2008-11-16[1.0.X] Fixed #9472 -- Fixed a couple of URL patterns to be more consistent (...Malcolm Tredinnick
2008-11-15[1.0.x] Fixed #9477 -- Removed and edited a bunch of references to "developmentMalcolm Tredinnick
2008-11-14[django-1.0.X] Fixed #9377 -- Clarified when cmemcached support was included ...Malcolm Tredinnick
2008-11-14[django-1.0.X] Fixed #9531 -- Fixed some awkward wording in the docs. Thanks,...Malcolm Tredinnick
2008-11-14[django-1.0.X] Fixed #9594 -- Typo fix in the testing example.Malcolm Tredinnick
2008-11-11[1.0.X] Fixed #9567 - Removed an extraneous 'are'. Karen Tracey
2008-11-02[1.0.X] Fixed #9497 - Doc typos. Many thanks ramiro. Karen Tracey
2008-11-02[1.0.X] Fixed #9495 -- Corrected typo in urls doc. Thanks seemant. Karen Tracey
2008-11-01[1.0.X] Fixed #9374 -- Added missing close paren in serialization doc. Thanks...Karen Tracey
2008-11-01[1.0.X] Fixed #9441 -- Corrected typo in file upload settings doc. Thanks gsf.Karen Tracey
2008-11-01[1.0.X] Fixed #9487 -- Corrected several links into the Python docs that were...Karen Tracey
2008-10-26[1.0.X] Remove obsolete reference to "development version" in autoescaping docs.James Bennett
2008-10-24[1.0.X] Fixed #9432 -- Revived documentation of ~Q usage.Malcolm Tredinnick
2008-10-24[1.0.X] Fixed #9430 -- Fixed documentation references to the HttpResponseMalcolm Tredinnick
2008-10-09[1.0.X] Fixed #9325 -- Typo fix in the forms documentation.Malcolm Tredinnick
2008-10-07[1.0.X] Fixed #9215 -- Added a view/template example of using pagination.Malcolm Tredinnick
2008-10-07Reverted r9186 -- Committed to the wrong branch (it's a feature addition).Malcolm Tredinnick
2008-10-07Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETEMalcolm Tredinnick
2008-10-06[1.0.X] Fixed #7011 -- Clarified what User.is_active really means in the docu...Malcolm Tredinnick
2008-10-06[1.0.X] Fixed #6979 -- Fixed the documentation cross-reference between theMalcolm Tredinnick
2008-10-06[1.0.X] Fixed #8768 -- Clarified that ugettext_lazy() results are unicodeMalcolm Tredinnick
2008-10-06[1.0.X] Fixed #8184 -- Added a note to the documentation for reverse() that allMalcolm Tredinnick
2008-10-06[1.0.X] Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly inMalcolm Tredinnick
2008-10-06[1.0.X] Fixed #9212: Added code to check the xgettext version, and if it is l...Karen Tracey
2008-10-05[1.0.X] Changed the "write your own settings" recommendation to mention that ...Malcolm Tredinnick
2008-10-05[1.0.X] Fixed a typo and clarified how django.core.mail.outbox works in the t...Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #9301 -- Correct a markup typo in the docs.Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #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
2008-09-09Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiroAdrian Holovaty