Jannis Leidel
|
e1dfa95cd1
|
[1.3.X] Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Many thanks to Frank Wiles and EvilDMP.
Backport form trunk (r16235).
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16236 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-05-18 09:52:44 +00:00 |
Timo Graham
|
5be8fdb03e
|
[1.3.X] Fixed #15769 - Documented FormWizard's initial argument; thanks aimaz for the suggestion; jrothenbuhler for the patch.
Backport of r16229 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-05-15 19:12:29 +00:00 |
Simon Meers
|
8385b31c89
|
[1.3.X] Fixed #16014 -- numerous documentation typos -- thanks psmith.
Backport of r16220 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-05-13 04:39:49 +00:00 |
Simon Meers
|
fc39163177
|
[1.3.X] Fixed #16005 -- Error in blocktrans docs -- thanks bezidejni
Backport of r16218 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-05-13 00:49:26 +00:00 |
Chris Beaven
|
9a4e5112b2
|
[1.3.X] Fixes #15595 -- emphasize the benefits of django.test.TestCase. Thanks for the patch Shawn Milochik
Backport of r16214 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16215 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-05-11 21:30:05 +00:00 |
Chris Beaven
|
7fd113e618
|
[1.3.X] Fixes #15963 -- Misleading FileField.save documentation. Thanks for the report and patch, ejucovy.
Backport of r16207 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16208 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-05-10 00:28:05 +00:00 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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
|
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 |
Gabriel Hurley
|
a4ef094b0f
|
Corrected a number of mislinked crossrefs and added a few new crossref targets found in/via the 1.3 release.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-22 20:12:17 +00:00 |
Russell Keith-Magee
|
16f4a2bec2
|
Minor markup and organization fixes to docs to correct Sphinx errors.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15893 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-22 14:35:14 +00:00 |
James Bennett
|
a5d373a463
|
Update release notes and other docs for impending 1.3.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-22 06:57:12 +00:00 |
Idan Gazit
|
6d8853b7c8
|
Added Idan to committers.txt. Wahoo!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15890 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-22 01:16:28 +00:00 |
Ramiro Morales
|
a2c19f7984
|
Tweaked title level in custom file storage systems documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-21 15:39:26 +00:00 |
Ramiro Morales
|
413ceb57b2
|
Changed 'raise' statements to new style syntax in documentation. Thanks DaNmarner. Refs #15635.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-17 20:49:31 +00:00 |
Justin Bronn
|
c70bdad8b4
|
Fixed #14133 -- Updated Windows installation instructions for GeoDjango, now recommend the OSGeo4W installer for spatial libraries.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-17 20:06:19 +00:00 |
Russell Keith-Magee
|
1af33427cb
|
Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to shelldweller for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15864 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-17 00:59:30 +00:00 |
Justin Bronn
|
127331041e
|
Use Sphinx `:download:` directives for spatial database template creation scripts instead of linking to geodjango.org.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15854 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-16 16:21:16 +00:00 |
Adrian Holovaty
|
304a50d8ca
|
Fixed #15603 -- Changed the traceback error e-mails not to use HTML by default. It's now configurable with an 'include_html' parameter to AdminEmailHandler. Thanks, kmtracey
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-16 04:13:57 +00:00 |
Adrian Holovaty
|
2ee7cfcf1c
|
Corrected email --> e-mail in topics/logging.txt. Refs #15603
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-16 04:02:40 +00:00 |