summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2010-03-11[1.1.X] Corrected a markup error in middleware docs. Backport of applicable ↵James Bennett
bits of [12759] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-11[1.1.X] Fixed #13084: Corrected typo in error-reporting docs. Backport of ↵James Bennett
[12757] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12758 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-08[1.1.X] Fixed #12024: Changed admin code to avoid raising an exception when ↵Karen Tracey
a field listed in raw_id_fields has limit_choices_to specified as a Q object. Tweaked a test to trigger the condition and verify the fix. Finally, documented that limit_choices_to specified as a Q object has no effect on the choices available for fields listed in raw_id_fields, and removed another incorrect note that claimed limit_choices_to had no effect on inlines in the admin. r12728 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12729 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-08[1.1.X] Fixed #12097 -- Cleaned up the documentation for ModelChoiceField ↵Russell Keith-Magee
and MultipleModelChoiceField. Thanks to JasonYosinski for the patch. Backport of r12712 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12715 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-08[1.1.X] Fixed #12114 -- Clarified the existence of the reverse relation _set ↵Russell Keith-Magee
in the tutorial. Thanks to panfist for the suggestion, and dwillis for the patch. Backport of r12711 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12714 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-08[1.1.X] Fixed #12811 -- Modified Tutorial 2 to indicate that the templating ↵Russell Keith-Magee
language will be covered later. Thanks to bac for the suggestion, and Gabriel Hurley for the draft text. Backport of r12710 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-07[1.1.X] Fixed #13048: Corrected typo in email documentation. Backport of ↵James Bennett
[12694] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12695 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-06[1.1.X] Fixed #11680: Added a note in the error-reporting documentation ↵James Bennett
about basic e-mail configuration. Backport of [12686] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12687 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-03[1.1.X] Fixed #12601: Documented the slug field in the forms module. ↵James Bennett
Backport of [12673] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-03[1.1.X] Fixed #12217: Documented the fact that serving flatpages from the ↵James Bennett
flatpage middleware does not apply view middleware methods. Backport of [12671] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12672 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-03[1.1.X] Fixed #11889: Documented the fact that context processors will ↵James Bennett
overwrite pre-existing context variables of the same names. Backport of [12669] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12670 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-03[1.1.X] Fixed #11883: Documented how to set a custom template name on a ↵James Bennett
flatpage. Backport of [12667] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12668 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-02[1.1.X] Fixed #12946: Removed an invalid example of url tag usage from the ↵Karen Tracey
docs. r12652 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12653 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-01[1.1.X] Fixed #5605: only lowercase the domain portion of an email address ↵Jacob Kaplan-Moss
in `UserManager.create_user`. Thanks, Leo. Backport of [12641] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-01[1.1.X] Fixed #12987 - Added a few versionadded directives to the docs. ↵Jannis Leidel
Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-26[1.1.X] Fixed #12585 -- Corrected typo in tutorial03. Thanks, fcsmith.Justin Bronn
Backport of r12484 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-26Corrected a versionchanged marker added in r12603.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12604 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-26[1.1.X] Fixed #1480 -- Added the ability to use the system timezone. Thanks ↵Russell Keith-Magee
to Ramiro Morales for the patch. Backport of r12602 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12603 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-25[1.1.X] Added note to the contributing docs about requiring gettext to run ↵Jannis Leidel
the makemessages tests. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12591 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-24[1.1.X] Fixed #12102 -- Corrected an example in the docs that suggested that ↵Russell Keith-Magee
you use a relative path in your PYTHONPATH. Thanks to alexkon for the report. Backport of r12570 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-24[1.1.X] Fixed #11933 -- Added versionchanged marker for the cache_db session ↵Russell Keith-Magee
backend. Thanks to gabrielhurley for the report and patch. Backport of r12569 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12571 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-24[1.1.X] Fixed #11782 -- Added some Sphinx metadata to the file uploads ↵Russell Keith-Magee
documentation. Thanks to timo for the patch. Backport of r12562 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12566 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-24[1.1.X] Fixed #12538 -- Added a note that pickles aren't stable during ↵Russell Keith-Magee
version updates. Thanks to snow0x2d0 for the suggestion. Backport of r12560 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12565 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-24[1.1.X] Fixed #12880 -- Added some missing sphinx directives for module ↵Russell Keith-Magee
references. Thanks to psagers for the report, and timo for the patch. Backport of r12559 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12564 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23[1.1.X] Fixed #12802 -- Specify the correct factory in the ↵Justin Bronn
`InlineModelAdmin` docs. Thanks, rctay and unbracketed. Backport of r12527 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12529 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23[1.1.X] Fixed #12799 -- Added an extra newline to help with PDF generation ↵Russell Keith-Magee
of documentation. Thanks to Ivan Savov for the report. Backport of r12518 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23[1.1.X] Fixed #12837 -- Clarified the naming strategy for m2m intermediate ↵Russell Keith-Magee
tables. Thanks to Ramiro Morales for the report and patch. Backport of r12516 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12521 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23[1.1.X] Fixed #12859 -- Clarified the documentation on using multiple tables ↵Russell Keith-Magee
with .update() calls. Thanks to dwillis for the report. Backport of r12515 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12520 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23[1.1.X] Fixed #12925 -- Corrected typo in v1.1 release notes. Thanks to ↵Russell Keith-Magee
aruseni for the report. Backport of r12513 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12519 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-22[1.1.X] Fixed #11714 - Document a few of the i18n function that can be used ↵Jannis Leidel
outside views and templates. Thanks, Jarek Zgoda and Ramiro Morales. Backport or r12473. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-22[1.1.X] Fixed #12275 - Small fix in Sphinx templates.Jannis Leidel
Backport of r12467. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12482 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-22[1.1.X] Fixed #12620 - Refer to better fieldname in defer docs. Thanks, dwillis.Jannis Leidel
Backport of r12462. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12479 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-22[1.1.X] Fixed #12604 - Typo in 1.1 release docs.Jannis Leidel
Backport of r12461. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12478 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-22[1.1.X] Fixed #12895 - Fixed typo in auth docs. Thanks Timo.Jannis Leidel
Backported from r12457. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-16[1.1.X] Fixed #10260 - Refactored internationalization documentation. ↵Jannis Leidel
Thanks, Ramiro Morales. Partial backport of r12440. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12449 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-01[1.1.X] Fixed #12745: The maxlength -> max_length change happened in 2007, ↵James Bennett
we can probably stop mentioning it in the tutorial now. Backport of [12362] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12363 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28[1.1.X] Fixed #4140: Documented the ORA-06552 error that can occur when a ↵Ian Kelly
keyword is used as a field name in the Oracle notes. Backport of r12346 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28[1.1.X] Fixed #11973 -- Corrected some misleading documentation regarding ↵Russell Keith-Magee
the feed_copyright attribute on feeds. Backport of a small part of r12338 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12339 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-23[1.1.X] Documented backwards incompatibility in 1.1.X branch introduced in ↵Luke Plant
r12283 Backport of r12284 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12286 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-18[1.1.X] Fixed bad indentation in contenttypes code example so that cut and ↵Karen Tracey
paste from doc will work. r12253 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-17[1.1.X] Fixed #9819 - Added exemplary documentation for comments app. Thanks ↵Jannis Leidel
for the initial patch, Thejaswi Puthraya. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-17[1.1.X] Fixed #11794 - Typo in model manager documentation. Thanks, timo.Jannis Leidel
Conflicts: docs/topics/db/managers.txt git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-17[1.1.X] Fixed #12496 - Added code examples to built-in filter documentation. ↵Jannis Leidel
Thanks, Arthur Koziel. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12243 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-16[1.1.X] Fixed #12622 - exists() mentioned in 1.1 docsLuke Plant
Thanks for the report kmike. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12231 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-16[1.1.X] Created a 'DB optimization' topic, with cross-refs to relevant sections.Luke Plant
Also fixed #10291, which was related, and cleaned up some inconsistent doc labels. Backport of r12229 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-08[1.1.X] Updated the docs to suggest using ``*args, **kwargs`` when ↵Russell Keith-Magee
implementing model save methods. Thanks to Jeff Croft for the report. Partial backport of r12118 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-04[1.1.X] Fixed #12503 - form examples don't validate according to w3cLuke Plant
Thanks to skyl for the report. Backport of r12086 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12087 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-03[1.1.X] Added backwards incompatibility note to 1.1.2 release notes for the ↵Gary Wilson Jr
change in test runner exit status codes (refs #11615). Backport of r12070 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12071 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-01[1.1.X] Fixed #8468 - Updated class names in docs of Polish local flavor.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-01Typo fix for localflavor documentationJannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12062 bcc190cf-cafb-0310-a4f2-bffc1f526a37