Commit Graph

10302 Commits

Author SHA1 Message Date
Aymeric Augustin 4d959686e6 [1.3.X] Fixed #17319 -- Made the example for set_language less error-prone. Backport of r17560 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19 09:22:18 +00:00
Aymeric Augustin 25b5da2abd [1.3.X] Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data how-to, and edited related bits in the settings reference. Backport of r17558 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19 09:04:19 +00:00
Aymeric Augustin 7baee7a03b [1.3.X] Fixed #17316 -- Mentionned that the MultipleProxyMiddleware provided as an example must run rather early. Backport of r17556 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19 08:10:20 +00:00
Aymeric Augustin 2a5a0b8097 [1.3.X] Fixed #16452 -- Clarified that the DATE/DATETIME/TIME_INPUT_FORMATS settings have no effect when USE_L10N is True. Backport of r17554 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19 08:00:59 +00:00
Aymeric Augustin 1addaafa0a [1.3.X] Fixed #17573 -- Documented MySQL's switch to InnoDB as default storage engine. Backport of r17552 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17553 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19 07:42:02 +00:00
Timo Graham 9729ad7466 [1.3.X] Fixed #17706 - Improved short description example in Tutorial 2; thanks xbito and claudep.
Backport of r17550 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17551 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-18 21:51:18 +00:00
Timo Graham 5144f72be2 [1.3.X] Fixed #17685 - Typo in BaseDateListView.get_dated_items(); thanks ejb.
Backport of r17548 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17549 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-18 21:40:26 +00:00
Aymeric Augustin 813dc01cd8 [1.3.x] Fixed #15496 -- Corrected handling of base64 file upload encoding. Backport of r16176 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17546 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-18 10:11:17 +00:00
Timo Graham c63a454bb6 [1.3.X] Updated link to Django Debug Toolbar homepage.
Thanks to rowynm AT gmail DOT com for the report and to Claude Paroz for
the patch.

Fixes #17543.

Backport of r17376 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17523 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-14 23:05:23 +00:00
Timo Graham ce9916a2c8 Fixed #16653 - Added example of kwargs support for resolve(); thanks krzysiumed for the patch.
Backport of r17517 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-12 17:16:37 +00:00
Timo Graham f202387e6c [1.3.X] Fixed #17618 - Documented that variable names in template must not start with an underscore; thanks guillemette and krzysiumed.
Backport of r17504 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17505 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-11 12:47:58 +00:00
Ramiro Morales 2646df4537 [1.3.X] Fixed link to SpatiaLite 2.x initial SQL files.
Backport of [17491] and [17496] from trunk. Refs #17554.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17498 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-11 02:07:40 +00:00
Timo Graham a7a703dbdc [1.3.X] Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks EnTeQuAk for the report.
Backport of r17459 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17460 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-05 15:54:01 +00:00
Timo Graham 46c08c8f95 [1.3.X] Fixed #17510 - Typo in docs/topics/class-based-views.txt; thanks andrew and noria.
Backport of r17457 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17458 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-05 15:41:53 +00:00
Ramiro Morales 33f9ba7ba0 [1.3.X] Fixed #17240 -- Replaced links to the online version of the docs by internal references.
Backport of [17100] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17397 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-26 15:00:57 +00:00
Ramiro Morales 723f995658 [1.3.X] Added note about deprecation of project-level translations to the deprecation timeline document.
Thanks Jannis for the report. Fixes #17588.

Backport of [17394] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17395 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-25 14:33:15 +00:00
Aymeric Augustin 0d7431774f [1.3.X] Fixed #17575 -- Typo in an example of ModelAdmin.list_filter. Thanks apelisse AT gmail com for the report.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17388 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-22 18:53:41 +00:00
Aymeric Augustin 405a0ba9de [1.3.X] Fixed the link to the IRC logs in the README and docs. Refs #17453, #16277. Backport of [17149] and [17385].
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17386 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-21 15:48:08 +00:00
Jacob Kaplan-Moss 2b793b1a35 [1.3.X] Fixed #17078: properly invoke IPython 0.12.
Backport of r17379.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17380 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-19 17:39:59 +00:00
Carl Meyer 9bc6119daf Fixed #17538 -- corrected the section in tutorial 3 about the handler404 default. Thanks matt at brozowski dot com for the report.
Backport of r17369 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-12 22:17:22 +00:00
Aymeric Augustin 9e12492616 [1.3.X] Fixed #17100 -- Typo in the regex for EmailValidator. Backport of r17349 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17350 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-07 18:48:12 +00:00
Aymeric Augustin a9789c0d44 [1.3.X] Fixed #17415 -- Reset database sequence for Site's pk after creating the default site with an explicit pk. Backport of r17343 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17344 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-07 09:05:36 +00:00
Carl Meyer ca14105128 [1.3.X] Clarified deployment docs to avoid giving users the impression that staticfiles should be used to actually serve files in production.
Backport of r17338 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17339 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-04 18:35:45 +00:00
Timo Graham 79248a7e0a [1.3.X] Fixed #11986 - Added sudo to Mac OS permissions note in tutorial.
Backport of r17318 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17319 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-31 15:35:04 +00:00
Timo Graham 7bee6b451a [1.3.X] Fixed #640 - Documented that changing order_with_respect_to requires a schema change; thanks fcurella and poirier for the draft patches.
Backport of r17316 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17317 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-31 15:30:41 +00:00
Timo Graham 580389c588 [1.3.X] Fixed #702 - Documented that ManyToMany fields can't be in unique_together; thanks poirier for the patch.
Backport of r17314 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17315 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-31 00:43:31 +00:00
Timo Graham 7b9016e5a2 [1.3.X] Fixed #17068 - Documented that documentation fixes will be more freely backported.
Backport of r17300 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-30 15:31:09 +00:00
Timo Graham c9ab2bfb39 [1.3.X] Fixed #17470 - Broken links in 0.95/0.96 release notes; thanks fastinetserver for the report; aaugustin for the patch.
Backport of r17290 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17291 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-30 12:29:47 +00:00
Aymeric Augustin b5853cf043 [1.3.X] Fixed #16632 -- Crash on responses without Content-Type with IE. Backport of r17196.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17198 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-11 10:09:15 +00:00
Aymeric Augustin 68f37a9081 [1.3.X] Backported the fix for #15852 -- Modified cookie parsing so it can handle duplicate invalid cookie names. Thanks goes to Fredrik Stålnacke for the report and to vung for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17168 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-03 21:17:41 +00:00
Timo Graham bf5fdf1397 [1.3.X] Fixed #17028 - Changed diveintopython.org -> diveintopython.net
Backport of r17115 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17116 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-19 22:57:47 +00:00
Carl Meyer eabbb361d2 [1.3.X] Fixed #17171 -- Updated tutorial urls.py code snippets to match startproject template and recommended practice. (No 'import *', use 'urls()' function.). Thanks haimunt for report.
Parts of this are a backport of r17073 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17074 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-06 16:59:26 +00:00
Carl Meyer 6372368b56 [1.3.X] Fixed #17123 -- corrected the path to admin static assets in 1.3 docs. Thanks glarrain for the report.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-27 16:10:08 +00:00
Carl Meyer 07c404be88 [1.3.X] Refs #16072 -- Corrected blocktrans multiple-argument syntax example in the docs.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-18 18:09:23 +00:00
Paul McMillan a084a07ebe [1.3.X] Fixed #16910 -- Misleading urlpatterns docs regex example.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-22 23:02:57 +00:00
Paul McMillan e3bc259081 [1.3.X] Reverting r16878 (improved admin error message) per advice from jezdez. refs #16837
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16891 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-22 22:55:47 +00:00
Paul McMillan ed156a44ca [1.3.X] Fixed #11674 -- Clarified docs on excluded fields of ModelForms. Thanks PieterSwinkels for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16881 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-22 05:48:42 +00:00
Paul McMillan 4443c6fd72 [1.3.X] Spelling fix for r16879.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16880 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-22 05:40:54 +00:00
Paul McMillan 35e807c4a5 [1.3.X] Fixed #15633 -- Improved docs for post_syncdb signal. Thanks Justin Lilly for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-22 05:39:07 +00:00
Paul McMillan 2a4aa8bcf7 [1.3.X] Fixed #16837 -- Improved error messages for admin login. Thanks Wim Feijen for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16878 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-22 05:36:57 +00:00
Paul McMillan 5978d7a341 [1.3.X] backport minor docs fix for GeoIP
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16870 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-22 00:58:42 +00:00
Carl Meyer 65942eb31f [1.3.X] Fixed #16353 -- don't try to create Site objects on all databases. Refs #15573, #15346. Thanks Aymeric Augustin for the report and the patch.
Backport of r16868 in trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-21 22:58:15 +00:00
Simon Meers 3606f1f7b2 [1.3.X] Fixed #16904 -- Additional clarification regarding contrib.messages iteration. Thanks murphyke for the report and patch.
Backport of [16866] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-21 22:45:25 +00:00
Simon Meers add0628528 [1.3.X] Fixed #16886 -- Memcached socket file documentation. Thanks ddbeck for the report and patch.
Backport of [16858] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-21 01:37:17 +00:00
Justin Bronn ae51b46d19 [1.3.X] Fixed #14648 -- Fixed annotated date querysets when `GeoManager` is used. Thanks, codysoyland, for the bug report.
Backport of r16796 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16844 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-17 18:08:28 +00:00
Carl Meyer c9676d035f [1.3.X] Fixed #16094 -- Added missing colon in custom permissions docs.
Backport of r16836 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16837 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-16 10:57:53 +00:00
Julien Phalip 27c8d61280 [1.3.X] Reverted the change in r16684, which, while fixing an alignment issue in IE7 with the admin's "Save and continue editing" and "Save and add another" buttons, caused the swapping of those buttons' order. Thanks to jocmeh for the report. Refs #16852.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-16 06:26:22 +00:00
Carl Meyer ee23919a8a [1.3.X] Fixed #16839 - Added basic release notes for 1.2.7. Thanks claudep for the report.
Backport of r16803 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-14 20:33:55 +00:00
Carl Meyer 70a6901775 [1.3.X] Refs #16839 - Added basic release notes for 1.2.6 and 1.3.1.
Backport of r16777 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16827 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-14 20:33:42 +00:00
James Bennett 2c8e45e1f4 [1.3.X] Fixed #16334: Make it quite clear that cache_page's 'cache' argument refers to the name of a cache in the CACHES setting. Backport of [16815] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-11 05:58:34 +00:00