summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-06-07Fixed #4000 - changed documentation to note that filter arguments no longer n...Jacob Kaplan-Moss
2007-06-07Fixed #3880: added a link to the transaction docs from the model API. Thanks,...Jacob Kaplan-Moss
2007-06-07Fixed #3842 - clarified PythonPath directive in modpython.txt. Thanks, jon.i....Jacob Kaplan-Moss
2007-06-07Fixed #3833 - added "PT" flag to mod_rewrite/fcgi example in documentation. T...Jacob Kaplan-Moss
2007-06-07Fixed #1791 - documented dependancies of contrib packages.Jacob Kaplan-Moss
2007-06-07Fixed #4496 - fixed section header in db-api doc. Thanks, hattawayd@gmail.com.Jacob Kaplan-Moss
2007-06-02Fixed #4455 -- Small typo fix.Malcolm Tredinnick
2007-06-01Small grammar fixes to docs/serialization.txt changes from [5409]Adrian Holovaty
2007-06-01Small rewording of docs/testing.txt changes from [5380]Adrian Holovaty
2007-06-01Fixed grammar error in docs/settings.txt from [5380]Adrian Holovaty
2007-06-01Negligible spacing change to docs/templates_python.txtAdrian Holovaty
2007-06-01Edited docs/url_dispatch.txt changes from [5362]Adrian Holovaty
2007-06-01Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser...Russell Keith-Magee
2007-06-01Fixed #4401 -- Added documentation about mimetype parameter toMalcolm Tredinnick
2007-06-01Fixed #4370 -- Clarified how syncdb searches for initial data files. Thanks,Malcolm Tredinnick
2007-06-01Fixed #4423 -- Typo fix.Malcolm Tredinnick
2007-06-01Fixed #4409 -- Fixed a typo in tutorial (thanks, mitch.hunt.007@gmail.comMalcolm Tredinnick
2007-05-31Fixed #4439 -- Fixed typo in docs/testing.txt. Thanks, hayleyAdrian Holovaty
2007-05-29Fixed #4420 -- Fixed broken link in docs/testing.txtAdrian Holovaty
2007-05-29Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensureMalcolm Tredinnick
2007-05-29Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, ...Russell Keith-Magee
2007-05-28Fixed #4331 -- Updated possible installation paths for Python site-packages onMalcolm Tredinnick
2007-05-27Fixed a typo.Malcolm Tredinnick
2007-05-27Fixed #4221 -- Removed dependence on hard-coded URL in tutorial 4.Malcolm Tredinnick
2007-05-27Fixed #4366 -- Fixed a small typo. Thanks, Ivan Sagalaev.Malcolm Tredinnick
2007-05-27Fixed #4364 -- Added a link to the main docs page to the end of the tutorial inMalcolm Tredinnick
2007-05-27Fixed #4307 -- Clarified that ROOT_URLCONF is in settings.py and fixed a smallMalcolm Tredinnick
2007-05-27Added references to the various get_FOO_*() methods for FileField andMalcolm Tredinnick
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