Tim Graham
e06bbf8fc3
[1.8.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txt
...
Backport of 6d9c5d46e6
from master
2016-05-18 21:39:58 -04:00
vytisb
163972eb61
[1.8.x] Fixed code example in docs/howto/custom-lookups.txt
...
Backport of b3acf35f13
from master
2016-05-06 08:26:27 -04:00
Tim Graham
74a2bbf072
[1.8.x] Post-release version bump.
2016-05-02 18:52:54 -04:00
Tim Graham
4022b2c306
[1.8.x] Bumped version for 1.8.13 release.
2016-05-02 18:39:32 -04:00
Tim Graham
3b2b51712b
[1.8.x] Added release date for 1.8.13.
2016-05-02 18:17:09 -04:00
Alasdair Nicol
0eb6617869
[1.8.x] Added tests for if tag's != operator.
...
Backport of 246020efc5
from master
2016-04-29 12:33:32 -04:00
Joshua Phillips
052e1f17ca
[1.8.x] Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField.
...
Backport of 4681d65048
from master
2016-04-29 10:17:00 -04:00
Tim Graham
7934695a0f
[1.8.x] Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide.
...
Thanks Ankush Thakur for the report and Simon for the review.
Backport of fe70f280d7
from master
2016-04-27 15:26:14 -04:00
Jon Dufresne
f8b8bcea5d
[1.8.x] Fixed incorrect rendered widget in forms example.
...
Backport of 38ddd4ab55
from master
2016-04-20 21:08:38 -04:00
Lukasz Wiecek
0a411b2224
[1.8.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.
...
Thanks adamchainz for the report and review.
Backport of d3c87a2425
from master
2016-04-18 09:49:31 -04:00
Tim Graham
a61b26a651
[1.8.x] Added stub release notes for 1.8.13.
...
Backport of ad3c72118f
from master
2016-04-13 13:22:08 -04:00
Mikkel Munch Mortensen
7c67508a80
[1.8.x] Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txt
...
Backport of 4bb3ddbcc6
from master
2016-04-07 13:53:58 -04:00
Tim Graham
b93fb3e757
[1.8.x] Post-release version bump.
2016-04-01 14:02:48 -04:00
Tim Graham
c168aeba17
[1.8.x] Bumped version for 1.8.12 release.
2016-04-01 13:49:13 -04:00
Tim Graham
539302ee9a
[1.8.x] Added release date for 1.8.12.
...
Backport of 93539ba2f4
from master
2016-04-01 13:30:53 -04:00
Simon Charette
5198b0abea
[1.8.x] Fixed #26438 -- Fixed multiple .objects typos in the docs.
...
Thanks Pablo Oubiña for the report.
Backport of 64aba7a8ab
from master
2016-03-31 18:34:03 -04:00
Tim Graham
100f28ed28
[1.8.x] Sorted single letter imports per the latest version of isort.
...
Backport of 1c8c0837c6
from master
2016-03-28 11:59:36 -04:00
Aymeric Augustin
ca051388de
[1.8.x] Fixed #26408 -- Updated link to DEP 182.
...
Thanks kaifeldhoff for the report.
Backport of 7b1ce7f
from master
2016-03-25 20:52:33 +01:00
Tim Graham
0496838e61
[1.8.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in list_editable.
...
Backport of acfaec3db5
from master
2016-03-25 14:57:12 -04:00
Tim Shaffer
540b487cd6
[1.8.x] Fixed typo in docs/topics/db/aggregation.txt.
...
Backport of 8550566af6
from master
2016-03-25 13:38:38 -04:00
Tim Graham
a2970a0464
[1.8.x] Fixed #26392 -- Corrected login_required/permission_required stacking example.
...
Backport of c41737dc00
from master
2016-03-21 19:58:44 -04:00
Amine
08b0a08c25
[1.8.x] Fixed a broken link in docs/internals/contributing/writing-documentation.txt.
...
Backport of 8b5a4fa941
from master
2016-03-19 16:19:56 -04:00
Tim Graham
56f5059239
[1.8.x] Fixed #26375 -- Used a more generic name in a reusable template example.
...
Backport of 1d0abeaf75
from master
2016-03-18 11:38:47 -04:00
Andrew Abraham
5d931314e3
[1.8.x] Fixed DiscoverRunner failfast parameter default in docs.
...
Backport of f2d9caa625
from master
2016-03-15 18:35:08 -04:00
Adam Alton
5bd01773be
[1.8.x] Removed unnecessary filter kwarg from .get() in a test.
...
Backport of 38086c83ac
from master
2016-03-14 18:57:59 -04:00
Noenglish Professorbut
1a1a8235df
[1.8.x] Fixed a few docstring typos.
...
Backport of f8d20da047
from master
2016-03-12 08:50:50 -05:00
Tim Graham
c7764ca3a0
[1.8.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.
...
Backport of 4f0cd0fd16
from master
2016-03-10 19:16:31 -05:00
Tim Osborn
ae4d932b1a
[1.8.x] Fixed indenting in "Serving files in development" code example
...
Backport of 8fb3a2877b
from master
2016-03-09 14:57:50 +11:00
Tim Graham
4d1a1bce81
[1.8.x] Fixed a dead link in django/contrib/sitemaps/__init__.py.
...
Backport of 09e5409cb5
from master
2016-03-08 13:16:35 -05:00
John-Mark Bell
a5e9ae9ad5
[1.8.x] Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an empty string.
...
Backport of 4b129ac81f
from master
2016-03-07 13:22:38 -05:00
George Marshall
567658f193
[1.8.x] Fixed #26331 -- Fixed test function names with typos
...
Backport of 75614f6d4c
from master
2016-03-07 06:56:52 -05:00
Tim Graham
6d312f95f3
[1.8.x] Added stub release notes for 1.8.12.
...
Backport of c960af4adb
from master
2016-03-05 10:02:12 -05:00
Tim Graham
865bcbcb97
[1.8.x] Post-release version bump.
2016-03-05 09:42:51 -05:00
Tim Graham
a98e00f068
[1.8.x] Bumped version for 1.8.11 release.
2016-03-05 09:35:22 -05:00
Claude Paroz
beb392b85e
[1.8.x] Added safety to URL decoding in is_safe_url() on Python 2
...
The errors='replace' parameter to force_text altered the URL before checking
it, which wasn't considered sane. Refs 24fc935218
and ada7a4aef
.
Backport of 552f03869e
from master.
2016-03-04 23:39:46 +01:00
Claude Paroz
28bed24f55
[1.8.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()
...
This fixes a regression introduced by c5544d2892
.
Thanks John Eskew for the reporti and Tim Graham for the review.
Backport of ada7a4aef
from master.
2016-03-04 21:16:51 +01:00
Tim Graham
f294b3833b
[1.8.x] Added stub release notes for 1.8.11.
...
Backport of 2f0c785a4c
from master
2016-03-04 09:48:11 -05:00
Tim Graham
8b891cf386
[1.8.x] Fixed #26321 -- Added missing "for_save" parameter in expressions example.
...
Thanks tomaszn for the patch.
Backport of de8a11ba18
from master
2016-03-03 19:38:06 -05:00
Alasdair Nicol
e4be3c80a1
[1.8.x] Fixed #26309 -- Documented that login URL settings no longer support dotted paths.
...
Backport of 2404d209a5
from master
2016-03-03 07:49:06 -05:00
Dmitry Dygalo
6a9bb1447c
[1.8.x] Fixed typo in 1.8.10 release date.
...
Backport of 5155c2b458
from master
2016-03-02 07:10:21 -05:00
Tim Graham
640c99e8b3
[1.8.x] Added CVE-2016-2512/2513 to security release archive.
...
Backport of 24fc935218
from master
2016-03-01 12:36:20 -05:00
Tim Graham
8e8f14edac
[1.8.x] Post-release version bump.
2016-03-01 12:22:54 -05:00
Tim Graham
ef08d8cf9e
[1.8.x] Bumped version for 1.8.10 release.
2016-03-01 11:39:42 -05:00
Florian Apolloner
f4e6e02f77
[1.8.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
...
This is a security fix.
2016-02-29 08:07:17 -05:00
Mark Striemer
382ab13731
[1.8.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.
...
This is a security fix.
2016-02-29 08:07:17 -05:00
Tim Graham
922f228695
[1.8.x] Added stub release notes for security issues.
2016-02-29 08:07:17 -05:00
Simon Charette
4701c81df3
[1.8.x] Fixed #26286 -- Prevented content type managers from sharing their cache.
...
This should prevent managers methods from returning content type instances
registered to foreign apps now that these managers are also attached to models
created during migration phases.
Thanks Tim for the review.
Refs #23822 .
Backport of 3938b3ccaa
from master
2016-02-26 16:24:28 -05:00
Tim Graham
3b0b1e071d
[1.8.x] Fixed a function signature in docs/topics/auth/default.txt.
...
Backport of 441c537b66
from master
2016-02-24 16:25:37 -05:00
Tim Graham
4b8bd72a9f
[1.8.x] Removed docs of deprecated SimpleTestCase warnings behavior.
...
Removed in Django 1.7 (4f6be9a0c4
).
Backport of 6637cd0ef2
from master
2016-02-24 09:59:23 -05:00
Jon Dufresne
6c48edae76
[1.8.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
...
Backport of b412681359
from master
2016-02-24 07:09:08 -05:00