Tim Graham
ce0f2a4a4f
[1.8.x] Fixed #25213 -- Discouraged use of QuerySet.extra()
...
Thanks Anssi Kääriäinen for the draft text and Simon Charette
for review.
Backport of e8cd65f829
from master
2015-08-05 08:15:44 -04:00
Tim Graham
6f6043fd26
[1.8.x] Fixed #25212 -- Documented the RawSQL expression.
...
Backport of 97fa7fe961
from master
2015-08-05 08:15:30 -04:00
Tim Graham
df05495e8c
[1.8.x] Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txt
...
Backport of 28cb272a72
from master
2015-08-04 14:52:24 -04:00
Tim Graham
f32bb3adf0
[1.8.x] Refs #17914 -- Discouraged using reverese() with callables.
...
Backport of a6acfc3183
from master
2015-08-03 08:38:27 -04:00
Tim Graham
ef5cf564bf
[1.8.x] Fixed #24690 -- Added a warning about mutable defaults for ArrayField.
...
Backport of f93e7f5674
from master
2015-08-01 07:53:33 -04:00
Tim Graham
386a6dc3d7
[1.8.x] Fixed #25174 -- Moved some details of CheckMessage to the reference guide.
...
Backport of faa2a0f662
from master
2015-07-31 08:51:13 -04:00
Alasdair Nicol
57615516bc
[1.8.x] Removed unnecessary F() from Func expressions docs
...
Backport of b792c4804b
from master
2015-07-30 21:15:30 -04:00
Tim Graham
a66d843eec
[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
...
Thanks hellbeast for the initial patch.
Backport of 87d55081ea
from master
2015-07-27 10:43:09 -04:00
jorgecarleitao
23b975813b
[1.8.x] Fixed typo in docs/ref/middleware.txt
...
Backport of 7c642cafbb
from master
2015-07-27 07:18:24 -04:00
Ali Vakilzade
beb68b2a83
[1.8.x] Fixed signature of ModelAdmin.get_paginator() in docs.
...
Backport of ecf4ed246a
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 2f6bdab159
from master
2015-07-17 07:57:23 -04:00
Tim Graham
093bd35798
[1.8.x] Fixed typo in SelectDateWidget docs.
...
Backport of f46f1737aa
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 24620d71f2
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 d62194a260
from master
2015-07-13 07:38:42 -04:00
Matthew Madurski
cdae9d8cae
[1.8.x] Fixed #25103 -- Corrected versionadded for FileResponse
...
Backport of 0b02ce54cf
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 316b8d4974
Backport of 7b6d3104f2
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 a871cf422d
from master
2015-07-04 08:49:05 -04:00
Luke
e2acbfb69b
[1.8.x] Fixed mistake in Model.from_db() example.
...
Backport of fd869cceac
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 e69eea73d9
(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 f59667c121
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 6364df6887
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 5ae0dd6abf
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 34047b23e2
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 4a66564888
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 27c839e0fc
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 cf6ce279c7
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 b9bf61ce61
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 1725d00991
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 77f3d7adb1
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 9f825b9e28
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 1f5b067710
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 cbe4efcbc1
from master
2015-06-05 10:04:24 -04:00
Tim Graham
a1d8a205bc
[1.8.x] Capitalized "Python" in docs.
...
Backport of 2fbea621e6
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 14dead04ac
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 5c98223f39
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 0b5fb8e72c
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 d29ed3f355
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 c954931abd
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 14f20c1fdc
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 73b5b0b4a5
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 a6b77abff7
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 9ef2615d49
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 e11a08ee15
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 32f0c8f796
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 fc3409b093
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 99ec80f84a
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 5edf25bddd
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 8b106cfaa0
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 e4f0e5a981
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 307acc745a
from master
2015-05-17 18:51:40 -04:00
Piotr Jakimiak
6483f133bc
[1.8.x] Fixed broken link in settings docs
...
Backport of ca51c55915
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 1a62f19707
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 756a727252
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 64ed8cdc9f
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 9096e2b5f7
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 08c980d752
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 2b086229a2
from master
2015-04-29 20:41:07 -04:00
Tim Graham
8fa763a983
[1.8.x] Fixed #24704 -- Clarified system check interaction with runserver.
...
Backport of 0f2e82b9ec
from master
2015-04-25 15:06:45 -04:00
Nicolas Noé
61e902c4c4
[1.8.x] Fixed #24656 -- Added missing imports to query expressions doc.
...
Backport of 37682368a6
from master
2015-04-24 10:55:35 -04:00
Alasdair Nicol
415a65fc0c
[1.8.x] Fixed #24695 -- Tidied up a couple of regexes in the CBV docs
...
Thanks datakid for the report
Backport of b9e972b961
from master
2015-04-24 09:23:59 -04:00
Tim Graham
fa49b99e31
[1.8.x] Documented INSTALLED_APPS requirement for HStoreField.
...
Backport of 618bc4e653
from master
2015-04-24 08:27:09 -04:00
Richard Eames
fe533fc537
[1.8.x] Fixed #24613 -- Added example to QuerySet.defer() documentation
...
Backport of dd99f57710
from master
2015-04-22 19:19:17 -04:00
Claude Paroz
99bf9085a3
[1.8.x] Fixed #24672 -- Clarified note about installing postgis_topology
...
Thanks Serhiy Zahoriya for the suggestion and Tim Graham for the
review.
Backport of 6e8cb75e3e
from master.
2015-04-21 17:57:36 +02:00
Steve Hiemstra
2329ca969f
[1.8.x] Fixed #24682 -- Corrected a few generic editing view links
...
Backport of 258d81acbe
from master
2015-04-21 10:27:10 -04:00
Tim Graham
e02616b1b0
[1.8.x] Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284 .
...
Thanks Carsten Fuchs.
Backport of e15c55e2bf
from master
2015-04-20 10:49:56 -04:00
Neal Todd
b39c970cfe
[1.8.x] Amended get_all_related_objects() backwards compatible replacement.
...
Backport of d84f01ff08
from master
2015-04-20 09:50:31 -04:00
Tim Graham
ae47854a25
[1.8.x] Removed DateTimeQuerySet from docs.
...
Obsolete since refs #23867 .
Backport of e9fdecf984
from master
2015-04-18 10:14:38 -04:00
Tim Graham
f21dd827b7
[1.8.x] Fixed #24657 -- Fixed include template tag example.
...
Thanks pattypatpat for the report.
Backport of f47c796b52
from master
2015-04-17 07:54:56 -04:00
Abdulrahman Alotaibi
5678e4b93a
[1.8.x] Fixed #24644 -- Added HTTP_ACCEPT to example headers list.
...
Backport of 62261ddd0f
from master
2015-04-16 07:39:33 -04:00
Tim Graham
6e5e1a380c
[1.8.x] Fixed #24645 -- Documented use of HStoreExtension.
...
Backport of d3bf5e7b00
from master
2015-04-16 07:25:38 -04:00
Tim Graham
42f9bbd9d9
[1.8.x] Fixed typos in docs/ref/templates/api.txt
...
Backport of c612786cf1
from master
2015-04-14 07:58:36 -04:00
Maxime Lorant
e560bc2a3e
[1.8.x] Fixed formatting in docs/ref/templates/builtins.txt
...
Backport of 6023312dde
from master
2015-04-14 07:05:57 -04:00
andredelorme
190afb8618
[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txt
...
Backport of d5d92260bb
from master
2015-04-09 13:44:31 -04:00
Tim Graham
9e87017a38
[1.8.x] Fixed #24600 -- Fixed inaccurate example in template Context docs.
...
Thanks pattypatpat for the report.
Backport of 3acefcefeb
from master
2015-04-08 07:30:28 -04:00
lampslave
e2294b453c
[1.8.x] Fixed typo in docs/ref/models/expressions.txt
...
Backport of 800240cb1d
from master
2015-04-07 13:59:20 -04:00
Joost Rijneveld
9e9914701a
[1.8.x] Fixed typo in docs/ref/templates/builtins.txt
...
Backport of 48ddc66219
from master
2015-03-31 21:21:50 -04:00
Christopher Luc
c4e8f21a9c
[1.8.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and auto_now_add
...
Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the
review.
Backport of 8119876d4a
from master
2015-03-29 23:38:51 +02:00
Moritz Sichert
44a05a8a91
[1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in non-Django templates.
...
Backport of 1f2abf784a
from master
2015-03-27 20:01:41 -04:00
Tim Graham
17c3a26ac2
[1.8.x] Added some missing newlines in docs/ref/validators.txt.
...
Backport of f4cc0c40a8
from master
2015-03-25 18:32:48 -04:00
Iacopo Spalletti
6da4ce5365
[1.8.x] Fixed #23814 -- Pointed localflavor documentation to external package
...
Edited localflavor doc to point to the external package documentation,
leaving just the 'How to migrate' section in Django.
Backport of 87fed94440
from master.
2015-03-22 15:36:44 +01:00
Josh Smeaton
e654123f7f
Fixed #24485 -- Allowed combined expressions to set output_field
2015-03-22 17:41:12 +11:00
Tim Graham
5cd551409e
[1.8.x] Fixed #24503 -- Added docs on LANGUAGE_CODE fallback change in 1.8.
...
Thanks Pakal and Claude.
Backport of 8219eabbba
from master
2015-03-20 12:10:18 -04:00
Karl Hobley
a8c53041f9
[1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.
...
Backport of 81e1a35c36
from master
2015-03-18 19:12:46 -04:00
Tim Graham
0c92913bb0
[1.8.x] Updated links to latest version of PostGIS docs.
...
Backport of 53d11c6821
from master
2015-03-17 18:35:51 -04:00
Tim Graham
717bbd473c
[1.8.x] Updated location of gis_tests in docs.
...
Backport of 64b9393ae2
from master
2015-03-17 11:35:41 -04:00
Josh Smeaton
a0cebe82b5
[1.8.x] Refs #24485 -- Renamed some expression types
...
Backport of 88d798d71a
from master
2015-03-17 08:40:45 -04:00
Preston Timmons
ff71d6b8de
[1.8.x] Documented Context.get() method.
...
Backport of 4d9414098b
from master
2015-03-16 13:13:47 -04:00
Josh Smeaton
09062e9509
[1.8.x] Fixed #24486 -- Documented method to provide output_field to mixed F expressions
...
Backport of 820381d38b
from master
2015-03-16 11:56:09 -04:00
Floris den Hengst
bd36f2d432
[1.8.x] Fixed doc typos.
...
Backport of e42a720ba2
from master
2015-03-14 12:29:27 -04:00
Tim Graham
5b91802718
[1.8.x] Refs #24462 -- Emphasized that order_by() clears previous ordering.
...
Backport of b9d9ab23bd
from master
2015-03-13 15:42:03 -04:00
Claude Paroz
f115694547
[1.8.x] Documented gdal DataSource encoding parameter
...
Thanks Max Demars for the suggestion and Tim Graham for the review.
Backport of a8991b9b9f
from master.
2015-03-13 16:41:37 +01:00
Steven Das
e1657cc37f
[1.8.x] Fixed typo in docs/ref/models/fields.txt
...
Backport of 53bc6e2e98
from master
2015-03-12 19:16:22 -04:00
Aksel Ethem
fee18ce415
[1.8.x] Fixed #24364 -- Doc'ed that ManifestStaticFileStorage shouldn't be used during testing.
...
Backport of b4d8b16e51
from master
2015-03-12 09:23:57 -04:00
ldrumm
def39428bf
[1.8.x] Fixed wrong operator in iri_to_uri() docs
...
Backport of 27ad12a9b8
from master
2015-03-12 13:49:07 +01:00
Sean Wang
e0e2df412f
[1.8.x] Fixed #24414 -- Added examples of Prefetch object usage to the docs.
...
Backport of a3e89f13df
from master
2015-03-11 12:39:50 -04:00
Preston Timmons
2982143dac
[1.8.x] Fixed typo in current_app deprecation note.
...
Backport of 6b605be5fe
from master
2015-03-11 12:36:08 -04:00
Claude Paroz
12e199356e
[1.8.x] Fixed download instructions for cities shapefile
...
Thanks Daniel Wiesmann for spotting the issue.
Backport of 57d42aef97
from master.
2015-03-10 19:44:27 +01:00
Claude Paroz
e2816f1ff9
[1.8.x] Updated GIS docs wrt GIS test paths
...
Backport of 1825365152
from master.
2015-03-10 18:01:29 +01:00