1
0
mirror of https://github.com/django/django.git synced 2025-04-07 06:56:40 +00:00

9488 Commits

Author SHA1 Message Date
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
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
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
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 3e5c5e6754648590e87725b66d11d283079728e6 from master
2016-12-27 09:29:47 -05:00
Adam Chainz
1c9f49e80f [1.10.x] Documented url()'s 'regex' parameter.
Backport of 0a9bd266ff8e042f53e25928527a29ce896b4955 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 0a8c685447eea8fc7aa34ea444a3156ee489379f from master
2016-12-20 13:21:18 -05:00
Tim Graham
54cce02ddd [1.10.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.
Backport of 5e239ae907291d07a3fcf9329f83c27fa6d72981 from master
2016-12-20 08:30:41 -05:00
Tim Graham
2f95b91bbe [1.10.x] Made cosmetic edits to the "What happens when you save?" docs.
Backport of e2112a5e1af001449f0d1c183261369f00e93195 from master
2016-12-17 12:06:34 -05:00
Tim Graham
0d019287ee [1.10.x] Documented how to copy a OneToOneField.
Thanks Anton Gilgur for the report and review.

Backport of 2f44fa7f069427e2da18a0f6cb2ffc29699f2ca3 from master
2016-12-17 08:59:12 -05:00
Tim Graham
e1f93e2b1e [1.10.x] Refs #25550 -- Removed a deprecated reverse assignment example in docs.
Backport of 8dac9890a5941e7b59ea0ebebed400965941fe09 from master
2016-12-17 08:59:02 -05:00
Javier Rojas
bb9c9103e5 [1.10.x] Doc'd how ModelAdmin.list_display uses short_description.
Backport of 8ab8a8910c6f9382610cba5b06ac5c110d52b4b2 from master
2016-12-15 15:57:35 -05:00
Tim Graham
34c1030eb9 [1.10.x] Corrected docs claiming AsGML is supported on Oracle.
Backport of ebb85d1e790bb697bff3e0a101c87c5f9c6dff7c from master
2016-12-15 13:01:33 -05:00
Ben Wilkins
cdc343cac3 [1.10.x] Fixed #25751 -- Doc'd how to use JavaScriptCatalog with i18n_patterns().
Backport of 9524fd9133e47fa90846904f81fe91c72f331e56 from master
2016-12-15 10:33:44 -05:00
Waldemar Kornewald
0d8cdb5bc4 [1.10.x] Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.
Backport of b24af2f40508bc0d8aa0cef264e51c537ffb92bd from master
2016-12-14 18:39:35 -05:00
Tim Graham
14fe184e17 [1.10.x] Fixed missing versionadded/changed annotations on docs.djangoproject.com.
Fixed a regression in bacdfbf3d1eb23ff8e8110681728a5b467443446.

Backport of e5d3f98abcdc20d64d99609bd0aa82331835b439 from master
2016-12-14 14:46:14 -05:00
Perry Roper
c2aa836c4f [1.10.x] Added Prefetch import to first use in QuerySet docs.
Backport of 3be2268992767d203159818c5353f959360808a7 from master
2016-12-14 13:57:32 -05:00
Tim Graham
7ff301ca00 [1.10.x] Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.
Backport of 2e9fa516fde57fd58405481034a5a08b3746b257 from master
2016-12-14 07:30:09 -05:00
Tim Graham
ce9f56bb9c [1.10.x] Removed deprecated html_translator_class sphinx config option.
Backport of bacdfbf3d1eb23ff8e8110681728a5b467443446 from master
2016-12-08 13:20:54 -05:00
ntuckovic
1b6649c6d1 [1.10.x] Fixed #27355 -- Added “Creating extension using migrations” docs.
Backport of 4de8aaf7ffc91b91cbb70e9db406abe9b160575a from master
2016-12-08 13:20:33 -05:00
Doug Harris
d978b36414 [1.10.x] Fixed #27566 -- Clarified overriding ModelAdmin.save_model()/delete_model() docs.
Backport of 413216fb9fb36c064494fe155effc39e2888161e from master
2016-12-08 08:22:24 -05:00
Andreas Pelme
f1f4a7f5a9 [1.10.x] Fixed #27567 -- Fixed crash in the debug view when request.user errors.
Backport of 373140b07aa452946ccb6d5b0317fa09ed5bbdc2 from master
2016-12-06 12:58:40 -05:00
Sergey Fedoseev
6265ca25f3 [1.10.x] Fixed unrendered rows in GIS DB functions table in docs.
Cells in the first column must contain some text.
http://docutils.sourceforge.net/docs/dev/rst/problems.html#tables

Backport of d4822148d09d715b742d290383fe642c0b77faba from master
2016-12-05 17:29:52 -05:00
Tim Graham
1ba49cd2c8 [1.10.x] Added stub release notes for 1.10.5.
Backport of 6d1394182d8c4c02598e0cf47f42a5e86706411f from master
2016-12-02 08:49:42 -05:00
Tim Graham
814541f945 [1.10.x] Added release dates for 1.10.4, 1.9.12, 1.8.17.
Backport of 9ea9686532336caefcd5fedb76ad9a68a512d243 from master
2016-12-01 17:16:06 -05:00