Ali Vakilzade
beb68b2a83
[1.8.x] Fixed signature of ModelAdmin.get_paginator() in docs.
...
Backport of ecf4ed246ae192f8d381b799b921a892fd7afa85 from master
2015-07-20 08:08:22 -04:00
Konrad Świat
7355437e49
[1.8.x] Fixed #25125 -- Updated docs on cookie naming conventions.
...
Thanks Tim Graham for the review and kezabelle for the report.
Backport of 2f6bdab1597ee42b36752bf9f624d3386e951379 from master
2015-07-17 07:57:23 -04:00
Tim Graham
093bd35798
[1.8.x] Fixed typo in SelectDateWidget docs.
...
Backport of f46f1737aa456c1dc377e3f1f4d307d52d8598af from master
2015-07-15 09:57:19 -04:00
Daniel Roseman
4cc0baa98e
[1.8.x] Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are defined.
...
Django ignores the value of the TEMPLATE_* settings if TEMPLATES is also
set, which is confusing for users following older tutorials. This change
adds a system check that warns if any of the TEMPLATE_* settings have
changed from their defaults but the TEMPLATES dict is also non-empty.
Removed the TEMPLATE_DIRS from the test settings file; this was marked
for removal in 1.10 but no tests fail if it is removed now.
Backport of 24620d71f2116da31abe6c9391f7bc807ac23c0b from master
2015-07-13 17:55:19 -04:00
Chris McCollister
f8140c4679
[1.8.x] Fixed #24984 -- Added link to Jinja2 static tag instructions in staticfiles docs.
...
Backport of d62194a260eedd30aeea78f407032aabfde4be70 from master
2015-07-13 07:38:42 -04:00
Matthew Madurski
cdae9d8cae
[1.8.x] Fixed #25103 -- Corrected versionadded for FileResponse
...
Backport of 0b02ce54cf58f96811a625245e374e6cd10e28af from master
2015-07-10 13:48:48 -04:00
Tim Graham
340c410d58
[1.8.x] Fixed #25048 -- Documented that runservers strips headers with underscores.
...
refs 316b8d49746933d1845d600314b002d9b64d3e3d
Backport of 7b6d3104f263d9483982928604b2e51f06126ec1 from master
2015-07-09 09:11:02 -04:00
Tim Graham
73cbf08159
[1.8.x] Fixed #25051 -- Clarified return type of {% now %} tag.
...
Backport of a871cf422d8f7a15d3029684538136e0c92f99dc from master
2015-07-04 08:49:05 -04:00
Luke
e2acbfb69b
[1.8.x] Fixed mistake in Model.from_db() example.
...
Backport of fd869cceacafdaf2c5865cc525f88357b6a26aad from master
2015-07-03 09:09:38 -04:00
Tim Graham
08b0b81a6a
[1.8.x] Fixed #25041 -- Clarified difference between syncdb and migrate.
2015-07-01 10:15:29 -04:00
Tim Graham
fdaf9359ab
[1.8.x] Fixed #25038 -- Reverted incorrect documentation about inspectdb introspecting views.
...
This reverts commit e69eea73d94c058728143416058a6257c765a9b8 (refs #24177 ).
2015-06-30 14:25:45 -04:00
Tim Graham
8922266a8d
[1.8.x] Fixed #25033 -- Added context_processors.auth to documented admin dependencies.
...
Backport of f59667c121272ba7a1161e8bc4787654d929f6f1 from master
2015-06-27 14:27:28 -04:00
Marten Kenbeek
ae93aeed2b
[1.8.x] Refs #24127 -- Added documentation for HttpRequest.current_app.
...
Backport of 6364df68879efc0d9451d6427e34b4542e3d7e0b from master
2015-06-25 14:11:16 -04:00
Tim Graham
ae1d663b79
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
Tim Graham
252867ed2a
[1.8.x] Fixed #25001 -- Doc'd caveat about collectstatic and removing INSTALLED_APPS.
...
Thanks aRkadeFR for the initial patch.
Backport of 5ae0dd6abf8f93b90c962e62b04c675fdd6ca755 from master
2015-06-22 12:44:34 -04:00
Bipin Suresh
6aa618bae3
[1.8.x] Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.
...
Backport of 34047b23e284fd3459903294a5776b67c3e33ed9 from master
2015-06-22 09:41:18 -04:00
Tim Graham
5cc1f13d15
[1.8.x] Fixed #25010 -- Documented APP_DIRS default in startproject's settings.py
...
Backport of 4a6656488893b6a832726cade2d2c5aa04f85ae2 from master
2015-06-20 19:32:40 -04:00
johannes.linke
aa00f48280
[1.8.x] Fixed #24881 -- Clarified Meta.order_with_respect_to documentation
...
Backport of 27c839e0fce99254ad61322bb827a821f832e840 from master
2015-06-19 07:03:16 -04:00
Andriy Sokolovskiy
8abe2d0643
[1.8.x] Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField
...
Backport of cf6ce279c7671a4c83c960c5c526f92679a4fac8 from master
2015-06-16 14:38:25 -04:00
Nick Smith
ffbb6d4742
[1.8.x] Used PEP 8 style indentation in forms docs.
...
Backport of b9bf61ce61ea933c3fefa05fa1ded8dfb1b445e5 from master
2015-06-11 12:22:24 -04:00
argaen
f85780ada0
[1.8.x] Fixed import in docs/ref/contrib/syndication.txt
...
Backport of 1725d009918e7d37390d5abd34034f3defca5fc3 from master
2015-06-09 12:37:54 -04:00
Matt Deacalion Stevens
7ae470cfe2
[1.8.x] Clarified the default form widgets for model number fields in docs
...
Backport of 77f3d7adb1d56d4eb5d22a85e8d383602f937790 from master
2015-06-09 12:33:37 -04:00
Tim Graham
9cf5c4dcff
[1.8.x] Fixed #24956 -- Fixed typo in docs/ref/forms/widgets.txt
...
Backport of 9f825b9e28547b1310526c9be9fca9e6dbcd57e7 from master
2015-06-08 15:20:32 -04:00
Alasdair Nicol
a22a1b3e23
[1.8.x] Fixed #24952 -- Fixed example SQL in Func() expressions docs
...
Backport of 1f5b067710a6bc97848b1caff0e2a685c2489868 from master
2015-06-08 10:56:46 -04:00
Yamila Moreno
7dcfbb2ef3
[1.8.x] Fixed #22571 -- Added clarification about auto_now_add=True
...
Backport of cbe4efcbc13ad402bf1f1a94b02a8ec93f20327d from master
2015-06-05 10:04:24 -04:00
Tim Graham
a1d8a205bc
[1.8.x] Capitalized "Python" in docs.
...
Backport of 2fbea621e68d3365679e45fa17b61d06aa8cdf76 from master
2015-06-05 08:38:43 -04:00
Ian Foote
8d33889422
[1.8.x] Fixed #24925 -- Document using Coalesce on MySQL
...
Add warning for using Coalesce with python values on MySQL and document
workaround.
Backport of 14dead04acf4ac877d0f4025f142fe9e872ce8ac from master
2015-06-05 08:25:37 -04:00
Alasdair Nicol
cccb7b49dc
[1.8.x] Fixed #24191 -- Documented Form.changed_data
...
Thanks rhertzog and Björn Påhlsson for the suggestion.
Backport of 5c98223f39e5cf92c603a08e7ed70d57e565a5a3 from master
2015-06-04 13:52:15 -04:00
Simeon J Morgan
3b41850adc
[1.8.x] Fixed #24896 -- Doc'd clickjacking protection doesn't overwrite X-Frame-Options header.
...
Backport of 0b5fb8e72c74e41d250f35c8c3df3f3a13d367f3 from master
2015-06-02 09:02:46 -04:00
Przemysław Suliga
52b5890f52
[1.8.x] Fixed #24880 -- Added more explicit docs on select_for_update() on SQLite.
...
Backport of d29ed3f355b0c57e7036807f1d54f33796d8d820 from master
2015-06-01 08:53:59 -04:00
Tim Graham
b8dce1af3a
[1.8.x] Refs #24811 -- Fixed syntax error in CREATE EXTENSION example query.
...
Backport of c954931abd17f8efaa6b7662ac2916dbf47d2978 from master
2015-05-31 06:24:36 -04:00
I am Clinton
1e3741b8a3
[1.8.x] Fixed typos in docs/ref/forms/widgets.txt
...
Backport of 14f20c1fdc894dd348ec6a43eb4e0c5dd854d902 from master
2015-05-26 10:48:37 -04:00
I am Clinton
122e688a9c
[1.8.x] Minor edits to docs/ref/forms/validation.txt
...
Backport of 73b5b0b4a5989f159c6dadcb670ab30b01402382 from master
2015-05-25 13:19:54 -04:00
I am Clinton
1f33bf78fd
[1.8.x] Fixed typos in docs/ref/forms/fields.txt
...
Backport of a6b77abff75709ee09a0d31d450af601f1f806d9 from master
2015-05-25 10:50:33 -04:00
Tim Graham
9def46c1c3
[1.8.x] Fixed #24811 -- Added details on installing PostgreSQL extensions.
...
Backport of 9ef2615d4968ed52dbd88a19f03746a2f16c7511 from master
2015-05-23 21:36:17 -04:00
Tim Graham
6b339b5c84
[1.8.x] Fixed #24839 -- Removed references to deprecated contrib.webdesign.
...
Backport of e11a08ee155811e5f0b2a13640178f82c928c4e7 from master
2015-05-22 09:40:01 -04:00
I am Clinton
6260ae7015
[1.8.x] Cosmetic edits and minor fixes to docs/ref/contrib/admin/index.txt
...
Backport of 32f0c8f79697391e7067f1479045aa910ffa2c4e from master
2015-05-21 20:24:06 -04:00
Andrei Kulakov
5a0e39b2d5
[1.8.x] Fixed #24813 -- Documented {% include %} debug behavior variance
...
Backport of fc3409b0932959f2aca42715e9147113d0e40f79 from master
2015-05-21 19:52:32 -04:00
garwoodpr
d3a8ce7658
[1.8.x] Cosmetic edits and minor corrections to docs/ref/django-admin.txt.
...
Backport of 99ec80f84a826b68cb7c09c662e411314f7c9b8c from master
2015-05-21 19:20:31 -04:00
garwoodpr
4c13140553
[1.8.x] Cosmetic edits and minor corrections to docs/ref/settings.txt.
...
Backport of 5edf25bdddab24966d8597d17d841cb9c05274c9 from master
2015-05-21 19:06:33 -04:00
latyas(懒)
63d60dfe29
[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txt
...
Backport of 8b106cfaa07dc04ad27a1a90c1eb03af80111695 from master
2015-05-20 08:16:36 -04:00
I am Clinton
436f914dc5
[1.8.x] Fixed typos in docs/ref/request-response.txt
...
Backport of e4f0e5a981e1965bd6b6b5d51f87499fa5f780b3 from master
2015-05-18 09:46:09 -04:00
Tim Graham
cc4ee06279
[1.8.x] Fixed #24630 -- Clarified docs about RunPython transactions.
...
Thanks Markus Holtermann for review.
Backport of 307acc745a4e655c35db96f96ceb4b87597dee49 from master
2015-05-17 18:51:40 -04:00
Piotr Jakimiak
6483f133bc
[1.8.x] Fixed broken link in settings docs
...
Backport of ca51c559154fe11008c6b59d908e1c957c30cac6 from master
2015-05-13 07:02:27 -04:00
David Krisch
51ebc8805e
[1.8.x] Fixed #24763 -- Moved DoesNotExist exception to model docs.
...
Backport of 1a62f197078eae72eba85f23aabacc06ad4c7d79 from master
2015-05-08 13:13:45 -04:00
Ian Foote
eb534f6412
[1.8.x] Fixed typo in docs/ref/models/expressions.txt
...
Backport of 756a7272529bb014b9543f4a169e9c8abd2a0a4b from master
2015-05-07 20:15:47 -04:00
Sławomir Ehlert
178b8fbdcd
[1.8.x] Fixed typos in docs/ref/contrib/gis/geoquerysets.txt
...
Backport of 64ed8cdc9f2f7333b2a9fd6b318f520278c39293 from master
2015-05-06 09:59:10 -04:00
Abhaya Agarwal
eb00b427fc
[1.8.x] Fixed #24736 -- Documented the Sitemap.limit attribute
...
Backport of 9096e2b5f75abf8e8882937bd3c3d47ccdc24e25 from master
2015-05-05 09:22:54 -04:00
Dave Hodder
53031cce42
[1.8.x] Updated capitalization in the word "JavaScript" for consistency
...
Backport of 08c980d752bc7f31f146facadfec3d284c4115c6 from master
2015-05-01 13:27:40 -04:00
Tim Graham
afae8ff916
[1.8.x] Fixed #24665 -- Clarified model field flag defaults.
...
Backport of 2b086229a2a6c786e32da37b6b122c2cc894450f from master
2015-04-29 20:41:07 -04:00