summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-05-27Fixed #4150 -- Added an explanation of how to use eggs with mod_python.Malcolm Tredinnick
2007-05-27Added documentation for reverse() (based on a patch from Simon Greenhill) andMalcolm Tredinnick
2007-05-27Fixed #3227 -- Clarified DATABASE_HOST semantics for PostgreSQL.Malcolm Tredinnick
2007-05-27Added a clarification that {#...#} is only for single-line comments.Malcolm Tredinnick
2007-05-27Fixed #4395 -- Fixed a couple of typos in the examples.Malcolm Tredinnick
2007-05-26Fixed #4388 -- Documented where the view shortcuts are imported from. Based onMalcolm Tredinnick
2007-05-26Fixed #4355 -- Clarified a confusing example in the use of the url templateMalcolm Tredinnick
2007-05-26Fixed #4353 -- Fixed a typo in newforms documentation. I can't believe theMalcolm Tredinnick
2007-05-26Fixed #4351 -- Attempted to make it easier for readers to see the differenceMalcolm Tredinnick
2007-05-21Added 'New in Django development version' notes to docs/model-api.txt regardi...Adrian Holovaty
2007-05-21Fixed #4344 -- Trivial typo fix.Malcolm Tredinnick
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-05-20Added small note to docs/newforms.txt 'Complex template output' sectionAdrian Holovaty
2007-05-20Edited docs/newforms.txt changes from [5294] and [5295]Adrian Holovaty
2007-05-20Modified the example views in newforms.txt to include a HttpResponseRedirect ...Russell Keith-Magee
2007-05-19Fixed #4232 -- Added example usages to the newforms documentation. Thanks, JoeMalcolm Tredinnick
2007-05-19Fixed #4327 -- Fixed silly typo in code example. Pointed out byMalcolm Tredinnick
2007-05-19Fixed #4334 -- Fixed typo in model-api.txt. Thanks, Gary Wilson.Malcolm Tredinnick
2007-05-19Added 'http://' to python.org link in docs/install.txt, so it will be auto-li...Adrian Holovaty
2007-05-18Fixed small grammar error in docs/model-api.txt from [5250]Adrian Holovaty
2007-05-16Simplified a coding style example in docs/contributing.txt from [5264]Adrian Holovaty
2007-05-16Added some Django-specific style guidelines to docs/contributing.txt, which I...Adrian Holovaty
2007-05-15Fixed #4303 -- Fixed typos in docs/db-api.txt. Thanks, Gary WilsonAdrian Holovaty
2007-05-15Fixed #4303 -- Fixed typo in docs/db-api.txtAdrian Holovaty
2007-05-15Fixed #3664 -- Documented that get_absolute_url() and item_link() (inMalcolm Tredinnick
2007-05-14Changed the fix from [5231] so that the backwards-incompatibility is made moreMalcolm Tredinnick
2007-05-14Fixed #3780 -- Added first stab at 'Built-in Field classes' section to docs/n...Adrian Holovaty
2007-05-14Fixed #4217 -- Added note to docs/databrowse.txt about import. Thanks, Thomas...Adrian Holovaty
2007-05-14Fixed #4285 -- Fixed ReST error in docs/testing.txt. Thanks, MichaƂ KwiatkowskiAdrian Holovaty
2007-05-14Fixed ReST error in docs/newforms.txt from [5218]Adrian Holovaty
2007-05-14Added unit tests and docs for the newforms case in which the form's data does...Adrian Holovaty
2007-05-14Another word tightening and clarification in docs/newforms.txtAdrian Holovaty
2007-05-14Clarified migration plan in docs/newforms.txtAdrian Holovaty
2007-05-12Fixed some ReST errors in docs/newforms.txt from [5212]Adrian Holovaty
2007-05-12Edited changes to docs/newforms.txt from [5202]Adrian Holovaty
2007-05-12Fixed #4281 -- Fixed error in docs/i18n.txt exampleAdrian Holovaty
2007-05-12Changed 'email' to 'e-mail' in docs/testing.txt, to fit our consistent styleAdrian Holovaty
2007-05-12Added docs for form_for_model and form_for_instance, and added a fields argum...Russell Keith-Magee
2007-05-11Fixed #4252 -- Fixed a typo in ReST formatting. Thanks, Collin Anderson.Malcolm Tredinnick
2007-05-11Fixed #4267 -- In example code, extract the template tag name correctly inMalcolm Tredinnick
2007-05-10Added configurable arguments to assertRedirects and assertContains to allow f...Russell Keith-Magee
2007-05-08Added redirection for email services during test conditions.Russell Keith-Magee
2007-05-08Removed a bunch of trailing whitespace. Don't people realise whitespace is aMalcolm Tredinnick
2007-05-08Fixed #3936 -- Mentioned that the DATABASE_USER in the test settings file needsMalcolm Tredinnick
2007-05-08Fixed #3753 -- Allow optional display of invalid variable name inMalcolm Tredinnick
2007-05-08Fixed #4203 -- Noted that "blank" defaults to False in models. Thanks,Malcolm Tredinnick
2007-05-08Fixed #4042 -- Fixed typo in serialization example. Thanks, Vinay Sajip.Malcolm Tredinnick
2007-05-08Fixed #4202 -- Corrected namespacing of exception in one of the examples.Malcolm Tredinnick
2007-05-08Fixed #4226 -- Added DATABASE_NAME to the list of settings required to beMalcolm Tredinnick
2007-05-08Removed "new in development version" warning, since this feature was in theMalcolm Tredinnick