summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2008-06-23Fixed #6891 -- Clarified modelform usage documentation. Thanks to Eric Holsch...Russell Keith-Magee
2008-06-21Removed some cruft from the [7718] checkin.Russell Keith-Magee
2008-06-21Fixed #7513 -- Added a note on the dependencies that need to be installed whe...Russell Keith-Magee
2008-06-21Fixed a minor typo in some sample SQL. Thanks for the report, Glen Jarvis <gl...Russell Keith-Magee
2008-06-20Added docs about urls.py and testing views for contrib appsLuke Plant
2008-06-20Updated information about unit tests, contrib apps in particular.Luke Plant
2008-06-20Fixed #3774 - primary_key=True does not, in fact, imply blank=FalseLuke Plant
2008-06-19Fixed #6719 -- Added a --traceback option to syncdb to provide a stack trace ...Russell Keith-Magee
2008-06-19Fixed #7059 -- Added a note to the settings documentation reminding users tha...Russell Keith-Magee
2008-06-17Refs #7216 -- Corrected typo, removed comma, trimmed trailing whitespace, and...Gary Wilson Jr
2008-06-17Fixed #7216 -- Added a description on how to use named URLs with a permalink....Russell Keith-Magee
2008-06-17Fixed #7200 -- Added newforms documentation for the FloatField. Thanks, Georg...Russell Keith-Magee
2008-06-17Fixed #7174 -- Corrected the default setting for TEMPLATE_LOADERS described i...Russell Keith-Magee
2008-06-17Fixed #7292 -- Removed reference to form_for_model in the form_preview docs. ...Russell Keith-Magee
2008-06-17Fixed #7470 -- Corrected typo in template docs. Thanks to cbmeeks@gmail.com f...Russell Keith-Magee
2008-06-16Fixed #6944 -- Fixed a small typo in docs/model-api.txt. Thanks, julienAdrian Holovaty
2008-06-16Fixed #6830 -- Changed the docs/tutorial01.txt reference to the IRC channel t...Adrian Holovaty
2008-06-16Fixed #6777 -- Made some text in docs/sessions.txt into internal links. Thank...Adrian Holovaty
2008-06-16Fixed #6993 -- Fixed a grammar error in docs/templates.txt. Thanks, Ionut Cio...Adrian Holovaty
2008-06-16Fixed #6980 -- Removed duplicate stuff in docs/django-admin.txt. Thanks, Evan...Adrian Holovaty
2008-06-16Fixed #6898 -- Fixed some typos in docs/templates_python.txt. Thanks, djoumeAdrian Holovaty
2008-06-14Fixed some stale documentation that was advising against the use of OneToOneF...Russell Keith-Magee
2008-06-14Fixed #6320 -- Clarified a few issues in the contribution docs surrounding th...Russell Keith-Magee
2008-06-12Fixed #7327 -- Added documentation and test case for defining subqueries. Tha...Russell Keith-Magee
2008-06-12Fixed #7194 -- Fixed typo in django-admin.txt. Thanks, jhlywaAdrian Holovaty
2008-06-12Various documentation edits from the past few changesetsAdrian Holovaty
2008-06-11Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific app...Russell Keith-Magee
2008-06-11Fixed #7397: corrected order of command names in docs/django-admin.txtJames Bennett
2008-06-10Fixed some linking errors in the FAQ.Russell Keith-Magee
2008-06-09Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ...Russell Keith-Magee
2008-06-08Added a note about manage.py createsuperuser requiring django.contrib.auth. T...Jacob Kaplan-Moss
2008-06-08Move "createsuperuser" docs down one slot to maintain alphabetical ordering o...James Bennett
2008-06-08Add documentation for the creatsuperuser target (added in [7590]) to doc/djan...James Bennett
2008-06-08Added some new entries to the FAQ regarding the mailing lists and reporting s...Russell Keith-Magee
2008-06-08Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.Jacob Kaplan-Moss
2008-06-07Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit Up...Jacob Kaplan-Moss
2008-06-06Fixed #7382 -- Added a reference to Pisa HTML2PDF in the PDF output docs. Tha...Russell Keith-Magee
2008-06-06Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks...Russell Keith-Magee
2008-05-29Fixed #7191 -- Removed leading slashes in description of the patterns that a ...Russell Keith-Magee
2008-05-29Fixed #7260 -- Corrected the description of the exception returned by get() w...Russell Keith-Magee
2008-05-28Big glaring warning in docs/flatpages.txt to remind people how response middl...James Bennett
2008-05-24Fixed #7300 -- Corrected description of YAML in the serialization docs. Thank...Russell Keith-Magee
2008-05-22Reverted mistaken r7545Luke Plant
2008-05-22Fixed documentation of 'description' option of Admin.fields to reflect actual...Luke Plant
2008-05-17Fixed title underline lengthLuke Plant
2008-05-16Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twillLuke Plant
2008-04-30Added 'Setting headers' and 'Telling the browser to treat the response as a f...Adrian Holovaty
2008-04-28Added the ability to pickle and unpickle QuerySets and Query classes.Malcolm Tredinnick
2008-04-28Edited some docs/db-api.txt changesAdrian Holovaty
2008-04-27Made a bunch of spelling corrections.Malcolm Tredinnick