summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2010-04-12[1.1.X] Fixed #11711 -- clarified that ValuesQuerySets are not lists per se.Karen Tracey
It rarely hurts to think of the returned result from a values() or values_list() call as a list, but it's really an iterable and sometimes the difference matters. r12743 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12953 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-12[1.1.X] Fixed two small doc markup errors. Karen Tracey
Partial merge of r12741 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-06[1.1.X] Fixed #13270 - typos in documentationLuke Plant
Thanks to cmbeelby for the report and patch Backport of r12934 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-06[1.1.X] Fixed #13035 - Incorrect documentation regarding admin and default ↵Luke Plant
managers Thanks to rasca for report and gabrielhurley for patch. Backport of r12930 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12931 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-06[1.1.X] Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txtLuke Plant
Thanks piquadrat for report and patch. Backport of r12928 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-05[1.1.X] Fixed #13263 -- Corrected field name typo in queries documentation ↵Justin Bronn
examples. Thanks, RicherPots for bug report and gabrielhurley for the patch. Backport of r12926 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-05[1.1.X] Fixed #13271 -- Corrected a typo in the signals documentation. ↵Justin Bronn
Thanks, chtito. Backport of r12924 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-05[1.1.X] Fixed #11949 -- Added a hook to allow ModelAdmin customization of ↵Russell Keith-Magee
the delete selected template. Thanks to bendavis78 for the report and patch, and Ramiro Morales for his cleanup work. Backport of r12916 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12917 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-27[1.1.X] Fixed #13103 -- A bit of re-organization to the custom template ↵Gary Wilson Jr
`ModelAdmin` options documentation section to remove some duplication and fix some confusing wording. Backport of r12868 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-27[1.1.X] Fixed #13189 -- Fixed typo in code example, thanks to gabrielhurley ↵Gary Wilson Jr
for patch. Backport of r12862 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-27[1.1.X] Fixed #13202 -- Documented required libraries for markup template ↵Gary Wilson Jr
tags, based on patch from steveed. Backport of r12860 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-23[1.1.X] Fixed #13177 -- Corrected usage of firstof in admin templates. ↵Russell Keith-Magee
Thanks to nomulous for the report and patch. Backport of r12840 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12841 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-20[1.1.X] Fixed `fieldlookup` docs cross-reference directive, and added it to ↵Justin Bronn
the queryset reference. Refs #12930. Backport of r12808 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-16[1.1.X] Fixed #10361 -- Added documentation for ComboField and ↵Gary Wilson Jr
MultiValueField form fields, patch from timo. Backport of r12798 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12799 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-15[1.1.X] Fixed #13114 -- Modified escapejs to produce output that is JSON ↵Russell Keith-Magee
compliant. Thanks to David Danier for the report. Backport of r12780 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12781 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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