23110 Commits

Author SHA1 Message Date
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 36f2262741311159e5c13eb5114fb9e902e2df31 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 fd75c8f2b7070774f6e90f408cb5cddf65b8734e 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 6c5348b9d2f49e0b06167ba782829e9754c05bf5 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 2863e79a5c061b58e57ea7edc12701010725537c 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 49a63d08d3b3e2ac32e391d1413a4ac99429e4af 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 c1d652c62f4d03a36dfe5c3a93ab68076825423c 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. 1.10.6 2017-03-01 08:29:05 -05:00
Tim Graham
06458598d4 [1.10.x] Added release date for 1.10.6.
Backport of 4f22505a9f96688f27089b49983efd5c49381298 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 22eb15a18c16b93496f6e88ebe3a306daad492b1 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 faf8a253d3fc2d870fb7ab860581e942d2ad9fbc 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 4045fd56cb0f83d0f78de9aca073c7104e4cf8fd 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 d5088f838d837fc9e3109c828f18511055f20bea 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 57292725093eb470851b35174c10573bbf717117 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 da2e92d25ea32a25679d99525365ac7ac8e297ee 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 103e6cf26c17ae650b7caa3956b87a215334d761 from master
2017-02-13 19:52:40 -05:00
amalia
e399272bed [1.10.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.
Backport of 2f10216f84b55920de25422842a66260219e393f 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 545a88fc162ab02f66812284af24a248deafbf5e 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 8863c475c53f2b44113f25b749a124a5bf3a02f2 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 27793431cf21a82809c0c39a7c0188a2d83bf475 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 4353640ea9495d58fabd0357253b82de3b069408 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 dbf79c5acf962a977e1498e3aab588256e7e7af8 from master
2017-01-30 15:39:40 -05:00
Arkadiusz Adamski
672aea5164 [1.10.x] Fixed incorrect namespace in sitemap example.
Backport of 274ca999825bb782bbbddd769783cf2aa91de7f9 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 f5bf11c72b267d717dd4379ec80f9f7c5185f80f from master
2017-01-28 12:58:27 -05:00
Tim Graham
b73fabc365 [1.10.x] Removed obsolete GIS install instructions.
Backport of 4054013e002aaed4efac8e2388fa3b694b61bac5 from master
2017-01-17 13:48:18 -05:00
Ed Morley
0ecc3fc498 [1.10.x] Fixed #27739 -- Documented LabelCommand.label.
Backport of 44cce3ed00afe7a404e9f6cba0f6292223c7fe0a 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 d1eda9b4ad47c7773e65d90fd882e9d07759fe41 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 611ef422b173b450b1fc6f7f94eb262961b24e54 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 b3acdeee502e961065bfcdb7673d7cf91ab5b283.

Backport of e303739f8ee2ca1d087b527ce56f3f5bc5291049 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 56c87b51abca51c90cb5f2c10ec2def583bb92ad 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 991cd69621f95acd2192ac62a08eb139d3e22215 from master
2017-01-10 09:30:59 -05:00
Maxime Lorant
ec820df8bf [1.10.x] Removed SHOUTING in doc examples.
Backport of 241e1e3cd7669c5d8869ad4297b9edf6046ed7f0 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 944610a86c81f90c3c79e5440a5e2c706aa0ef62 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 a50926ede2f4ac388a962756316078f491110ba4 from master
2017-01-04 14:33:54 -05:00
Tim Graham
c80451247d [1.10.x] Post-release version bump. 2017-01-04 14:28:56 -05:00
Tim Graham
6157cd6da1 [1.10.x] Bumped version for 1.10.5 release. 1.10.5 2017-01-04 14:15:10 -05:00
Tim Graham
edcbab6dae [1.10.x] Added release date for 1.10.5.
Backport of 32b39619437ecb18bdd9038d062c49219f9488a8 from master
2017-01-04 13:21:06 -05:00
Tim Graham
da9b36c52d [1.10.x] Fixed #27658 -- Prevented collectstatic from overwriting newer files in remote storages.
Thanks revimi for the initial patch.

Backport of c85831e4b7b5a7e4249df10327175b7251cb012d from master
2017-01-04 13:10:03 -05:00
Tim Graham
a72fa7de3e [1.10.x] Tested collectstatic's deleting of files/symlinks when toggling --link.
Backport of f60d4e704d71b8af3f5ed4651accd33851bdee23 from master
2017-01-04 13:09:33 -05:00
Tim Graham
fe409c22e1 [1.10.x] Corrected unrendered versionadded annotation. 2017-01-02 10:51:01 -05:00
vinay karanam
b0eee991e8 [1.10.x] Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.
Backport of 6128c1736de98d8ab22829184409731b030cbff5 from master
2017-01-02 08:40:59 -05:00
Tim Graham
5ae186812c [1.10.x] Refs #24154 -- Added check_aggregate_support() to deprecation timeline.
Backport of 2b4bb78f7944adbf88f9bf3b868632707c79b5dd from master
2016-12-31 14:06:18 -05:00
Tim Graham
248e64ac99 [1.10.x] Removed nonexistent logout view context from docs.
Backport of 432b25ace0e4d2953092b81f018860eaf0bb89ee from master
2016-12-31 07:59:42 -05:00
Tim Graham
637f774952 [1.10.x] Removed links to deprecated GeoIP.
Backport of e2335deeba0ba65ac52145c8bcdc685cf603eec8 from master
2016-12-30 20:34:50 -05:00
Mads Jensen
4a6dc71cae [1.10.x] Fixed #27652 -- Doc'd that intcomma works with floats.
Backport of 398a859642636a2de0ab920befa320cd9954b49a from master
2016-12-30 13:48:12 -05:00
Adam Chainz
f5e0e15ef8 [1.10.x] Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.
Backport of 755406f5ff888e91bacb26f63cbddf7c036793ca from master
2016-12-28 19:43:28 -05:00
Tim Graham
3e1be301e2 [1.10.x] Fixed #24994 -- Documented the expected type of settings.SECRET_KEY.
Backport of 9e734875fe7fb078aa4ef0e84578aa7e641f5563 from master
2016-12-28 07:37:21 -05:00