summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2008-02-14Modified [7112] to make things behave more in line with Python subclassing wh...Malcolm Tredinnick
2008-02-14Fixed #6337. Refs #3632 -- Fixed ModelForms subclassing, to the extent that i...Malcolm Tredinnick
2008-02-14Fixed #6600 -- Corrected typos in contenttype documentation.Russell Keith-Magee
2008-02-14Updated the documentation for patterns() to note Python's 255 argument limit.Malcolm Tredinnick
2008-02-13Fixed #6597 -- Corrected spelling mistake. Thanks for the report, Atul Varma.Russell Keith-Magee
2008-02-04Fixed #6278 -- Documented that the 404 template is passed a RequestContext an...Malcolm Tredinnick
2008-02-03Fixed #6224 -- Small doc fixed for Argentinean localflavor. Thanks, RamiroMalcolm Tredinnick
2008-02-03Clarified that filter arguments are passed as a single string to the translat...Malcolm Tredinnick
2008-01-31Refs #5474 -- Removed a hyperlink target that ended up not getting used in [6...Gary Wilson Jr
2008-01-31Fixed #6502 -- Documented `context_instance` argument of `render_to_response`...Gary Wilson Jr
2008-01-28Fixed #6265 -- Added an example of overriding a form field's default widget i...Gary Wilson Jr
2008-01-28In the modelforms docs, made the "Field types" text a link to the section.Gary Wilson Jr
2008-01-28In the modelforms docs, made the "Overriding the default field types" text a ...Gary Wilson Jr
2008-01-13Fixed another typo in templates docs.Gary Wilson Jr
2008-01-13Fixed typo in templates docs.Gary Wilson Jr
2008-01-13Fixed #6360 -- Updates to the distributions docs for Ubuntu and Gentoo, thank...Gary Wilson Jr
2008-01-13Fixed #6367 -- Fixed link to zen of Python, thanks N00ne and dtulig.Gary Wilson Jr
2008-01-09Fixed #6345 -- Django supports week numbers all the way up to 53, not just 23.Malcolm Tredinnick
2008-01-09Fixed #6331 -- Fixed some typos in shortcuts.txt. Thanks, Herbert Poul.Malcolm Tredinnick
2008-01-09Fixed #6341 -- Added missing link for text introduced in [6946].Malcolm Tredinnick
2008-01-06Fixed #6330 -- Fixed reST error in templates documentation, thanks `SmileyChr...Gary Wilson Jr
2008-01-06Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel.Malcolm Tredinnick
2008-01-02Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation and ...Adrian Holovaty
2008-01-02Fixed #6247 -- Added CsrfMiddleware to docs/middleware.txt. Thanks, UninenAdrian Holovaty
2008-01-02Fixed #6252 -- Clarified the --settings option in docs/django-admin.txt. Than...Adrian Holovaty
2008-01-02Fixed #6287 -- Fixed typos in docs/sites.txt. Thanks, arien and Horst GutmannAdrian Holovaty
2007-12-21Fixed #6249 -- Fixed error in docs/syndication_feeds.txt example. Thanks, dar...Adrian Holovaty
2007-12-19Edited docs/testing.txt changes from [6929]Adrian Holovaty
2007-12-19Edited docs/middleware.txt changes from [6852]Adrian Holovaty
2007-12-19Edited docs/localflavor.txt changes from [6849]Adrian Holovaty
2007-12-19Added note to docs/form_for_model.txt (from [6844]) explaining this is deprec...Adrian Holovaty
2007-12-19Added 'New in Django development version' note to docs/sessions.txt setdefaul...Adrian Holovaty
2007-12-17Fixed #6119 -- Documented HttpRequest.get_host(). Thanks, PJCrosier.Malcolm Tredinnick
2007-12-17Typo fix.Malcolm Tredinnick
2007-12-17Fixed #6155 -- Fixed dumpdata to work with the default model manager (necessaryMalcolm Tredinnick
2007-12-17Fixed #6136 -- Updated the localflavor documentation. Patch from Nick Efford.Malcolm Tredinnick
2007-12-17Fixed #6134 -- Allow an on-disk SQLite database to be used for tests, if requ...Malcolm Tredinnick
2007-12-17Split up the documentation of the test database and the test output.Malcolm Tredinnick
2007-12-17Fixed #5561 -- Added link to the contenttypes documentation into the add_ons ...Malcolm Tredinnick
2007-12-17Fixed #6174 -- Documentation fix for [6912]. Pointed out by Russell Cloran.Malcolm Tredinnick
2007-12-17Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and adamv.Malcolm Tredinnick
2007-12-13Fixed #6162. ModelForm's __init__ signature now matches Form's. This is a bac...Joseph Kocherhans
2007-12-11Fixed #6151 -- Added some code formatting to the `floatformat` template filte...Gary Wilson Jr
2007-12-11Fixed #6164 -- `field.label_tag` already displays the label so don't display ...Gary Wilson Jr
2007-12-09Tweaked the custom field documentation so that people reading about to_python...Malcolm Tredinnick
2007-12-04Fixed #4131: added an "escapejs" filter for use in JavaScript strings, and up...Jacob Kaplan-Moss
2007-12-04Edited docs/request_response.txt changes from [6808]Adrian Holovaty
2007-12-04Edited docs/authentication.txt changes from [6805]Adrian Holovaty
2007-12-04Edited various doc changes from [6801]Adrian Holovaty
2007-12-04Edited docs/contributing.txt changes from [6795]Adrian Holovaty