summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-09[1.1.X] Bump version number for impending security release.1.1.4James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-09[1.1.X] Fixed security issue in AdminFileWidget. Release and disclosure ↵Carl Meyer
forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-09[1.1.X] Fixed a security issue in the file session backend. Disclosure and ↵Alex Gaynor
new release forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15469 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
2011-01-28[1.1.X] Fixed #15103 - SuspiciousOperation with limit_choices_to and ↵Luke Plant
raw_id_fields Thanks to natrius for the report. This patch also fixes some unicode bugs in affected code. Backport of [15347] from trunk. Backported to 1.1.X because this was a regression caused by a security fix backported to 1.1.X. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15350 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-12[1.1.X] Fixed #14999 -- Ensure that filters on local fields are allowed, and ↵Ramiro Morales
aren't caught as a security problem. Thanks to medhat for the report. Backport of r15139 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15176 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-23[1.1.X] Update download_url for 1.1.3.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-23[1.1.X] Bump to 1.1.3 for security release.1.1.3James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-23[1.1.X] Fix a security issue in the auth system. Disclosure and new release ↵Alex Gaynor
forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15036 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-23[1.1.X] Fix a security issue in the admin. Disclosure and new release ↵Alex Gaynor
forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-14[1.1.X] Removed the 'under development' marker from the 1.1.2 release notes; ↵Russell Keith-Magee
a little too late, but better than never. Backport of r13263 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-14[1.1.X] This branch is now 1.1.3 pre-alpha.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13257 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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