1
0
mirror of https://github.com/django/django.git synced 2025-04-15 12:54:38 +00:00

23012 Commits

Author SHA1 Message Date
Jonatas CD
af0f01558b [1.10.x] Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be unique.
Backport of 9da45ff352db1d1b7c64e5c724e9b0b31822b967 from master
2016-11-15 11:21:58 -05:00
Simon Charette
65cdded2c9 [1.10.x] Refs #25284 -- Corrected an obsolete implicit __in lookup example.
Thanks IRC alias rpkilby for the report.

Backport of 9e4fd3301d0a4e40cab8df4b51a2b04274f61da0 from master
2016-11-15 08:25:16 -05:00
Tim Graham
87e10af485 [1.10.x] Ignored flake8's newly added E305, E741, E743. 2016-11-14 18:22:39 -05:00
Jezeniel Zapanta
6a476bd229 [1.10.x] Fixed typo in docs/topics/db/multi-db.txt.
Backport of 48f45431eb588c9193408fc7b58e8ccf9c179568 from master
2016-11-11 12:41:35 -05:00
Ian Lee
25fe13d6b0 [1.10.x] Fixed typo in docs/ref/settings.txt.
Backport of 501c9930101060d63fb5c25c1dc0154a6c23b775 from master
2016-11-11 07:02:08 -05:00
Joseph Kahn
7fd379719a [1.10.x] Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.
Backport of 373c6c409c310cb61e1e9c9aff4adba379ffd0b4 from master
2016-11-09 10:27:33 -05:00
Tim Graham
3dc480fcd2 [1.10.x] Inlined a note in docs/ref/models/expressions.txt.
Backport of 0d6c7cae7c4bc3ecd12c5a0d929384f3aa3e90d1 from master
2016-11-09 08:21:17 -05:00
Jop Reyntjes
89d960121d [1.10.x] Fixed #27414 -- Doc'd that F() expressions on relations return pk values.
Backport of f8fab6f90233c7114d642dfe01a4e6d4cb14ee7d from master
2016-11-09 07:13:24 -05:00
Mariusz Felisiak
bc74bc1f35 [1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries.
Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master
2016-11-08 16:34:32 -05:00
Claude Paroz
9b7c196294 Fixed #27455 -- Fixed contrib.auth link in Chinese translation 2016-11-07 20:27:04 +01:00
Krzysztof Żuraw
07db0e068f [1.10.x] Fixed #27133 -- Doc'd how to provide initial data with migrations.
Backport of eaa6ea2f37509f2e54de5268f32469deeff89eb9 from master
2016-11-06 12:52:09 +01:00
Leila20
a2d2d455b6 [1.10.x] Fixed typo in django/forms/widgets.py comment.
Backport of 656654fb5b82fa8d18016399c7676f310bafcd1c from master
2016-11-06 11:56:02 +01:00
Krzysztof Gogolewski
70d9effa02 [1.10.x] Adjusted documentation of migration related commands.
Backport of d1dbaeaadb659e61c8f351457c25cac1604675bb from master
2016-11-05 22:21:32 +01:00
Tim Graham
59bbacf88d [1.10.x] Updated "fork Django on GitHub" link.
Backport of b741fe397aa567dd43d3e9dbd9fb5ecca6eab412 from master
2016-11-04 05:48:54 +01:00
Pamela McA'Nulty
74e93b072a [1.10.x] Fixed typo in docs/topics/testing/tools.txt.
Backport of 2c4d15e31989ba31687fa16e889eb1bff1c9c574 from master
2016-11-04 05:13:10 +01:00
Tim Graham
2527d0aaaa [1.10.x] Fixed #27425 -- Removed obsolete "developers for hire" FAQ.
Backport of 58eca7c49c6059942ca99e6f08dbc626ba8638b2 from master
2016-11-03 12:50:44 +01:00
Tim Graham
b04594135f [1.10.x] Added CVE-2016-9013,14 to the security release archive.
Backport of b8ae2c16cfc4bf88c1720eafd8e35438181a7413 from master
2016-11-01 10:48:41 -04:00
Tim Graham
942dfccc46 [1.10.x] Post-release version bump. 2016-11-01 10:22:08 -04:00
Tim Graham
46b40274dd [1.10.x] Bumped version for 1.10.3 release. 1.10.3 2016-11-01 09:36:44 -04:00
Tim Graham
884e113838 [1.10.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
This is a security fix.
2016-11-01 09:36:44 -04:00
Marti Raudsepp
34e10720d8 [1.10.x] Fixed CVE-2016-9013 -- Generated a random database user password when running tests on Oracle.
This is a security fix.
2016-11-01 09:36:44 -04:00
Tim Graham
3f8fcfbf3c [1.10.x] Added stub release notes for 1.9.11/1.8.16. 2016-11-01 09:36:44 -04:00
Andrew Nester
acacf54fa1 [1.10.x] Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with SuspiciousOperation.
Backport of 1ce04bcce0076360623ae164afd3541a5c031af2 from master
2016-11-01 07:18:06 -04:00
Henry Dang
157607cb6c [1.10.x] Fixed #27400 -- Documented {% static %} encoding change in 1.10.
Backport of 9c2e1ad6a5f0ca98d68df7afdb13715921949c5a from master
2016-10-31 16:11:07 -04:00
Timothy Allen
355917f7c4 [1.10.x] Updated docs/topics/db/queries.txt examples to use print() function.
Backport of 5595db9504ca3fe431f04f853ac8b71edac012c9 from master
2016-10-31 15:23:14 -04:00
Tim Graham
052578879d [1.10.x] Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs.
Backport of de91c172cfda624451fab9a87be92cc0d32e1fcf from master
2016-10-31 15:19:21 -04:00
Krzysztof Urbaniak
a7dabe4216 [1.10.x] Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as the language.
Backport of a01d887a3ad9029ed198b6af974534fec46223f9 from master
2016-10-31 14:33:42 -04:00
Krzysztof Urbaniak
62c9894b34 [1.10.x] Added additional tests for translation's get_language_from_path().
Backport of ee06689878e87e45d3c2402dd5e3bb3ba2a79bcf from master
2016-10-31 14:33:29 -04:00
medmunds
59001ca213 [1.10.x] Fixed #27382 -- Doc'd that ugettext_lazy() should be converted to text for non-Django code.
Backport of d3708aeb26032911897e213a300c8b8ea5c5a345 from master
2016-10-29 07:25:22 -04:00
Zach Wernberg
92bcc9cfbf [1.10.x] Corrected TooManyFieldsSent doctring for GET requests.
Backport of 6c994013e242bad67264d445b0bd4c0772bffdb4 from master
2016-10-27 18:45:11 -04:00
Adam Chainz
3ea9e3baf9 [1.10.x] Documented that cache keys are strings rather than bytes.
Backport of 968f61b99180a17e1752432df38f28f192c6cf86 from master
2016-10-27 15:50:06 -04:00
mark-summerfield
261c6c0447 [1.10.x] Described PostgreSQL as more scalable than SQLite.
Backport of 4584bc3a1e3d610eb001cdfffa8ef18863fc03d3 from master
2016-10-27 09:14:37 -04:00
Tim Graham
df66aee856 [1.10.x] Updated "running the tests" to use 'pip install -e'.
Backport of d84ffcc22b2a0dbc0a44a67d56da7e3647e2f87a from master
2016-10-27 08:44:10 -04:00
Jon Dufresne
dda9a5928a [1.10.x] Fixed #27299 -- Documented the Widget.use_required_attribute() method.
Thanks Tim Graham for the review and edits.

Backport of c74378b from master
2016-10-26 19:33:25 -07:00
Thomas Güttler
72d174bc4e [1.10.x] Clarified when the post_migrate signal is sent during migrate.
Backport of 7cdc2015e37e7fd9a0e5ff7315a61086c2aad803 from master
2016-10-26 11:09:06 -04:00
David Barragán Merino
736f7e7ed7 [1.10.x] Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of objects is a multiple plus one of batch_size.
Backport of b3bd3aa07c026239dd39d1a37498dfd0a2f09caf from master
2016-10-25 19:22:33 -04:00
Tim Graham
3ca9df26ba [1.10.x] Replaced Outputting PDF's "Further Resources" with a link to Django Packages.
Backport of a9d1d9528496bc5bed7c2d615a232f4ebc192676 from master
2016-10-25 11:59:52 -04:00
Marti Raudsepp
ae91fc786c [1.10.x] Updated postgresql.org links to https and made them canonical.
Backport of 51fbe2a60d9c7ff3fe62688ad262ccda648f506d from master
2016-10-25 11:43:54 -04:00
Alvin Lindstam
3a416e4ba9 [1.10.x] Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.
Backport of 6b5106b1ceec03d945c1104b21feed3e25470fe0 from master
2016-10-24 10:26:16 -04:00
Zach Borboa
3f730457d8 [1.10.x] Fixed #27361 -- Used "from django import forms" in forms api docs.
Backport of 90c3b11e873a326219a68c14a3b5dca0181e7b3c from master
2016-10-19 09:56:13 -04:00
Markus Holtermann
5677129b06 [1.10.x] Added myself to ops team.
Backport of 7eda99f03f6dfbd5a4a3f1e40e6d51842fd3268f from master
2016-10-18 18:02:06 -04:00
Markus Holtermann
d3ca290778 [1.10.x] Fixed #27352 -- Doc'd social media fingerprinting consideration with login's redirect_authenticated_user.
Backport of b5fc192b99ce92a7ccad08cca7b59b1a4e7ca230 from master
2016-10-18 11:40:45 -04:00
Riccardo Magliocchetti
64e4adbfef [1.10.x] Fixed ModelAdmin.get_max_num() example if obj is None.
Backport of a4e9e834e3dfc8d5a024a78c765f193105d41a48 from master
2016-10-17 07:33:59 -04:00
Tim Graham
8f428c8296 [1.10.x] Updated security policy according to current practices.
Also added security release date notifications to django-announce.

Backport of af98a0a25e89816007453f3c62f3a4d525ee0405 from master
2016-10-15 07:53:29 -04:00
David D Lowe
223393a9e3 [1.10.x] Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide.
Backport of 424187ec4be73a36d5430901382a27c8523f446a from master
2016-10-14 13:51:48 -04:00
Kevin Christopher Henry
4045870781 [1.10.x] Refs #19705 -- Documented decorator ordering with @condition().
Backport of 9eb49af821546af1cae8f3a91aefea4b99a6478f from master
2016-10-14 07:38:22 -04:00
Tim Graham
91cc5fd4cc [1.10.x] Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.
Backport of cd09524f27b83c0ca9dabafa81265e8d8abd252a from master
2016-10-13 11:42:56 -04:00
Tim Graham
e781197d1c [1.10.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.
Backport of 51b83d9e5113ea5b81d04f4d117bd5acd3c1b822 from master
2016-10-13 11:03:09 -04:00
Tim Graham
fba2c16a6f [1.10.x] Fixed nonexistent tmc.edu domain in GeoIP test.
The test was silently skipped.

Backport of e1f6eba033abea25cd6b0577bd66c655ec453325 from master
2016-10-11 19:40:34 -04:00
Nick Pope
43792137e0 [1.10.x] Fixed typo in docs/ref/checks.txt.
Backport of 81463ce0a147dbbc8a0c7d2ae0d5ca02cce97984 from master
2016-10-11 10:33:07 -04:00