Commit Graph

10276 Commits

Author SHA1 Message Date
Chris Beaven 4cb2b53c22 [1.3.X] Fixes #15588 -- 1.3 release documentation for FileField no longer deleting files unclear. Thanks for the patch, Philip Neustrom.
Backport of r16205 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16206 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-10 00:20:21 +00:00
Luke Plant fda65ffea5 [1.3.X] Updated AJAX example code in CSRF docs to be consistent regarding what are safe HTTP methods
Backport of [16202] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16203 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-09 23:47:50 +00:00
Simon Meers af1943f139 [1.3.X] Fixed #15989 -- typo in static-files howto. Thanks luizvital.
Backport of r16195 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-09 22:31:07 +00:00
Luke Plant fb052a15ed [1.3.X] Fixed #15469 - CSRF token is inserted on GET requests
Thanks to goran for report.

Backport of [16191] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-09 21:37:52 +00:00
Luke Plant b3a4613595 [1.3.X] Fixed #15869 - example AJAX code in CSRF docs fails sometimes for IE7 or absolute same origin URLs
Thanks to nick for the report.

Backport of [16183] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16184 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-09 15:45:10 +00:00
Chris Beaven d06531d3f0 [1.3.X] Fixes #15975 -- Test failure in model validation tests due to us now having https://www.djangoproject.com
Backport of r16163 from trunk

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-05 23:12:55 +00:00
Timo Graham 64e625b6a1 [1.3.X] Fixed #15827 - Documented that OneToOneField in Profile should be named 'user'; thanks lawgon.
Backport of r16155 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-04 23:44:54 +00:00
Timo Graham 53354f80f6 [1.3.X] Fixed #15942 - removed duplicate module id in docs; thanks magopian.
Backport of r16142 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16143 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-03 10:25:50 +00:00
Timo Graham fa261ea432 [1.3.X] Fixed #15887 - Added clarification for required_*() decorators; thanks RoySmith for the sugggestion.
Backport of r16139 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16140 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-01 20:11:04 +00:00
Jannis Leidel b44757ce51 [1.3.X] Fixed #6581 -- Moved documentation of django.contrib.auth.views.redirect_to_login to an own "Helper functions" section.
Backport form trunk (r16130).

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16131 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-30 13:37:53 +00:00
Timo Graham c05dd20fa5 [1.3.X] Fixed #15876 - Document that test.client.RequestFactory doesn't support sessions or request-altering middleware; thanks slinkp for the suggestion, ShawnMilo for the patch.
Backport of r16128 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-30 13:02:47 +00:00
Ramiro Morales 0e9e0f0b21 [1.3.X] Fixed small typos in custom template tags docs.
Backport of [16126] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16127 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-30 02:48:56 +00:00
Simon Meers 5aeeafba26 [1.3.X] Fixed #15865 -- correct class name for BaseGenericInlineFormset. Thanks leonelfreire for the report.
Backport of r16113 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-28 01:47:21 +00:00
Simon Meers 637cf5de3a [1.3.X] Fixed #15830 -- Add documentation regarding localflavor i18n. Thanks framos.
Backport of r16109 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16110 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-28 00:23:42 +00:00
Timo Graham 44dbac6482 [1.3.X] Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto.
Backport of r16098 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16099 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-24 23:47:36 +00:00
Timo Graham f53fe1e79e [1.3.X] Fixed #15875 - typo in F() example; thanks jblaine.
Backport of r16096 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16097 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-23 21:49:22 +00:00
Carl Meyer 6a3d91828f [1.3.X] Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate search results in admin with search_fields traversing to non-M2M related models. Thanks to Adam Kochanowski for the report and Ryan Kaskel for the patch.
Backport of r16093 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-23 04:40:06 +00:00
Chris Beaven fe2713dd5e [1.3.X] Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the report and patch andialbrecht.
Backport of r16091 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16092 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-22 21:25:16 +00:00
Chris Beaven 9269b606ba [1.3.X] Fixes regression #15721 -- {% include %} and RequestContext not working together. Refs #15814.
Backport of r16031, plus the utility from r16030.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-22 21:05:29 +00:00
Jannis Leidel 5977193c01 [1.3.X] Fixed #15758 -- Removed stale constants that were missed in r15983.
Backport from trunk (r16084).

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-22 12:28:58 +00:00
Jannis Leidel e87c9da437 [1.3.X] Fixed #15672 -- Refined changes made in r15918. Thanks, vung.
Backport from trunk (r16082).

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-22 12:21:58 +00:00
Jannis Leidel 4d62386cad [1.3.X] Fixed #15698 -- Fixed inconsistant handling of context_object_name in paginated MultipleObjectMixin views. Thanks, Dave Hall.
Backport from trunk (r16079).

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16080 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-22 12:06:11 +00:00
Ian Kelly 53678ef508 [1.3.X] Refs #15573, #15850: Added a check for whether the sites app is installed when creating the test database, in order to work around a bug in get_model. Thanks to adsva and carljm.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-21 17:43:22 +00:00
Gabriel Hurley 64995cdd63 [1.3.X] Fixed #15794 -- Corrected an error in the docs which indicated applying decorators to any of the view-like methods would work when it will only work reliably with dispatch. Thanks to carbonXT for the report and patch.
Backport of [16056] from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16057 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-20 20:04:46 +00:00
Gabriel Hurley 24adaf76f1 [1.3.X] Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thanks to guettli for the report and draft patch.
Backport of [16054] from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-20 19:51:54 +00:00
Gabriel Hurley b061cb97be [1.3.X] Fixed #15843 -- removed an extraneous quotation mark in the template tag docs. Thanks to Titan, Jer-ming Lin for the report.
Backport of [16042] from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-18 23:20:07 +00:00
Ramiro Morales 1d499d50d0 [1.3.X] Fixed #15848 -- Fixed regression introduced in [15882] in makemessages management command when processing multi-line comments that contain non-ASCCI characters in templates. Thanks for the report Denis Drescher.
Backport of r16038/r16039 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-18 21:10:42 +00:00
Jacob Kaplan-Moss 9b21a0c921 [1.3.X] Updated the contributing document to accurately reflect our security process.
Backport of [16032] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16033 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-17 14:27:53 +00:00
Karen Tracey cdd75e078a [1.3.X] Ensure stdin is a tty before handing it to termios, so as to prevent prolems when running under IDEs.
Backport of [15911] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16029 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-17 04:12:01 +00:00
Ian Kelly 79bb9c1456 [1.3.X] Fixed #15573: Forced the default site id to be 1 when creating
test databases, to prevent a large number of errors when running the 
tests using the oracle backend. Backport of r16027 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16028 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-16 18:43:01 +00:00
Simon Meers 05054aba76 [1.3.X] Fixed #15746. Clarified updated list_filter documentation.
Backport of r16010 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-03 23:09:39 +00:00
Russell Keith-Magee e5aa2bdcec [1.3.X] Fixed #15672 -- Fixed bug in core/handlers/wsgi.py where we were referring to the 'request' variable before assigning to it. Thanks for the report, vkryachko
Backport of r15918 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-03 00:11:29 +00:00
Russell Keith-Magee 686ef6c759 [1.3.X] Fixed #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST, PUT and DELETE requests
Backport of r15992 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@15995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-02 08:50:05 +00:00
Jannis Leidel e6fe336f10 [1.3.X] Fixed #15681 -- Fixed a documentation error regarding the default value of the STATIC_URL setting. Thanks, Chris Drackett.
Backport from trunk (r15913 and r15914).

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@15966 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-31 23:20:55 +00:00
Jannis Leidel 6bf0fe6c4e [1.3.X] Fixed #15726 -- Fixed the name of a file of the Mexican Spanish translation added in r15433.
Backport from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@15963 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-31 08:35:20 +00:00
Justin Bronn e37fae7fb9 [1.3.X] Fixed `LayerMapping` to support `BigIntegerField`.
Backport of r15961 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@15962 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-30 19:26:11 +00:00
Justin Bronn 032beb11da [1.3.X] Fixed integer overflows that occurred when `OFTReal` fields were treated as `OFTInteger`.
Backport of 15946 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@15960 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-30 18:49:42 +00:00
Timo Graham d935b232a2 [1.2.X] Fixed #15710 - removed "that that" typos.
Backport of r15942 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@15943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-29 10:25:18 +00:00
Luke Plant ce9b216882 [1.3.X] Fixed #15679 - regression in HttpRequest.POST and raw_post_data access.
Thanks to vkryachko for the report.

This also fixes a slight inconsistency with raw_post_data after parsing of a
multipart request, and adds a test for that.  (Previously accessing
raw_post_data would have returned the empty string rather than raising an
Exception).

Backport of [15938] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@15939 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-28 16:15:43 +00:00
Timo Graham 9b0f1de566 [1.3.X] Fixed #15664 - Removed extra parens in commit_on_success example.
Backport of r15923 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@15924 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-27 23:01:47 +00:00
Ramiro Morales 258957f4b9 [1.3.X] Bumped django_next_version so that "New in Django 1.3" links appear correctly.
Backport of [15909] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@15920 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-26 13:19:04 +00:00
Simon Meers d0052fcc5c [1.3.X] Fixed a few typos in the 1.3 release notes.
Backport of r15907 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@15908 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-23 08:52:39 +00:00
James Bennett 81f7a6587f Create 1.3 release branch.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@15905 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-23 06:01:52 +00:00
James Bennett 7c08f4c635 Bump everything for 1.3.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-23 05:06:31 +00:00
James Bennett 1743db94f5 One final final tweak to 1.3 release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-23 05:04:19 +00:00
James Bennett 5c00199581 Finalize 1.3 release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15900 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-23 05:03:22 +00:00
Russell Keith-Magee 2f3bf2830d Made the English in r15897 much betterer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-22 23:20:52 +00:00
Russell Keith-Magee 62865b4cde Fixed #15527 -- Added a explanatory note about the SQL debug log. Thanks to boxm for the report, and jpaulett for the draft patch
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15897 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-22 23:18:09 +00:00
Simon Meers 8e7030d263 Fixed typo in forms API documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15896 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-22 23:16:22 +00:00
Gabriel Hurley 66594beae7 Fixed #15657 -- added the required `form` parameter to the method signatures of `form_valid` and `form_invalid` in the `FormMixin` docs. Thanks to jnns for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15895 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-22 22:01:27 +00:00