Tim Graham
a8ded528b3
[1.7.x] Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't define get_absolute_url().
...
Thanks jukvalim for the report and initial patch,
and Preston Timmons for review.
Backport of c32bc1a7a7 from master
2014-09-09 11:07:41 -04:00
Sébastien Fievet
987fce90bf
[1.7.x] Fixed missing trailing parenthesis in docs/releases/1.7.txt
...
Backport of e5ae03fd5a from master
2014-09-09 10:05:28 -04:00
Petras Zdanavičius
a3e9e9e6c6
[1.7.x] Fixed #23451 -- Fixed typo in inlineformset_factory() error message.
...
Backport of f7eee04ebe from master
2014-09-08 17:22:49 -04:00
Markus Holtermann
b0def3bcac
[1.7.x] Fixed #23418 -- Fail when migration deconstruct produces invalid import
...
Backport of d28b5f13b3 from master
2014-09-08 15:41:14 -04:00
Simon Charette
9c4fb019cb
[1.7.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.
...
This fixes a regression introduced by the 53ff096982 security fix.
Thanks to @a1tus for the report and Tim for the review.
refs #23329 .
Backport of 342ccbddc1 from master
2014-09-08 13:54:21 -04:00
Andrew Pinkham
27e7972e63
[1.7.x] Fixed #22951 -- Checked for types during deep_deconstruct migration serializ
...
Thanks Sam Hartsfield for the report.
Backport of 4680d25df2 from master
2014-09-08 07:58:06 -04:00
Marc Tamlyn
48e1071007
[1.7.x] Fixed #23416 -- Make sure DatabaseCreation respects checks.
...
Migrations respected Field.db_parameters()['check'], but
DatabaseCreation was still using just Field.db_type().
Backport of 14c8456 from master
2014-09-06 19:02:28 +01:00
Aymeric Augustin
f8fdb7177b
[1.7.x] Fixed #23437 -- Documented required update of WSGI scripts for 1.7.
...
Thanks Tim for the review.
Backport of dfe209a from master
2014-09-06 19:03:14 +02:00
Tim Graham
a932c596fc
[1.7.x] Fixed #22882 -- Fixed a UnicodeDecodeError in flush.
...
Thanks djbaldey for the report.
Backport of 0e4d79c4f0 from master
2014-09-06 10:09:32 -04:00
Patrick Beeson
d4ef9a4a21
[1.7.x] Fixed #23427 -- Documented migrate is required before runserver for default projects.
...
Backport of fb545e5a27 from master
2014-09-05 20:00:36 -04:00
Tim Graham
0d70bc63d0
[1.7.x] Added stub release notes for 1.7.1.
...
Backport of 09c1f18f22 from master
2014-09-02 21:41:53 -04:00
Tim Graham
15c71a07b8
[1.7.x] Added dates to release notes.
...
Backport of 0fd23545db from master
2014-09-02 21:35:03 -04:00
James Bennett
6ec31cb516
[1.7.x] Cleanup run on the 1.7 release notes. Backport of 138e3873a53a4fcd17ddccaa2132ff1af82dc7a6 from master.
2014-09-02 15:19:54 -05:00
Akis Kesoglou
3297f9e1ad
[1.7.x] Fixed #23370 -- defer() + select_related() crashed with inherited models.
...
Backport of 6613ea6e3f from master
2014-08-30 07:16:42 -04:00
Simon Charette
419f9075c4
[1.7.x] Fixed #23375 -- Added missing security issues to the archive.
...
Also adjusted the pre-release process to prevent future omissions.
Backport of c9c0be31c5 from master
2014-08-28 10:50:09 -04:00
Claude Paroz
9ac713645b
[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
...
Refs #20739 . Thanks Raphaël Hertzog for the report and the initial
patch.
Backport of 3a44e2000 from master.
2014-08-28 08:46:54 +02:00
Simon Charette
4883516bea
[1.7.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.
...
Thanks to Trac alias Markush2010 and ross for the detailed reports.
Backport of 3cbb7590cb from master
2014-08-27 21:27:48 -04:00
Tim Graham
f8aa2aa486
[1.7.x] Added dates to release notes.
...
Backport of b902be798e from master
2014-08-20 16:32:39 -04:00
Simon Charette
2b31342cdf
[1.7.x] Prevented data leakage in contrib.admin via query string manipulation.
...
This is a security fix. Disclosure following shortly.
2014-08-20 14:42:48 -04:00
Preston Holmes
1a45d059c7
[1.7.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USER change.
...
This is a security fix. Disclosure following shortly.
2014-08-20 14:42:48 -04:00
Tim Graham
3123f8452c
[1.7.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.
...
This is a security fix. Disclosure following shortly.
2014-08-20 14:42:48 -04:00
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 12cf10cacd6 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 055d95fce066 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