summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2011-02-22[1.1.X] Removed example CSRF jQuery code from release notes, replacing with ↵stable/1.1.xLuke Plant
link to improved code in the CSRF docs Backport of [15628] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-12[1.1.X] Fixed #15284 - improved example jQuery code for adding X-CSRF-TokenLuke Plant
Using the ajaxSend event is better than beforeSend, because the beforeSend callback can have only one value, which makes it painful if it is needed by multiple bits of javascript. Thanks to LukeMaurer for report and initial patch. Backport of [15515] from trunk. This is backported to 1.1.X because it really belongs with security patch [15466] git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-09[1.1.X] Fixed a security issue in the CSRF component. Disclosure and new ↵Alex Gaynor
release forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-12[1.1.X] Fixed doc markup error that resulted in no anchor tag for the model ↵Karen Tracey
admin queryset method. r13245 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13246 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-12[1.1.X] Fixed #13529 -- Corrected ModelAdmin example. Thanks to ↵Russell Keith-Magee
stephane@actinetwork.com for the report. Backport of r13242 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13243 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-11[1.1.X] Fixed #12997 -- Corrected the module markup for QuerySet methods. ↵Russell Keith-Magee
Thanks to timo for the report. Backport of r13235 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13236 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #12001 -- Modified the example of form validation to use the ↵Russell Keith-Magee
form's error class, rather than assuming ErrorList. Thanks to Suor for the report, and timo for the patch. Backport of r13221 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Refs #12288 -- Clarified that application names must be unique. ↵Russell Keith-Magee
Thanks to Piotr Czachur for the report. Backport of r13219 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13224 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #12678 -- Corrected a few references to Queryset into ↵Russell Keith-Magee
QuerySet. Thanks to ChrisMorgan for the report, and timo for the patch. Backport of r13211 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13216 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey ↵Russell Keith-Magee
for the report. Backport of r13210 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13215 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #13002 -- Corrected description of the default form base class ↵Russell Keith-Magee
in InlineModelAdmin classes. Thanks to stijn@typograaf.be for the report, and timo for the patch. Backport of r13209 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #12229 -- Added documentation of the FieldFile methods that ↵Russell Keith-Magee
are exposed by FileField and ImageField. Thanks to Gabriel Hurley for the draft patch. Backport of r13202 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13203 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Added exceptions reference page to the API reference index.Russell Keith-Magee
Backport of r13187 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13188 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #13317 - Clarified documentation about how the blocktrans and ↵Jannis Leidel
trans template tags work with regard to variables. Thanks for the initial patch, Ramiro Morales. Backport from trunk, r13184. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #6842 -- Added reference documentation on Django's exceptions. ↵Russell Keith-Magee
Thanks to timo for the patch. Backport of r13180 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13182 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #6039 -- Modified Atom example to be standard compliant. ↵Russell Keith-Magee
Thanks to ion.morega@gmail.com for the report, and arien for the patch. Backport of r13179 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13181 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #6752 -- Corrected the interaction of the safe template filter ↵Russell Keith-Magee
with other filters. Thanks to Rupe and Alex Gaynor for their work on the patch. Backport of r13171 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #10712 -- Added documentation for the queryset() method on ↵Russell Keith-Magee
ModelAdmin. Thanks to mrts for the report, and timo for the patch. Backport of r13170 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13176 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #11933 -- Corrected the naming of the cached_db session ↵Russell Keith-Magee
backend. Thanks to mb0@mb0.org for the report and Gabriel Hurley for the patch. Backport of r13169 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13175 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #12040 -- Cleaned up the documentation describing how ↵Russell Keith-Magee
CurrentSiteManager works. Thanks to elpaso66 for the report, and Gabriel Hurley for the draft patch. Backport of r13168 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13174 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #12997 -- Added markup for methods in the queryset docs. ↵Russell Keith-Magee
Thanks to Ramiro Morales for the patch. Backport of r13162 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13165 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #13282 -- Clarified documentation around week_day filtering in ↵Russell Keith-Magee
querysets. Thanks to wangchun, Ramiro Morales and timo. Backport of r13155 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13159 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #13310 -- Documented the RESTRUCTUREDTEXT_FORMAT_SETTINGS ↵Russell Keith-Magee
setting. Thanks to Wraithan for the patch. Backport of r13154 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13158 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #13455 -- Clarified the interaction of values() and extra(). ↵Russell Keith-Magee
Thanks to Rupe for the report and draft text. Backport of r13145 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13151 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #13497 -- Corrected various typos and markup problems in docs. ↵Russell Keith-Magee
Thanks to Ramiro Morales for the report and patch. Backport of r13144 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-08[1.1.X] Fixed #13336 -- Corrected an incorrect example of cache header ↵Russell Keith-Magee
usage. Thanks to dnjuls for the report, and claudep for the patch. Backport of r13129 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13132 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-07[1.1.X] Fixed typo and small formatting mistake in docsLuke Plant
Backport of [13118] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-03[1.1.X] Fixed #13099 - incorrect SQL for exclude() exampleKaren Tracey
Thanks to istruble for the report. r12936 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13080 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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-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 #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-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-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 #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-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-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 #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