Commit graph

23123 commits

Author SHA1 Message Date
Dmitry Shachnev
753acae9f2 [1.10.x] Fixed docs build with Sphinx 1.6.
Backport of f370bfb108 from master
2017-05-24 10:01:42 -04:00
Paolo Melchiorre
85dc4be21f [1.10.x] Fixed typos in docs/topic/db/search.txt.
Backport of eac396a5d0 from master
2017-04-08 07:26:42 -04:00
Tim Graham
fd7105e130 [1.10.x] Added CVE-2017-7233,4 to the security release archive.
Backport of b749c980a0 from master
2017-04-04 21:52:17 -04:00
Tim Graham
a41d7e7380 [1.10.x] Post-release version bump. 2017-04-04 12:16:32 -04:00
Tim Graham
e75c188d1c [1.10.x] Bumped version for 1.10.7 release. 2017-04-04 10:19:34 -04:00
Tim Graham
f824655bc2 [1.10.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.
This is a security fix.
2017-04-04 10:17:35 -04:00
Tim Graham
2a9f6ef71b [1.10.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.static.serve().
This is a security fix.
2017-04-04 10:17:35 -04:00
Tim Graham
15eb3b4c03 [1.10.x] Added stub release notes for security releases. 2017-04-04 10:17:35 -04:00
heathervm
83331d1ed0 [1.10.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
Backport of 7d1e237753 from master
2017-03-31 10:17:17 -04:00
Tim Graham
ab38f4b27b [1.10.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
Backport of ea36e7454c from master
2017-03-28 10:38:36 -04:00
Claude Paroz
16b97a2ceb [1.10.x] Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.
Backport of 6585ebebaa from master
2017-03-27 12:53:33 -04:00
Stefano Rivera
72d4b39c7a [1.10.x] Removed unexpected initial attribute in data migration examples.
Inadvertently added in db97a88495.
Backport of 899c42cc8e from master
2017-03-25 16:00:20 -04:00
Sergey Fedoseev
9392e3541b [1.10.x] Removed MySQL (unsupported) from Perimeter docs.
Backport of e32265de1a from master
2017-03-17 07:48:51 -04:00
Mariusz Felisiak
e7c61ff3a6 [1.10.x] Fixed nondeterministic ordering test failure in model_forms.
Backport of 2767ef3ca7 from master
2017-03-17 10:04:48 +02:00
lb1c
e0bd66d024 [1.10.x] Fixed incorrect import in docs/ref/models/expressions.txt.
Backport of 36f2262741 from master
2017-03-15 08:10:15 -04:00
Mariusz Felisiak
46d602dcea [1.10.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required.
Thanks Tim Graham for the review.
2017-03-11 21:46:50 +01:00
Raphael Merx
c4b8c46345 [1.10.x] Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().
Backport of fd75c8f2b7 from master
2017-03-07 14:00:09 -05:00
Tim Graham
bae7955955 [1.10.x] Added stub release notes for 1.10.7.
Backport of 6c5348b9d2 from master
2017-03-07 13:06:10 -05:00
albertoconnor
5f3fd55fe3 [1.10.x] Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 2863e79a5c from master
2017-03-01 15:43:03 -05:00
Tim Graham
ead5b14d8c [1.10.x] Fixed a backends test with psycopg2 2.7.
Backport of 49a63d08d3 from master
2017-03-01 13:19:11 -05:00
Adam Johnson
fac22535ab [1.10.x] Fixed typo in docs/releases/1.10.6.txt.
Backport of c1d652c62f from master
2017-03-01 10:16:17 -05:00
Tim Graham
235dd84a67 [1.10.x] Post-release version bump. 2017-03-01 10:13:18 -05:00
Tim Graham
320ec4ed27 [1.10.x] Bumped version for 1.10.6 release. 2017-03-01 08:29:05 -05:00
Tim Graham
06458598d4 [1.10.x] Added release date for 1.10.6.
Backport of 4f22505a9f from master
2017-03-01 08:27:57 -05:00
Tim Graham
e298ec4e94 [1.10.x] Fixed #27875 -- Doc'd manager_inheritance_from_future in manager docs.
Backport of 22eb15a18c from stable/1.11.x
2017-02-24 16:16:24 -05:00
Sergey Fedoseev
eff483ff32 [1.10.x] Fixed #27479 -- Fixed GDALClose prototype
Backport of faf8a253d3 from master.
2017-02-23 10:26:14 +01:00
Vytis Banaitis
92ce31fd8c [1.10.x] Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.
Accuracy was incorrect when dates differ by a month or more.

Backport of 4045fd56cb from master
2017-02-21 12:59:46 -05:00
Vytis Banaitis
75327b88a8 [1.10.x] Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField from DateField on Oracle/PostgreSQL.
Thanks Mariusz Felisiak for the Oracle workaround.

Backport of d5088f838d from master
2017-02-16 17:24:05 -05:00
Tim Graham
4d9143d029 [1.10.x] Clarified that creating a pull request for the tutorial isn't necessary.
Backport of 5729272509 from master
2017-02-16 11:34:28 -05:00
Tim Graham
3b562ebfe6 [1.10.x] Fixed GeoIP test failure with the latest data.
Backport of da2e92d25e from stable/1.11.x
2017-02-14 09:11:11 -05:00
Tim Graham
5044d18e1f [1.10.x] Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.
Backport of 103e6cf26c from master
2017-02-13 19:52:40 -05:00
amalia
e399272bed [1.10.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.
Backport of 2f10216f84 from master
2017-02-13 17:16:29 -05:00
Tim Graham
714fdbaa70 [1.10.x] Refs #27807 -- Removed docs for User.username_validator.
The new override functionality claimed in refs #21379 doesn't work.
2017-02-11 13:42:51 -05:00
Tim Graham
5418af7a78 [1.10.x] Fixed typo in docs/topics/testing/tools.txt.
Backport of 545a88fc16 from master
2017-02-08 12:34:51 -05:00
Tim Graham
f993872e78 [1.10.x] Fixed #27821 -- Clarified docs of the return value of Form.clean_<fieldname>().
Thanks Christian Ullrich for the report and review.

Backport of 8863c475c5 from master
2017-02-08 08:39:39 -05:00
Tim Graham
dd952d79f2 [1.10.x] Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.
Backport of 27793431cf from master
2017-02-07 14:15:43 -05:00
Tim Graham
cd69ac06d6 [1.10.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields with a default.
Backport of 4353640ea9 from master
2017-02-06 21:10:44 -05:00
Ryan Castner
82e316ea54 [1.10.x] Added missing word in docs/howto/error-reporting.txt.
Backport of dbf79c5acf from master
2017-01-30 15:39:40 -05:00
Arkadiusz Adamski
672aea5164 [1.10.x] Fixed incorrect namespace in sitemap example.
Backport of 274ca99982 from master
2017-01-30 12:07:43 -05:00
Subhrajyoti Sen
a52b223f74 [1.10.x] Fixed #26708 -- Updated the contributing tutorial to use a GitHub workflow.
Backport of f5bf11c72b from master
2017-01-28 12:58:27 -05:00
Tim Graham
b73fabc365 [1.10.x] Removed obsolete GIS install instructions.
Backport of 4054013e00 from master
2017-01-17 13:48:18 -05:00
Ed Morley
0ecc3fc498 [1.10.x] Fixed #27739 -- Documented LabelCommand.label.
Backport of 44cce3ed00 from master
2017-01-17 13:21:01 -05:00
Ed Morley
04446b60f2 [1.10.x] Refs #24109 -- Doc'd the elidable feature in squashing migrations docs.
Backport of d1eda9b4ad from master
2017-01-17 13:03:47 -05:00
Claude Paroz
f3af0acb09 [1.10.x] Fixed #27387 -- Doc'd required HTML attribute in Field.required docs.
Backport of 611ef422b1 from master
2017-01-14 08:13:53 -05:00
André Cruz
6faa7a2e25 [1.10.x] Fixed outdated log level in docs/topics/logging.txt.
Refs b3acdeee50.

Backport of e303739f8e from master
2017-01-12 13:04:52 -05:00
M Somerville
9b16503b76 [1.10.x] Fixed typo in docs/topics/db/managers.txt.
Backport of 56c87b51ab from master
2017-01-11 18:31:41 -05:00
Tim Graham
5ea2228731 [1.10.x] Fixed #27711 -- Demoted "Installing a distribution-specific package" in install intro.
Backport of 991cd69621 from master
2017-01-10 09:30:59 -05:00
Maxime Lorant
ec820df8bf [1.10.x] Removed SHOUTING in doc examples.
Backport of 241e1e3cd7 from master
2017-01-09 17:01:00 -05:00
jpic
f582db1296 [1.10.x] Fixed #27680 -- Linked to "Classy Class-Based Views" in docs.
Backport of 944610a86c from master
2017-01-04 19:12:37 -05:00
Tim Graham
0d9d15925c [1.10.x] Added stub release notes for 1.10.6.
Backport of a50926ede2 from master
2017-01-04 14:33:54 -05:00