summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2008-06-26Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to ↵Adrian Holovaty
be a template variable. Inspired by the patch by zz and edrik git-svn-id: http://code.djangoproject.com/svn/django/trunk@7754 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-26Improved our tests so that they don't raise an error if setuptools isn't ↵Adrian Holovaty
installed, hence ridding the test suite of all dependencies. Also updated docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7751 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-26Various documentation editsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7745 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-23Fixed #6891 -- Clarified modelform usage documentation. Thanks to Eric ↵Russell Keith-Magee
Holscher for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-21Removed some cruft from the [7718] checkin.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-21Fixed #7513 -- Added a note on the dependencies that need to be installed ↵Russell Keith-Magee
when running the Django system tests. Thanks to Peter Melvyn for the original report, and Ramiro Morales for the original draft. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7718 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-21Fixed a minor typo in some sample SQL. Thanks for the report, Glen Jarvis ↵Russell Keith-Magee
<glenjarvis.com@gmail.com>. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7717 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-20Added docs about urls.py and testing views for contrib appsLuke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7715 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-20Updated information about unit tests, contrib apps in particular.Luke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7714 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-20Fixed #3774 - primary_key=True does not, in fact, imply blank=FalseLuke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-19Fixed #6719 -- Added a --traceback option to syncdb to provide a stack trace ↵Russell Keith-Magee
when custom SQL loading fails. Also added documentation for the --traceback option. Thanks to guettli for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7704 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-19Fixed #7059 -- Added a note to the settings documentation reminding users ↵Russell Keith-Magee
that when DEBUG=True, Django keeps a log of queries. Thanks for the suggestion, simonb. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7702 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-17Refs #7216 -- Corrected typo, removed comma, trimmed trailing whitespace, ↵Gary Wilson Jr
and fixed reST link in [7678]. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7681 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-17Fixed #7216 -- Added a description on how to use named URLs with a ↵Russell Keith-Magee
permalink. Thanks, masklinn. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7678 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-17Fixed #7200 -- Added newforms documentation for the FloatField. Thanks, ↵Russell Keith-Magee
George Vilches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7677 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-17Fixed #7174 -- Corrected the default setting for TEMPLATE_LOADERS described ↵Russell Keith-Magee
in the settings docs. Thanks, pbx. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7676 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-17Fixed #7292 -- Removed reference to form_for_model in the form_preview docs. ↵Russell Keith-Magee
Thanks to programmerq for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7675 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-17Fixed #7470 -- Corrected typo in template docs. Thanks to cbmeeks@gmail.com ↵Russell Keith-Magee
for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-16Fixed #6944 -- Fixed a small typo in docs/model-api.txt. Thanks, julienAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7656 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-16Fixed #6830 -- Changed the docs/tutorial01.txt reference to the IRC channel ↵Adrian Holovaty
to lower the expectation slightly on how much help you'll receive git-svn-id: http://code.djangoproject.com/svn/django/trunk@7655 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-16Fixed #6777 -- Made some text in docs/sessions.txt into internal links. ↵Adrian Holovaty
Thanks, ramiro git-svn-id: http://code.djangoproject.com/svn/django/trunk@7654 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-16Fixed #6993 -- Fixed a grammar error in docs/templates.txt. Thanks, Ionut ↵Adrian Holovaty
Ciocirlan git-svn-id: http://code.djangoproject.com/svn/django/trunk@7649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-16Fixed #6980 -- Removed duplicate stuff in docs/django-admin.txt. Thanks, ↵Adrian Holovaty
Evan Jones git-svn-id: http://code.djangoproject.com/svn/django/trunk@7648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-16Fixed #6898 -- Fixed some typos in docs/templates_python.txt. Thanks, djoumeAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7647 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-14Fixed some stale documentation that was advising against the use of ↵Russell Keith-Magee
OneToOneFields. Post queryset refactor, that warning is no longer required. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7633 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-14Fixed #6320 -- Clarified a few issues in the contribution docs surrounding ↵Russell Keith-Magee
the triage process. Thanks to telenieko, Edgars Jekabsons and Marc Fargas for their input. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7632 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-12Fixed #7327 -- Added documentation and test case for defining subqueries. ↵Russell Keith-Magee
Thanks, Sebastian Noack. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-12Fixed #7194 -- Fixed typo in django-admin.txt. Thanks, jhlywaAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-12Various documentation edits from the past few changesetsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-11Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific ↵Russell Keith-Magee
applications to be removed from the dump output. Thanks to Carl Karsten for the idea and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-11Fixed #7397: corrected order of command names in docs/django-admin.txtJames Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7614 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-10Fixed some linking errors in the FAQ.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7602 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-09Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ↵Russell Keith-Magee
had multiple problems: * Serializers were including all superclass fields in their output. Now only local fields are included. * Implicit OneToOne primary keys were not correctly added to the metamodel, so they were always marked to be serialized, even though they were primary * Model saving was too aggressive about creating new parent class instances during deserialization. Raw save on a model now skips saving of the parent class. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7600 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-08Added a note about manage.py createsuperuser requiring django.contrib.auth. ↵Jacob Kaplan-Moss
Thanks, Alex Gaynor git-svn-id: http://code.djangoproject.com/svn/django/trunk@7599 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-08Move "createsuperuser" docs down one slot to maintain alphabetical ordering ↵James Bennett
of commands git-svn-id: http://code.djangoproject.com/svn/django/trunk@7594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-08Add documentation for the creatsuperuser target (added in [7590]) to ↵James Bennett
doc/django-admin.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@7593 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-08Added some new entries to the FAQ regarding the mailing lists and reporting ↵Russell Keith-Magee
security issues. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7592 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-08Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7590 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-07Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit ↵Jacob Kaplan-Moss
Upadhyay and SmileyChris. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7586 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-06Fixed #7382 -- Added a reference to Pisa HTML2PDF in the PDF output docs. ↵Russell Keith-Magee
Thanks for the suggestion, perenzo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-06Fixed #7165 -- Added an assertNotContains() method to the test client. ↵Russell Keith-Magee
Thanks for the suggestion and implementation, J. Pablo Fernandez <pupeno@pupeno.com>. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-29Fixed #7191 -- Removed leading slashes in description of the patterns that a ↵Russell Keith-Magee
URLconf checks when GET data is present. Thanks, andrews. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7560 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-29Fixed #7260 -- Corrected the description of the exception returned by get() ↵Russell Keith-Magee
when multiple objects match the search criteria. Thanks, leotr. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-28Big glaring warning in docs/flatpages.txt to remind people how response ↵James Bennett
middleware works git-svn-id: http://code.djangoproject.com/svn/django/trunk@7555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-24Fixed #7300 -- Corrected description of YAML in the serialization docs. ↵Russell Keith-Magee
Thanks for the report, Allan Douglas <allandouglas@gmail.com>. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-22Reverted mistaken r7545Luke Plant
r7545 was a mistake due to not accounting for r7078 Thanks Ramiro Morales for catching this. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7546 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-22Fixed documentation of 'description' option of Admin.fields to reflect ↵Luke Plant
actual behaviour git-svn-id: http://code.djangoproject.com/svn/django/trunk@7545 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-17Fixed title underline lengthLuke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7538 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-16Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twillLuke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7537 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-04-30Added 'Setting headers' and 'Telling the browser to treat the response as a ↵Adrian Holovaty
file attachment' sections to docs/request_response.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@7510 bcc190cf-cafb-0310-a4f2-bffc1f526a37