summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2007-03-02Fixed #3628 -- Fixed a broken link spotted by Manoj Govindan.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4663 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-02Added option to pretty-print dumped fixture outputRussell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4661 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-28Fixed #3610: typo in django-admin.txt. Thanks, Yasushi Masuda.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-28Removed a stray colon in authentication.txt.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-28Added note to docs/db-api.txt about 'depth' being new in Django development ↵Adrian Holovaty
version git-svn-id: http://code.djangoproject.com/svn/django/trunk@4649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-28Fixed #3602: a few small doc fixes. Thanks, Jeremy DunckJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-28Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4647 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-28Added a "depth" argument to select_related() to control how many "levels" of ↵Jacob Kaplan-Moss
relations select_related() is willing to follow (refs #3275). Also added unit tests for select_related(). git-svn-id: http://code.djangoproject.com/svn/django/trunk@4645 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-27Fixed #3598: Added a note about the precedence of URL matches versus extra ↵Jacob Kaplan-Moss
kwargs in URL patterns. Thanks, Ubernostrum. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4638 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-27Fixed #2565: added a note about the laziness of querysets in tutorial 4. ↵Jacob Kaplan-Moss
Thanks, Ubernostrum. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4637 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-27Fixed #2264: the docs now mention that delete() cascades. Thanks, UbernostrumJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-27Fixed #3039: corrected example code in authentication.txt. Thanks, Ubernostrum.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4633 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3325: Added docs/distributions.txt, a guide to packaged versions of ↵Jacob Kaplan-Moss
Django in Debian/Fedora/etc. Thanks to Marc Fargas and Ubernostrum for the patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #834: Added documentation of the built-in authentication views. ↵Jacob Kaplan-Moss
Thanks, Ubernostrum. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Small cleanup of docs/model-api.txt change from [4625]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4626 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3455: added documentation of Model.get_FIELD_display(). Thanks, ↵Jacob Kaplan-Moss
Ubernostrum. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3364: Updated install.txt to recommend psycopg2. Thanks, Marc Fargas.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3319: Added docs to django-admin.txt about reset and runfcgi. Thanks, ↵Jacob Kaplan-Moss
Ubernostrum. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4623 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Improved error e-mail docs in docs/settings.txt from [4619]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4622 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3279: Added a note about using MySQLdb 1.2.1 or later. Thanks, Marc ↵Jacob Kaplan-Moss
Fargas. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3195: added a note in settings.txt about DEBUG and HIDDEN_SETTINGS. ↵Jacob Kaplan-Moss
Thanks, cmgreen@uab.edu git-svn-id: http://code.djangoproject.com/svn/django/trunk@4620 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3135: added some more explanation about how the various error email ↵Jacob Kaplan-Moss
settings work together. Thanks, Simon G. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #2592: Added a warning to tutorial 1 about not naming your project ↵Jacob Kaplan-Moss
"site" or "django" or anything else similarly boneheaded. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4618 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3253 -- Exposed the number of failed tests as a return code in ↵Russell Keith-Magee
manage.py and runtests.py. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3397: You can now order by non-DB fields in the admin by telling ↵Jacob Kaplan-Moss
Django which field to actually order by. Thanks, marcink@elksoft.pl git-svn-id: http://code.djangoproject.com/svn/django/trunk@4596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26D'oh, fixed broken ReST in last commit.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4595 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3354: added a message to tutorial 1 about where to go for help. ↵Jacob Kaplan-Moss
Thanks to Marc Fargas for the original patch, but I ended up going with a somewhat softer wording just to be double-plus-ultra-sure not to turn anyone off. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3249: small doc fix to pagination documentation. Thanks, Nikolaus ↵Jacob Kaplan-Moss
Schlemm. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4593 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3170: added first_on_page and last_on_page arguments to paginated ↵Jacob Kaplan-Moss
generic views. Thanks, Grimboy. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4591 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-25Reverted [4578] because there's no such thing as a PasswordField database ↵Adrian Holovaty
field type git-svn-id: http://code.djangoproject.com/svn/django/trunk@4579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-25Fixed #2071: added a smidge of docs on PasswordField. Thanks for the patch, ↵Jacob Kaplan-Moss
asmodai. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-25Fixed #2104: allow somewhat nicer error messages in ↵Jacob Kaplan-Moss
RequiredIfOtherFieldEquals validator. Thanks, Steven Armstrong git-svn-id: http://code.djangoproject.com/svn/django/trunk@4577 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-25Fixed #3488: send_mail no longer uses settings in function default ↵Jacob Kaplan-Moss
arguments. Thanks to Per Jonsson for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4574 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-25Fixed #3504: fixed a missing "self" in the authentication docs. Thanks, ↵Jacob Kaplan-Moss
Robert Myers. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-23Fixed documentation from [4558] to be correct.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-23Fixed #343: filters that take strings now handle non-strings correctly. ↵Jacob Kaplan-Moss
Thanks to Boffbowsh for the original patch, and to SmileyChris for the updated patch and tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-18Copy edited new docs in docs/model-api.txt from [4535]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-18Copy edited new docs in docs/request_response.txt from [4534]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4538 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-17Fixed #2568 -- Added documentation for the permalink() decorator. Based on aMalcolm Tredinnick
patch from Joeboy. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-17Fixed #2906 -- Added documentation about HTTP error code returns and theMalcolm Tredinnick
default 404 and 500 code error handlers. Based on a patch from Marc Fargas. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4534 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-17Fixed #3160 -- Added the ability to control the content type in a test ↵Russell Keith-Magee
client POST request. This is to allow easier testing of json-rpc/xml-rpc/soap etc interfaces. Thanks to Mikeal Rogers for the suggestion, and Ben <afternoon@uk2.net> for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4529 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-15Fixed typo in docs/newforms.txt. Thanks, Jeff HilyardAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-15Created django.contrib.localflavor, for country- and culture-specific ↵Adrian Holovaty
functionality. Moved django/newforms/extras/usa.py into there git-svn-id: http://code.djangoproject.com/svn/django/trunk@4524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-14Made a small improvement to the first overview paragraph in docs/newforms.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4508 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-14Fixed ReST error in docs/testing.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4507 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-14Implemented subclassing Forms in newformsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-13Renamed date_to_format function in docs/templates_python.txt example so as ↵Adrian Holovaty
to make it not sound like a conversion function. Thanks, linoj git-svn-id: http://code.djangoproject.com/svn/django/trunk@4502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-13Cleaned up docs/templates.txt 'url' tag documentation from [4494]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4499 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-13Fixed #3005 -- Applied trivial docs patch for "oldforms" use of do_html2python.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4495 bcc190cf-cafb-0310-a4f2-bffc1f526a37