summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [1.1.X] Bump version number for impending security release.1.1.4James Bennett2011-02-092-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [1.1.X] Fixed security issue in AdminFileWidget. Release and disclosure ↵Carl Meyer2011-02-092-1/+17
| | | | | | forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [1.1.X] Fixed a security issue in the file session backend. Disclosure and ↵Alex Gaynor2011-02-092-2/+15
| | | | | | new release forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15469 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [1.1.X] Fixed a security issue in the CSRF component. Disclosure and new ↵Alex Gaynor2011-02-093-21/+37
| | | | | | release forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [1.1.X] Fixed #15103 - SuspiciousOperation with limit_choices_to and ↵Luke Plant2011-01-287-20/+78
| | | | | | | | | | | | | 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
* [1.1.X] Fixed #14999 -- Ensure that filters on local fields are allowed, and ↵Ramiro Morales2011-01-123-1/+9
| | | | | | | | 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
* [1.1.X] Update download_url for 1.1.3.James Bennett2010-12-231-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [1.1.X] Bump to 1.1.3 for security release.1.1.3James Bennett2010-12-231-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [1.1.X] Fix a security issue in the auth system. Disclosure and new release ↵Alex Gaynor2010-12-233-3/+13
| | | | | | forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15036 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [1.1.X] Fix a security issue in the admin. Disclosure and new release ↵Alex Gaynor2010-12-234-4/+49
| | | | | | forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [1.1.X] Removed the 'under development' marker from the 1.1.2 release notes; ↵Russell Keith-Magee2010-05-141-6/+4
| | | | | | | | 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
* [1.1.X] This branch is now 1.1.3 pre-alpha.James Bennett2010-05-142-2/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13257 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [1.1.X] Bump to 1.1.2.1.1.2James Bennett2010-05-142-1/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [1.1.X] Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks ↵Russell Keith-Magee2010-05-141-6/+7
| | | | | | | | 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
* [1.1.X] Fixed #13514 -- Corrected the process of loading multiple javascript ↵Russell Keith-Magee2010-05-1320-13/+186
| | | | | | | | 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
* [1.1.X] Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro. Karen Tracey2010-05-122-2/+2
| | | | | | | 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
* [1.1.X] Fixed doc markup error that resulted in no anchor tag for the model ↵Karen Tracey2010-05-121-1/+1
| | | | | | | | | 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
* [1.1.X] Fixed #13529 -- Corrected ModelAdmin example. Thanks to ↵Russell Keith-Magee2010-05-121-1/+1
| | | | | | | | 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
* [1.1.X] Fixed #12997 -- Corrected the module markup for QuerySet methods. ↵Russell Keith-Magee2010-05-112-20/+20
| | | | | | | | 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
* [1.1.X] Fixed #11908 -- Clarified the role and usage of the ManagementForm ↵Russell Keith-Magee2010-05-101-4/+11
| | | | | | | | 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
* [1.1.X] Fixed #12001 -- Modified the example of form validation to use the ↵Russell Keith-Magee2010-05-101-4/+2
| | | | | | | | 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
* [1.1.X] Fixed #12135 -- Clarified custom template tag example. Thanks to ↵Russell Keith-Magee2010-05-101-1/+1
| | | | | | | | 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
* [1.1.X] Refs #12288 -- Clarified that application names must be unique. ↵Russell Keith-Magee2010-05-101-0/+8
| | | | | | | | 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
* [1.1.X] Fixed #12505 -- Clarified the use of the extra argument in formsets. ↵Russell Keith-Magee2010-05-101-3/+4
| | | | | | | | 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
* [1.1.X] Fixed #12621 -- Corrected grammar error in custom template tag docs. ↵Russell Keith-Magee2010-05-101-6/+7
| | | | | | | | 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
* [1.1.X] Fixed #12678 -- Corrected a few references to Queryset into ↵Russell Keith-Magee2010-05-103-4/+4
| | | | | | | | 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
* [1.1.X] Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey ↵Russell Keith-Magee2010-05-101-1/+1
| | | | | | | | 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
* [1.1.X] Fixed #13002 -- Corrected description of the default form base class ↵Russell Keith-Magee2010-05-101-1/+1
| | | | | | | | 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
* [1.1.X] Fixed #13509 -- Modified the comment tests so that signal cleanup ↵Russell Keith-Magee2010-05-101-1/+2
| | | | | | | | 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
* [1.1.X] Fixed #12229 -- Added documentation of the FieldFile methods that ↵Russell Keith-Magee2010-05-101-12/+54
| | | | | | | | 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
* [1.1.X] Fixed #13158 -- Clarified that OneToOneField is a better option for ↵Russell Keith-Magee2010-05-101-8/+9
| | | | | | | | 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
* [1.1.X] Fixed #13329 -- Corrected markup problem with URL pattern in generic ↵Russell Keith-Magee2010-05-101-1/+1
| | | | | | | | 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
* [1.1.X] Fixed #13333 -- Corrected typo in whatsnew docs. Thanks to cicatrix1 ↵Russell Keith-Magee2010-05-101-15/+15
| | | | | | | | 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
* [1.1.X] Fixed #12892 - Fixed unicode related bug in a utility function of ↵Jannis Leidel2010-05-101-1/+2
| | | | | | | | 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
* [1.1.X] Fixed #13168 - Corrected the alignment of the admin inline headers ↵Jannis Leidel2010-05-101-1/+1
| | | | | | | | 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
* [1.1.X] Added exceptions reference page to the API reference index.Russell Keith-Magee2010-05-101-0/+1
| | | | | | 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
* [1.1.X] Fixed #13317 - Clarified documentation about how the blocktrans and ↵Jannis Leidel2010-05-092-13/+62
| | | | | | | | 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
* [1.1.X] Fixed #6842 -- Added reference documentation on Django's exceptions. ↵Russell Keith-Magee2010-05-092-0/+114
| | | | | | | | 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
* [1.1.X] Fixed #6039 -- Modified Atom example to be standard compliant. ↵Russell Keith-Magee2010-05-091-1/+5
| | | | | | | | 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
* [1.1.X] Fixed #6752 -- Corrected the interaction of the safe template filter ↵Russell Keith-Magee2010-05-091-0/+10
| | | | | | | | 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
* [1.1.X] Fixed #10712 -- Added documentation for the queryset() method on ↵Russell Keith-Magee2010-05-091-0/+14
| | | | | | | | 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
* [1.1.X] Fixed #11933 -- Corrected the naming of the cached_db session ↵Russell Keith-Magee2010-05-092-4/+4
| | | | | | | | 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
* [1.1.X] Fixed #12040 -- Cleaned up the documentation describing how ↵Russell Keith-Magee2010-05-091-27/+33
| | | | | | | | 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
* [1.1.X] Fixed #12278 -- Corrected an example usage of string_concat. Thanks ↵Russell Keith-Magee2010-05-091-1/+1
| | | | | | | | 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
* [1.1.X] Fixed #12412 -- Clarified the documentation around file handling by ↵Russell Keith-Magee2010-05-091-2/+10
| | | | | | | | 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
* [1.1.X] Fixed #12997 -- Added markup for methods in the queryset docs. ↵Russell Keith-Magee2010-05-091-2/+48
| | | | | | | | 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
* [1.1.X] Fixed #13051 -- Corrected the documentation of URL namespacing to ↵Russell Keith-Magee2010-05-091-3/+3
| | | | | | | | 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
* [1.1.X] Fixed #13282 -- Clarified documentation around week_day filtering in ↵Russell Keith-Magee2010-05-091-5/+5
| | | | | | | | 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
* [1.1.X] Fixed #13310 -- Documented the RESTRUCTUREDTEXT_FORMAT_SETTINGS ↵Russell Keith-Magee2010-05-091-0/+9
| | | | | | | | 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
* [1.1.X] Fixed #13417 -- Clarified the use of the djangojs domain for ↵Russell Keith-Magee2010-05-091-6/+15
| | | | | | | | 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