Russell Keith-Magee
|
55d65d3351
|
Fixed #12997 -- Added markup for methods in the queryset docs. Thanks to Ramiro Morales for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13162 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 05:48:45 +00:00 |
Russell Keith-Magee
|
5802ea3bbc
|
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13161 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 05:48:06 +00:00 |
Russell Keith-Magee
|
4a15dc4509
|
Fixed #13100 -- Clarified the model validation rules around full_clean(). Thanks to ptone for the draft text.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 05:47:35 +00:00 |
Russell Keith-Magee
|
ed33513988
|
Corrected typo from r13154.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13157 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 05:12:00 +00:00 |
Russell Keith-Magee
|
ec136cee25
|
Fixed #13101 -- Added multi-db info about debugging queries. Thanks to David Fischer for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 04:50:48 +00:00 |
Russell Keith-Magee
|
ccf5bb1883
|
Fixed #13282 -- Clarified documentation around week_day filtering in querysets. Thanks to wangchun, Ramiro Morales and timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 04:50:00 +00:00 |
Russell Keith-Magee
|
5b28f8a07b
|
Fixed #13310 -- Documented the RESTRUCTUREDTEXT_FORMAT_SETTINGS setting. Thanks to Wraithan for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 04:49:11 +00:00 |
Russell Keith-Magee
|
2f279ec595
|
Fixed #13341 -- Clarified the arguments to RegexValidators. Thanks to DrMeers for the report, and David Fischer for the draft text.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13148 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 04:26:09 +00:00 |
Russell Keith-Magee
|
3341f39f41
|
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13147 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 04:25:34 +00:00 |
Russell Keith-Magee
|
5a2324afb2
|
Fixed #13418 -- Added notes on uniqueness requirements for natural keys. Thanks to hunajakippo for the suggestion, and Ramiro Morales for the draft text.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13146 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 04:24:58 +00:00 |
Russell Keith-Magee
|
e7e46d1f4b
|
Fixed #13455 -- Clarified the interaction of values() and extra(). Thanks to Rupe for the report and draft text.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13145 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 04:24:21 +00:00 |
Russell Keith-Magee
|
663d17897e
|
Fixed #13497 -- Corrected various typos and markup problems in docs. Thanks to Ramiro Morales for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 04:23:43 +00:00 |
Russell Keith-Magee
|
b626d60240
|
Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13143 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 04:23:00 +00:00 |
Brian Rosner
|
47639b6410
|
Fixed #3469 -- added django.utils documentation for stable bits
Thanks to Rupe and Ramiro Morales for their initial work on this patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13140 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-08 21:38:27 +00:00 |
Brian Rosner
|
0618cb24f5
|
Fixed #9170 -- added improved custom management command documentation.
Thanks to David Fischer and Eric Holscher for their work on initial patches.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-08 21:38:00 +00:00 |
Luke Plant
|
b09581394e
|
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
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13135 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-08 14:31:20 +00:00 |
Russell Keith-Magee
|
6b1a2a8e44
|
Fixed #13428 -- Corrected the allow_relation behavior of and example router. Thanks to jcd for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-08 07:41:22 +00:00 |
Russell Keith-Magee
|
e34ca2b1e2
|
Fixed #13269 -- Added clarifying import statement to widget override docs. Thanks to mattrowbum for the report, and Gabriel Hurley for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13130 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-08 07:32:31 +00:00 |
Russell Keith-Magee
|
0cb2ae9123
|
Fixed #13336 -- Corrected an incorrect example of cache header usage. Thanks to dnjuls for the report, and claudep for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-08 07:32:08 +00:00 |
Russell Keith-Magee
|
19826d9910
|
Fixed #13405 -- Corrected typo from r13105. Thanks to danielr for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13128 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-08 07:31:43 +00:00 |
Russell Keith-Magee
|
0e6ff67ba2
|
Fixed #13471 -- Added example of send_mass_mail usage. Thanks to gtaylor for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13127 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-08 07:31:18 +00:00 |
Russell Keith-Magee
|
9338ad0f2e
|
Fixed #13484 -- Added some newly available targets to the documentation makefile. Thanks to Alex for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13126 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-08 07:30:53 +00:00 |
Russell Keith-Magee
|
e9d5ccb9eb
|
Added 1.2 RC1 docs to the releases index.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13125 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-08 07:29:57 +00:00 |
Luke Plant
|
533b5c9324
|
Fixed typo and small formatting mistake in docs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13118 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-07 00:57:17 +00:00 |
James Bennett
|
f419c9b6e2
|
Mention that we will be updating docs between now and final.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13116 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-06 04:22:05 +00:00 |
James Bennett
|
77dd5beda7
|
Draft 1.2 RC release notes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-06 04:09:13 +00:00 |
Russell Keith-Magee
|
2b05231310
|
Fixed #8357 -- Clarified what constitutes activity when calculating session expiry. Thanks to timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-06 01:35:02 +00:00 |
Russell Keith-Magee
|
cfa4a62624
|
Corrected a documentation markup problem.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13110 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-06 01:20:38 +00:00 |
Russell Keith-Magee
|
92983a3119
|
Fixed #12609 -- Updated FAQ on which version users should install. Thanks to shanx for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13109 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-06 01:20:11 +00:00 |
Russell Keith-Magee
|
ee6d5521e9
|
Fixed #12691 -- Added a versionadded tag to the description of widget overrides in forms. Thanks to danielr for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13108 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-06 01:19:45 +00:00 |
Russell Keith-Magee
|
84df3554d0
|
Fixed #13287 -- Corrected the advice on argument formatting in the {% url %} tag. Thanks to Gabriel Hurley for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-06 01:19:21 +00:00 |
Russell Keith-Magee
|
c21c052cf0
|
Fixed #13377 -- Corrected markup typo in testing docs. Thanks to DrMeers for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13106 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-06 01:18:57 +00:00 |
Russell Keith-Magee
|
ec1f74a468
|
Fixed #13405 -- Removed the recommendation for the use of cmemcache. Thanks to danielr for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13105 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-06 01:18:31 +00:00 |
Russell Keith-Magee
|
0f6555bce2
|
Fixed #13420 -- Clarified grammar in the email docs. Thanks to Dominic Rodger for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13104 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-06 01:17:29 +00:00 |
Justin Bronn
|
33d4aa8df1
|
Removed duplicated code from `django.contrib.gis.db.backend` and added a deprecation note about the module.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13103 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-05 16:06:39 +00:00 |
Justin Bronn
|
c772ea2055
|
Typo fixes and small clarification.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13101 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-04 23:34:17 +00:00 |
Justin Bronn
|
7ebf105388
|
Fixed #13458 -- Corrected typo in GeoIP docs. Thanks, Paul McMillan for report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-04 21:49:27 +00:00 |
Justin Bronn
|
402f8cede5
|
Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with `SpatialBackend` alias and added `Adaptor` alias for backwards-compatibility purposes; added GeoDjango 1.2 backwards-incompatibility documentation and release notes; added a section in the docs about how MySQL is a crippled spatial database; updated versions in install docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13097 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-04 21:43:40 +00:00 |
Russell Keith-Magee
|
b26aa18c5c
|
Fixed #13444 -- Improved the documentation around the backwards compatibility quirks of the cycle and include tags. Thanks to awmcclain for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-01 14:27:10 +00:00 |
Jannis Leidel
|
77c13844ae
|
Fixed #11068 - Introduced new language code "nb" for Norwegian Bokmål as a replacement of the current "no".
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-04-29 14:36:09 +00:00 |
Russell Keith-Magee
|
4e0aa65d16
|
Refs #13339 -- Disable %b/%B-based locale datetime input formats, and document that they are problematic.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13039 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-04-28 11:27:38 +00:00 |
Jannis Leidel
|
c3dbe9d509
|
Fixed #13361 - Made sure jQuery is always included in the admin changelist and changeform. Thanks to Carl Meyer for report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12997 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-04-19 10:16:25 +00:00 |
Justin Bronn
|
1ad9c36fb8
|
Fixed #11810 -- Fixed typo and errors that prevented `modifiable` from working in the geographic admin. Thanks to Rob Coup for the bug report. Refs #12504.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-04-16 16:34:42 +00:00 |
Russell Keith-Magee
|
07590ff4e8
|
Fixed #13184 -- Document the requirement that custom model fields using SubfieldBase should probably implement formfield. Thanks to Mark L. for the report, and to Joseph and Honza for the guidance on the solution.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12979 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-04-15 14:34:40 +00:00 |
Jannis Leidel
|
b3390fede0
|
Fixed #13290 - Added a section about minification of admin JavaScript files to the contributing docs. Thanks to Gabriel Hurley for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12969 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-04-13 10:29:44 +00:00 |
Justin Bronn
|
f4eac3d87f
|
Minor documentation tweaks for GeoDjango, including addition of link to main index, and removal of unsupported `:download:` directives.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12942 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-04-09 20:51:01 +00:00 |
Luke Plant
|
97b9c7582b
|
Fixed #13099 - incorrect SQL for `exclude()` example
Thanks to istruble for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-04-06 14:35:36 +00:00 |
Luke Plant
|
520ce1bab3
|
Fixed #13270 - typos in documentation
Thanks to cmbeelby for the report and patch
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-04-06 14:18:32 +00:00 |
Luke Plant
|
f7814cdfe6
|
Fixed #13035 - Incorrect documentation regarding admin and default managers
Thanks to rasca for report and gabrielhurley for patch
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12930 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-04-06 11:52:32 +00:00 |
Luke Plant
|
671f848dd1
|
Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txt
Thanks piquadrat for report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12928 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-04-06 10:54:59 +00:00 |