Commit Graph

23106 Commits

Author SHA1 Message Date
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
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. 2017-01-04 14:15:10 -05:00
Tim Graham edcbab6dae [1.10.x] Added release date for 1.10.5.
Backport of 32b3961943 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 c85831e4b7 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 f60d4e704d 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 6128c1736d 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 2b4bb78f79 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 432b25ace0 from master
2016-12-31 07:59:42 -05:00
Tim Graham 637f774952 [1.10.x] Removed links to deprecated GeoIP.
Backport of e2335deeba 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 398a859642 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 755406f5ff 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 9e734875fe from master
2016-12-28 07:37:21 -05:00
Tim Graham f38f2032c5 Used a nontemporal example in QuerySet.bulk_create() in docs. 2016-12-27 10:00:03 -05:00
Mariusz Felisiak 25e8222615 [1.10.x] Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.
Backport of 3e5c5e6754 from master
2016-12-27 09:29:47 -05:00
Adam Chainz 1c9f49e80f [1.10.x] Documented url()'s 'regex' parameter.
Backport of 0a9bd266ff from master
2016-12-22 19:16:56 -05:00
Alix Martineau 1a039e76c7 [1.10.x] Fixed #27439 -- Documented macOS locale configuration for Django tests.
Backport of 0a8c685447 from master
2016-12-20 13:21:18 -05:00