Ola Sitarska
ffb9cbfdaa
[1.6.x] Fixed #23267 -- Fixed typo in Translation documentation
...
Thanks to Tomin1 for the report.
Backport of 2e7be92b4d
from master.
2014-08-11 12:09:32 +02:00
Tim Graham
72e98d5c16
[1.6.x] Noted that django-jython requires Django 1.7.
2014-08-08 12:45:18 -04:00
Mohammed Attia
3d8e106ae9
[1.6.x] Removed a doc reference to the deprecated `mimetype` kwarg.
...
Backport of 61ed959235
from master
2014-08-06 22:20:05 -04:00
Tim Graham
5fdfa2d9b4
[1.6.x] Fixed #21792 -- Documented Form.has_changed()
...
Thanks bjb at credil.org for the suggestion and
Ivan Mesic for the draft patch.
Backport of edcc75e5ac
from master
2014-08-05 08:49:38 -04:00
Tim Graham
4121ce3dfa
[1.6.x] Updated links for continous integration server.
...
Backport of 21d0ceefb5
from master
2014-08-05 07:29:00 -04:00
Tim Graham
e275016f09
[1.6.x] Fixed #23154 -- Removed reference to deprecated run_gunicorn command.
...
Thanks frewsxcv for the report.
Backport of 75f2c65cb6
from master
2014-08-02 15:04:05 -04:00
Erik Romijn
316178efe6
[1.6.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs
...
Backport of e26366da44
from master.
2014-08-02 18:59:27 +02:00
Tim Graham
0dfc37669d
[1.6.x] Updated MySQL links to version 5.6.
...
Backport of fb4f3e04b1
from master
2014-08-02 10:27:34 -04:00
Tim Graham
1cfb1052ee
[1.6.x] Fixed typo in docs/topics/testing/tools.txt.
...
Backport of 7ce4ef58c9
from master
2014-08-01 09:43:52 -04:00
Tim Graham
faff723770
[1.6.x] Updated timezone docs to use timezone.now()
...
Thanks James Cleveland for the report and Aymeric for suggesting
the solution.
Backport of da59902250
from master
2014-07-31 12:57:53 -04:00
Tim Graham
e4b2bea743
[1.6.x] Fixed #19107 -- Restored bug fix for sending unicode email with Python 2.6.5 and below.
2014-07-30 09:29:08 -04:00
Tim Graham
8567c1a3c2
[1.6.x] Fixed #23132 -- Removed confusing clause in auth docs.
...
Backport of abb97cffdf
from master
2014-07-30 08:16:07 -04:00
Shai Berger
838b7f8220
[1.6.x] Fixed #20292 : Pass datetime objects (not formatted dates) as params to Oracle
...
This seems worthwhile in its own right, but also works around an Oracle
bug (in versions 10 -- 11.1) where the use of Unicode would reset the
date/time formats, causing ORA-01843 errors.
Thanks Trac users CarstenF for the report, jtiai for the initial patch,
and everyone who contributed to the discussion on the ticket.
Backport of 6983201
from master.
2014-07-29 07:00:26 -04:00
Baptiste Mispelon
8e25b696ba
[1.6.x] Fixed #23123 -- Don't use a bare except in ModelAdmin documentation
...
Thanks to wkschwartz for the report and to Tim for the patch.
Backport of e5619330e2
from master
2014-07-29 06:22:42 -04:00
Moayad Mardini
6c70b1d7df
[1.6.x] Fixed #22491 -- documented how select_for_update() should be tested.
...
Thanks Andreas Pelme for the report.
Backport of 668d432d0a
from master
2014-07-28 10:58:34 -04:00
David Hoffman
a7fe87bd28
[1.6.x] Fixed #23106 -- Updated class-based view reference title.
...
Backport of f14898a453
from master
2014-07-26 20:47:13 -04:00
David Hoffman
e3a99357cb
[1.6.x] Fixed #22553 -- Added refreshing queryset info to docs.
...
Backport of 6d5daa30cf
from master
2014-07-26 10:27:49 -04:00
Niclas Olofsson
1c714c18d2
[1.6.x] Fixed #22305 -- Added note to docs about UTF8 database requirement.
...
Backport of 08b85de9b7
from master
2014-07-26 09:40:31 -04:00
David Hoffman
2630cafc86
[1.6.x] Fixed #23097 -- Switched to new octal format in docs
...
Backport of e1c85167a3
from master.
2014-07-26 11:24:04 +02:00
Moayad Mardini
ae5a4668be
[1.6.x] Fixed #22827 -- clarified what each cache middleware does.
...
Thanks Keryn Knight for the report.
Backport of f9b7a0383c
from master
2014-07-25 06:26:45 -04:00
Tom Dyson
deeaa78d5e
[1.6.x] Improved docs for GEOSGeometry.simplify()
...
Backport of aa8bc7fa7d
from master
2014-07-25 06:22:41 -04:00
Aymeric Augustin
83098dccdf
[1.6.x] Fixed #23089 -- Fixed transaction handling in two management commands.
...
Previously, when createcachetable and flush operated on non-default
databases, they weren't atomic.
Also avoided transactional DDL and transactional truncates on databases
that don't support them (refs #22308 ).
Backport of 753a22a635
, 0757e0f30d
, and 6877a9d415
from master
2014-07-24 19:27:15 -04:00
africa itcase
290e389fe9
[1.6.x] Fixed typo in docs/ref/contrib/admin/index.txt.
...
Backport of 06ba4b9eee
from master
2014-07-22 13:28:02 -04:00
Iain Dawson
205090bc71
[1.6.x] Replaced instances of 'his/her' with 'their'.
...
Backport of 8fbf13a6c8
from master
2014-07-21 19:55:28 +00:00
Tim Graham
ca44366b15
[1.6.x] Added 1.6.6 release notes for #22998 .
2014-07-16 13:36:19 -04:00
Bartek Ciszkowski
24e97add31
[1.6.x] Fixed reference to pk in RedirectView.get_redirect_url doc.
...
Backport of d9f78d5344
from master
2014-07-16 13:23:59 -04:00
Tim Graham
21853c1b90
[1.6.x] Fixed #23023 -- Added warning against local-memory cache.
...
Thanks django at kerz.id.au.
Backport of 7d0519c725
from master
2014-07-16 12:35:04 -04:00
Ramiro Morales
609153d2bf
[1.6.x] Added release note for issue 13794 fix.
2014-07-14 22:45:41 -03:00
Tim Graham
a823a74975
[1.6.x] Fixed typo in docs/ref/contrib/gis/geos.txt.
...
Backport of fef26e9a87
from master
2014-07-10 06:09:47 -04:00
Tim Graham
f3bdb83ba5
[1.6.x] Revert "Improve cookie based session backend docs." refs #20418
...
This reverts commit d9c01da1f8
.
This is poor advice as it breaks the test client login (refs #22934 ).
We can add a note like this back after refs #22986 is resolved.
Backport of 3a85aae2ea
from master
2014-07-09 14:12:52 -04:00
Tim Graham
d8f7e00708
[1.6.x] Fixed #22978 -- Removed a USA-centric example that didn't add much.
...
Backport of 9f18b6bcb0
from master
2014-07-08 08:57:47 -04:00
Tim Graham
837cad0f62
[1.6.x] Fixed #22942 -- Noted that __init__.py files are required for management command detection.
...
Thanks Diego Cerdán for the suggestion.
Backport of 54546cee88
from master
2014-07-07 18:09:22 -04:00
Tim Graham
85f9745807
[1.6.x] Fixed #22966 -- Clarified which release notes appear for each doc version.
...
Thanks haimunt at yahoo.com for the suggestion.
Backport of e6b3d6c22f
from master
2014-07-07 15:31:47 -04:00
Daniel Hahler
b6bfdacdae
[1.6.x] Fixed various minor doc typos / references.
...
Backport of 67f9f385aa
from master
2014-07-05 20:27:03 -04:00
Tim Graham
890a2d632e
[1.6.x] Fixed #22924 -- Added a note about MEDIA_URL in templates.
...
Thanks raphael.herouart at gmail.com
Backport of 814bcc3395
from master
2014-07-03 09:38:59 -04:00
Claude Paroz
9207442fe2
[1.6.x] raw() was still defined on Manager in Django 1.6
2014-07-02 18:29:16 +02:00
Tim Graham
f3cd0a009e
[1.6.x] Clarified that LocMemCache is per-process; refs #7639 .
...
Thanks projectgus for the suggestion.
Backport of c37000ab04
from master
2014-07-02 10:14:17 -04:00
Tim Graham
e125984394
[1.6.x] Fixed #13755 -- Added a tip for caching responses that vary on AJAX.
...
Thanks mila for the suggestion.
Backport of db9a1a0c47
from master
2014-07-01 17:34:24 -04:00
Claude Paroz
6883602021
[1.6.x] Included irc link in paragraph to allow for l10n
...
Translators may want to change the irc link pointing to a
language-specific channel.
Backport of 232f2028d5
from master.
2014-07-01 21:57:31 +02:00
Tim Graham
735ece0b89
[1.6.x] Fixed #19489 -- Documented host parameter of assertRedirects().
...
Thanks mrknacky at gmail.com for the report and gajimenezmaggiora
for the draft patch.
Backport of e3c7af18a3
from master
2014-06-30 17:53:54 -04:00
Claude Paroz
6b00b478d2
[1.6.x] Removed reference to old middleware
...
Backport of 0b5bafe993
from master
2014-06-30 15:24:13 -04:00
Tim Graham
6d0acc344f
[1.6.x] Fixed docs/ref/contrib/auth.txt so that sphinx links work properly.
...
Backport of 5359188b08
from master
2014-06-30 14:32:59 -04:00
Tim Graham
044d419c21
[1.6.x] Fixed #22912 -- Warned about a common mistake in tutorial 5.
...
Backport of 1e8411259f
from master
2014-06-27 09:52:35 -04:00
Éric Araujo
25d04ebe54
[1.6.x] Fixed copy/paste typos in StreamingHttpResponse doc.
...
Backport of e9c730f6be
from master
2014-06-26 07:32:02 -04:00
Duncan Parkes
20a1c07ea1
[1.6.x] Improved documentation for QueryDict.
...
Backport of 7f4e2ef1e9
from master
2014-06-24 21:42:36 -04:00
Peter Kowalczyk
e4670d988a
[1.6.x] Fixed typo in middleware docs.
...
Function definition should have an ending colon.
Backport of 48241ec
from master
2014-06-24 16:13:29 -04:00
Vlastimil Zíma
ef3ae3d1c9
[1.6.x] Fixed #22514 -- Prevented indexes on virtual fields [postgres].
...
Backport of 78c32f1caa
from master
2014-06-20 19:01:49 -04:00
Tim Graham
d4a3fd44f0
[1.6.x] Fixed #22859 -- Improved crossDomain technique in CSRF example.
...
Thanks flisky for the report.
Backport of 0be4d64487
from master
2014-06-18 14:37:24 -04:00
Jorge C. Leitão
6b52e1793c
[1.6.x] Fixed #14481 -- Documented implicit "through" class created by ManyToManyField.
...
Thanks to jonathanmorgan for the report and initial patch.
Backport of de90129070
from master
2014-06-18 12:39:36 -04:00
vagrant
b0e5a527db
[1.6.x] Fixed #22842
...
Backport of 7a1f8414c3
from master.
2014-06-15 21:11:36 +02:00