Russell Keith-Magee
|
a0ea98e7a0
|
[1.1.X] Fixed #12001 -- Modified the example of form validation to use the 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 14:16:04 +00:00 |
Russell Keith-Magee
|
45f5e0c980
|
[1.1.X] Fixed #12135 -- Clarified custom template tag example. Thanks to 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 14:14:41 +00:00 |
Russell Keith-Magee
|
61beb4549d
|
[1.1.X] Refs #12288 -- Clarified that application names must be unique. 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 14:13:39 +00:00 |
Russell Keith-Magee
|
9ca0a33029
|
[1.1.X] Fixed #12505 -- Clarified the use of the extra argument in formsets. 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 14:12:25 +00:00 |
Russell Keith-Magee
|
c51284f65a
|
[1.1.X] Fixed #12621 -- Corrected grammar error in custom template tag docs. 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 13:28:57 +00:00 |
Russell Keith-Magee
|
b7b0ebb3ad
|
[1.1.X] Fixed #12678 -- Corrected a few references to Queryset into 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 13:27:53 +00:00 |
Russell Keith-Magee
|
5627b26377
|
[1.1.X] Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey 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 13:26:47 +00:00 |
Russell Keith-Magee
|
a858374828
|
[1.1.X] Fixed #13002 -- Corrected description of the default form base class 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 13:25:44 +00:00 |
Russell Keith-Magee
|
5a43a33161
|
[1.1.X] Fixed #13509 -- Modified the comment tests so that signal cleanup 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 12:43:05 +00:00 |
Russell Keith-Magee
|
6bc070ba4c
|
[1.1.X] Fixed #12229 -- Added documentation of the FieldFile methods that 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 12:34:52 +00:00 |
Russell Keith-Magee
|
0765d4b597
|
[1.1.X] Fixed #13158 -- Clarified that OneToOneField is a better option for 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 11:44:25 +00:00 |
Russell Keith-Magee
|
45c409f3fd
|
[1.1.X] Fixed #13329 -- Corrected markup problem with URL pattern in generic 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 11:43:34 +00:00 |
Russell Keith-Magee
|
b66d597cb4
|
[1.1.X] Fixed #13333 -- Corrected typo in whatsnew docs. Thanks to cicatrix1 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 11:42:41 +00:00 |
Jannis Leidel
|
8099fec855
|
[1.1.X] Fixed #12892 - Fixed unicode related bug in a utility function of 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 11:24:16 +00:00 |
Jannis Leidel
|
868cf8093c
|
[1.1.X] Fixed #13168 - Corrected the alignment of the admin inline headers 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 11:23:59 +00:00 |
Russell Keith-Magee
|
f7215cec92
|
[1.1.X] Added exceptions reference page to the API reference index.
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-10 00:54:25 +00:00 |
Jannis Leidel
|
4a97875f6b
|
[1.1.X] Fixed #13317 - Clarified documentation about how the blocktrans and 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 13:57:03 +00:00 |
Russell Keith-Magee
|
9fb195fc67
|
[1.1.X] Fixed #6842 -- Added reference documentation on Django's exceptions. 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 07:47:14 +00:00 |
Russell Keith-Magee
|
e10f546b21
|
[1.1.X] Fixed #6039 -- Modified Atom example to be standard compliant. 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 07:46:50 +00:00 |
Russell Keith-Magee
|
c772e39d34
|
[1.1.X] Fixed #6752 -- Corrected the interaction of the safe template filter 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 06:51:07 +00:00 |
Russell Keith-Magee
|
2ee73c2f4e
|
[1.1.X] Fixed #10712 -- Added documentation for the queryset() method on 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 06:50:39 +00:00 |
Russell Keith-Magee
|
5d751026b5
|
[1.1.X] Fixed #11933 -- Corrected the naming of the cached_db session 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 06:50:06 +00:00 |
Russell Keith-Magee
|
814268fb54
|
[1.1.X] Fixed #12040 -- Cleaned up the documentation describing how 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 06:49:32 +00:00 |
Russell Keith-Magee
|
3b9a82714c
|
[1.1.X] Fixed #12278 -- Corrected an example usage of string_concat. Thanks 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 06:49:00 +00:00 |
Russell Keith-Magee
|
5be6c7fc60
|
[1.1.X] Fixed #12412 -- Clarified the documentation around file handling by 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 06:48:32 +00:00 |
Russell Keith-Magee
|
6df4ffd4f4
|
[1.1.X] Fixed #12997 -- Added markup for methods in the queryset docs. 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 05:52:38 +00:00 |
Russell Keith-Magee
|
3981355c5c
|
[1.1.X] Fixed #13051 -- Corrected the documentation of URL namespacing to 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 05:51:57 +00:00 |
Russell Keith-Magee
|
d529963113
|
[1.1.X] Fixed #13282 -- Clarified documentation around week_day filtering in 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 05:13:45 +00:00 |
Russell Keith-Magee
|
95693cc6dd
|
[1.1.X] Fixed #13310 -- Documented the RESTRUCTUREDTEXT_FORMAT_SETTINGS 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 05:13:13 +00:00 |
Russell Keith-Magee
|
e3389f9a20
|
[1.1.X] Fixed #13417 -- Clarified the use of the djangojs domain for 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 04:34:13 +00:00 |
Russell Keith-Magee
|
a1421336d7
|
[1.1.X] Fixed #13455 -- Clarified the interaction of values() and extra(). 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 04:33:29 +00:00 |
Russell Keith-Magee
|
0711e1051d
|
[1.1.X] Fixed #13497 -- Corrected various typos and markup problems in docs. 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 04:32:40 +00:00 |
Russell Keith-Magee
|
947c8ce3b4
|
[1.1.X] Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for 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-09 04:31:49 +00:00 |
Luke Plant
|
d5ed030228
|
[1.1.X] Added hyperlinks for builtin template tags and filters to code 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 20:31:59 +00:00 |
Russell Keith-Magee
|
e8e87e09b9
|
[1.1.X] Fixed #13484 -- Added some newly available targets to the 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 15:22:52 +00:00 |
Russell Keith-Magee
|
176f1c1c45
|
[1.1.X] Fixed #13336 -- Corrected an incorrect example of cache header 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 07:34:53 +00:00 |
Russell Keith-Magee
|
e6167e54db
|
[1.1.X] Fixed #13471 -- Added example of send_mass_mail usage. Thanks to 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-08 07:34:30 +00:00 |
Luke Plant
|
027ba077ac
|
[1.1.X] Fixed typo and small formatting mistake in docs
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-07 01:01:16 +00:00 |
Russell Keith-Magee
|
d034374ea8
|
[1.1.X] Fixed #8357 -- Clarified what constitutes activity when calculating 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 01:36:42 +00:00 |
Russell Keith-Magee
|
760ed9987a
|
[1.1.X] Fixed #12609 -- Updated FAQ on which version users should install. 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 01:26:39 +00:00 |
Russell Keith-Magee
|
1d7c4a96ab
|
[1.1.X] Fixed #13420 -- Clarified grammar in the email docs. Thanks to 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-06 01:26:13 +00:00 |
Russell Keith-Magee
|
125ea947df
|
[1.1.X] Fixed #13469 -- Cleaned up the test case from r13085, and added some 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
|
2010-05-04 14:55:04 +00:00 |
Karen Tracey
|
e28c0edbee
|
[1.1.X] Fixed some Python 2.3 incompatibilities in new tests.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-04 13:31:25 +00:00 |
Russell Keith-Magee
|
c7fc8891b1
|
[1.1.X] Fixed #13467 -- Corrected Japanese translation for password reset emails. Thanks to cdeyoung for the report.
Backport of r13084 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13086 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-04 08:16:06 +00:00 |
Russell Keith-Magee
|
bc9708735f
|
[1.1.X] Fixed #13464 -- Reworked module_has_submodule to break the requirement for loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach.
Backport of r13082 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-04 08:15:34 +00:00 |
Karen Tracey
|
a263d3b445
|
[1.1.X] Updated svnmerge metadata.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13081 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-03 18:09:48 +00:00 |
Karen Tracey
|
5c5c25eba5
|
[1.1.X] Fixed #13099 - incorrect SQL for exclude() example
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-05-03 17:45:14 +00:00 |
Karen Tracey
|
820bcd0aa3
|
[1.1.X] Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for the report and timo for the patch.
r12485 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-03 17:14:57 +00:00 |
Nicola Larosa
|
0265a81449
|
[1.1.X] Updated the Italian translation
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-03 06:42:52 +00:00 |
Nicola Larosa
|
9c14f23946
|
[1.1.X] Italian translation updated by makemessages, to be fixed
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13075 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-03 05:57:16 +00:00 |