Florian Apolloner
bf650a2ee7
[1.7.x] Prevented reverse() from generating URLs pointing to other hosts.
...
This is a security fix. Disclosure following shortly.
2014-08-20 14:42:48 -04:00
Tim Graham
1c00c38b4a
[1.7.x] Added release note stubs for 1.5.9 and 1.4.14.
2014-08-20 14:42:48 -04:00
Claude Paroz
cba0182425
[1.7.x] Fixed typo in 1.7 release notes
...
Backport of 12cf10cacd
from master.
2014-08-20 08:59:24 +02:00
Tim Graham
9dcb2cf4e6
[1.7.x] Added sphinx extension to ease generation of ticket links.
...
Backport of fca677fa43
from master
2014-08-19 17:45:59 -04:00
Claude Paroz
72ad014b6a
[1.7.x] Fixed #22996 -- Prevented crash with unencoded query string
...
Thanks Jorge Carleitao for the report and Aymeric Augustin, Tim Graham
for the reviews.
Backport of fa02120d36
from master.
2014-08-19 22:30:22 +02:00
Claude Paroz
2cbafd814f
[1.7.x] Complemented 1.6 release notes for 457c16d0d6
...
And accessorily added missing bits fixing #23293 .
2014-08-15 10:14:20 +02:00
Claude Paroz
63ccf64079
[1.7.x] Fixed #23265 -- Used system-specific encoding in runserver
...
Thanks SpaceFox for the report.
Backport of 055d95fce0
from master.
2014-08-14 12:09:22 +02:00
Ola Sitarska
0f44d9f9b1
[1.7.x] Fixed #23283 -- Added default=False to BooleanField's in the docs.
...
Thanks Baptiste for the suggestion.
Backport of 6947885926
from master
2014-08-13 18:24:43 -04:00
Andrew Godwin
9cc5d99bde
[1.7.x] Fixed #23252 : Call out removed features in release notes.
...
Also added StrAndUnicode mixin note to deprecation plan as it was
missing.
2014-08-07 14:15:44 +10:00
Tim Graham
9ed92906b3
[1.7.x] Fixed broken links in docs.
...
Backport of 0efd72dc90
from master
2014-08-05 08:23:57 -04:00
Tim Graham
2ff2809c73
[1.7.x] Updated MySQL links to version 5.6.
...
Backport of fb4f3e04b1
from master
2014-08-02 10:27:26 -04:00
Tim Graham
813f938093
[1.7.x] Forwardported 1.6.6 release note for #19107 .
...
Backport of 7fcfefbc4a
from master
2014-07-30 09:33:44 -04:00
Tim Graham
dcedc453a2
[1.7.x] Forwardported 1.6.6 release notes for refs #20292 .
...
Backport of f294f93a17
from master
2014-07-29 09:43:29 -04:00
Gabriel Muñumel
2077bbe3fe
[1.7.x] Fixed #23102 -- Documented that sql* commands now respect allow_migrate().
...
Backport of 0af593dbe5
from master
2014-07-28 10:06:06 -04:00
David Hoffman
08e8e2137d
[1.7.x] Fixed #23097 -- Switched to new octal format in docs
...
Backport of e1c85167a3
from master.
2014-07-26 11:21:16 +02:00
Andrew Godwin
2bacc9f3b7
[1.7.x] Mark initial_data as deprecated separately from syncdb. Refs #23077 .
...
Conflicts:
docs/internals/deprecation.txt
2014-07-25 09:11:01 -07:00
Aymeric Augustin
5ca82ff71b
[1.7.x] Fixed #23089 -- Fixed transaction handling in two management commands.
...
Previously, when createcachetable and flush operated on non-default
databases, they weren't atomic.
Backport of 753a22a635
from master
2014-07-24 18:13:12 -04:00
Tim Graham
663af270b5
[1.7.x] Added backwards incompatibility note for refs #22845 ; refs #23082 .
...
Thanks Kyle Owens for the report.
Backport of 8568e7cfa4
from master
2014-07-23 15:26:42 -04:00
Tim Graham
a8c4e0e93b
[1.7.x] Added 1.6.6 release notes for #22998 (also forwardported those for #13794 ).
...
Backport of c62c480b2b
from master
2014-07-16 13:35:41 -04:00
Andrew Godwin
3e13c1d9b1
[1.7.x] Add south upgrade note to 1.7 release notes
2014-07-10 10:01:12 -07:00
Jorge C. Leitão
e548328851
[1.7.x] Fixed #22812 -- Refactored lookup API documentation.
...
Thanks Anssi and Tim for reviews.
Backport of 8780849da0
from master
2014-07-08 20:13:24 -04:00
Tim Graham
cf9e33f930
[1.7.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:32:39 -04:00
Simon Charette
2f0cc4f5fb
[1.7.x] Fixed #22943 -- Correctly serialize compiled regexes.
...
Thanks to antialiasis at gmail dot com for the patch.
2014-07-05 16:38:34 -07:00
Loic Bistuer
b68c7a5abb
[1.7.x] Fixed #22915 -- Document backward incompatible changes in the ValidationError constructor.
...
This patch also fixes update_error_dict to better handle the use case described
in this ticket, previously the type of the provided container could be lost in
some conditions.
Thanks Russell Keith-Magee for the report and Tim Graham for review.
Backport of eb7df6b8d7
from master
2014-07-04 17:19:12 +07:00
Claude Paroz
f50a17785c
[1.7.x] Fixed #8033 -- Explained app registry error during translation setup
...
Thanks Tim Graham and Aymeric Augustin for the review.
Backport of 9618d68b34
from master.
2014-06-23 09:37:38 +02:00
Tim Graham
d107c7bd7d
[1.7.x] Added refs #22514 to 1.6.6 release notes.
...
Backport of 1892ced10a
from master
2014-06-20 18:47:54 -04:00
Andrew Godwin
a067c61b94
[1.7.x] Fixed #22660 : Doc'd you can't have unmigrated apps depend on migrated
2014-06-15 11:47:57 -07:00
mlavin
d94de802d3
[1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings defaults.
...
Also added a compatibility check for changed middleware defaults.
2014-06-13 12:40:42 -04:00
Tim Graham
e51662e7bc
[1.7.x] Fixed #22811 -- Allowed setting both the old and new TEST database settings.
...
An ImproperlyConfigured exception will be raised they mismatch.
Backport of 1c58cabad7
and a2cd0e12c9
from master
2014-06-12 13:28:16 -04:00
Florian Apolloner
1ff11304dc
[1.7.x] Fixed #22680 -- I/O operation on closed file.
...
This patch is two-fold; first it ensure that Django does close everything in
request.FILES at the end of the request and secondly the storage system should
no longer close any files during save, it's up to the caller to handle that --
or let Django close the files at the end of the request.
Backport of e2efc8965e
from master.
2014-06-11 09:03:11 +02:00
Tim Graham
417da8a782
[1.7.x] Doc edits for refs #22487 .
...
Backport of c17cd151d8
from master
2014-06-09 12:16:04 -04:00
Tim Graham
a11ed8dcfd
[1.7.x] Added missing deprecation note for fastcgi in 1.7 release notes; refs #20766 .
...
Backport of 67ce2e74e1
from master
2014-06-09 10:32:09 -04:00
Andrew Godwin
08218252d8
[1.7.x] Fixed #22487 : Optional rollback emulation for migrated apps
...
Conflicts:
django/db/backends/creation.py
django/test/runner.py
docs/ref/settings.txt
docs/topics/testing/advanced.txt
2014-06-08 19:33:52 -07:00
Tim Graham
35bdf87034
[1.7.x] Improved deprecation plan links in release notes.
...
Backport of 7ff326928a
from master
2014-05-29 18:58:55 -04:00
Marc Tamlyn
be733bf672
[1.7.x] Fixed #22510 -- Harden field removal to only None.
...
Refs #8620 .
If we allow any value to remove form fields then we get name clashes
with method names, media classes etc. There was a backwards
incompatibility introduced meaning ModelForm subclasses with declared
fields called media or clean would lose those fields.
Field removal is now only permitted by using the sentinel value None.
The docs have been slightly reworded to refer to removal of fields
rather than shadowing.
Thanks to gcbirzan for the report and initial patch, and several of the
core team for opinions.
Backport of 9fb0f5dddc
from master
2014-05-24 13:11:50 +01:00
Tim Graham
0594d2d714
[1.7.x] Added stub release notes for 1.6.6.
...
Backport of 79e9da3d1e
from master
2014-05-16 18:20:45 -04:00
Tim Graham
c5185172a6
[1.7.x] Minor edits to latest release notes.
...
Backport of 860d31ac7a
from master
2014-05-15 07:16:57 -04:00
Jacob Kaplan-Moss
77f0327d80
Added release notes for 1.4.13, 1.5.8, 1.6.5.
2014-05-14 18:42:38 +02:00
Tim Graham
50f228ae7c
[1.7.x] Removed an unnecessary anchor in the docs.
...
Backport of a06808d370
from master
2014-05-13 20:55:00 -04:00
Tim Graham
fb9edfa3e6
[1.7.x] Fixed spelling mistake and added a word to the word list.
...
Backport of 1165e9992e
from master
2014-05-13 09:17:32 -04:00
Tim Graham
e1f0efc501
[1.7.x] Added 1.6.5 release note for refs #22508 .
...
Backport of 13087020a9
from master
2014-05-12 12:44:40 -04:00
Ramiro Morales
8cf6c5c789
[1.7.x] Fixed a few release notes typos.
...
38036e16c8
from master.
2014-05-10 23:19:49 -03:00
Tim Graham
af06203cea
[1.7.x] Updated some docs for the delayed deprecation of legacy table creation; refs #22340 .
...
Backport of a2e3c96948
from master
2014-05-07 09:04:21 -04:00
Tim Graham
ab2865a48e
[1.7.x] Fixed some markup problems in docs/releases/security.txt.
2014-05-07 08:19:17 -04:00
Andrew Godwin
1ed876ee5b
[1.7.x] Improve docs around deconstruction/serialisation (refs #22337 )
2014-05-06 23:07:10 -07:00
Anssi Kääriäinen
402fc4f6c9
[1.7.x] Fixed #22429 -- Incorrect SQL when using ~Q and F
...
Backport of 5e1f4656b9
from master
2014-05-05 13:06:51 +03:00
Claude Paroz
61fd00d4fd
[1.7.x] Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input
...
Thanks ygbo for the report.
Backport of 142c27218
from master.
2014-05-02 19:33:58 +02:00
Claude Paroz
d5a9d74eec
[1.7.x] Fixed #22551 -- Made oracle backend method Python 3 compatible
...
Thanks fatal10110 at gmail.com for the report. The fix is 1.6-only
because that code has been refactored in 1.7 (6983201cfb
).
'Docs-only' forward port of 120a98120
from 1.6.x.
2014-05-01 18:17:55 +02:00
Simon Charette
a6ecd5dbb3
[1.7.x] Fixed #19195 -- Allow explicit ordering by a relation `_id` field.
...
Thanks to chrisedgemon for the report and shaib, akaariai and
timgraham for the review.
Backport of 24ec9538b7
from master
2014-04-30 14:26:39 -04:00
Tim Graham
6d4df45e29
[1.7.x] Fixed #22442 -- Provided additional documentation regarding id fields clashing.
...
Thanks benjaoming for raising the issue and Loic for the examples.
Backport of 8ec388a69d
from master
2014-04-30 07:38:31 -04:00