summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-14[1.1.X] Bump to 1.1.2.1.1.2James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-14[1.1.X] Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks ↵Russell Keith-Magee
to erw for the report and patch. Backport of r13254 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-13[1.1.X] Fixed #13514 -- Corrected the process of loading multiple javascript ↵Russell Keith-Magee
translation catalogs. Thanks to jtiai for the report, to Ramiro Morales for working out the test case, and to Ramiro and Jannis for their help on the fix. Backport of r13250 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-12[1.1.X] Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro. Karen Tracey
Merge of the applicable bits of r13247. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13248 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 #11908 -- Clarified the role and usage of the ManagementForm ↵Russell Keith-Magee
in formsets. Thanks to timo for the draft patch. Backport of r13222 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13227 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] Fixed #12135 -- Clarified custom template tag example. Thanks to ↵Russell Keith-Magee
EvilDMP for the report, and timo for the patch. Backport of r13220 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13225 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 #12505 -- Clarified the use of the extra argument in formsets. ↵Russell Keith-Magee
Thanks to Andreas for the report, and timo for the draft patch. Backport of r13218 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #12621 -- Corrected grammar error in custom template tag docs. ↵Russell Keith-Magee
Thanks to beemzet for the report. Backport of r13212 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13217 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 #13509 -- Modified the comment tests so that signal cleanup ↵Russell Keith-Magee
doesn't rely on garbage collection. Thanks to Alex Gaynor for the report and patch. Backport of r13204 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13206 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] Fixed #13158 -- Clarified that OneToOneField is a better option for ↵Russell Keith-Magee
User profile classes. Thanks to hvdklauw for the report and patch. Backport of r13197 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13200 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #13329 -- Corrected markup problem with URL pattern in generic ↵Russell Keith-Magee
views docs. Thanks to LaundroMat for the report. Backport of r13196 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #13333 -- Corrected typo in whatsnew docs. Thanks to cicatrix1 ↵Russell Keith-Magee
for the report. Backport of r13195 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13198 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #12892 - Fixed unicode related bug in a utility function of ↵Jannis Leidel
the admindocs app that prevented it to be used in non-English environments together with certain versions of docutils. Backport from trunk, r13192 git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13194 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #13168 - Corrected the alignment of the admin inline headers ↵Jannis Leidel
for rtl languages. Thanks for the report and patch, benc. Backport from trunk, r13191 git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13193 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 #12278 -- Corrected an example usage of string_concat. Thanks ↵Russell Keith-Magee
to loumz for the report, and timo for the patch. Backport of r13167 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13173 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #12412 -- Clarified the documentation around file handling by ↵Russell Keith-Magee
the test client. Thanks to Gabriel Hurley for the draft patch. Backport of r13166 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13172 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 #13051 -- Corrected the documentation of URL namespacing to ↵Russell Keith-Magee
match the tested implementation behavior. Thanks to apollo13 for the report, and Gabriel Hurley for the patch. Backport of r13161 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13164 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 #13417 -- Clarified the use of the djangojs domain for ↵Russell Keith-Magee
translation. Thanks to stephaner for the report and initial patch, and Ramiro Morales for his additional markup. Backport of r13147 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13152 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-09[1.1.X] Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for ↵Russell Keith-Magee
the report and patch. Backport of r13143 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-08[1.1.X] Added hyperlinks for builtin template tags and filters to code ↵Luke Plant
samples in docs. Implemented in javascript because doing it 'properly' is pretty much impossible with Sphinx and Pygments. Refs #12249 Backport of [13135] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13137 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-08[1.1.X] Fixed #13484 -- Added some newly available targets to the ↵Russell Keith-Magee
documentation makefile. Thanks to Alex for the patch. Backport of r13126 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13136 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-08[1.1.X] Fixed #13471 -- Added example of send_mass_mail usage. Thanks to ↵Russell Keith-Magee
gtaylor for the report and patch. Backport of r13127 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13131 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-06[1.1.X] Fixed #8357 -- Clarified what constitutes activity when calculating ↵Russell Keith-Magee
session expiry. Thanks to timo for the patch. Backport of r13113 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-06[1.1.X] Fixed #12609 -- Updated FAQ on which version users should install. ↵Russell Keith-Magee
Thanks to shanx for the report. Backport of r13109 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13112 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-06[1.1.X] Fixed #13420 -- Clarified grammar in the email docs. Thanks to ↵Russell Keith-Magee
Dominic Rodger for the report. Backport of r13104 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04[1.1.X] Fixed #13469 -- Cleaned up the test case from r13085, and added some ↵Russell Keith-Magee
cache cleanup that matters for Python 2.3. Thanks to Karen and Alex for their help. Backport of r13095 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13096 bcc190cf-cafb-0310-a4f2-bffc1f526a37