Andrew Artajos
29c9a7d220
[1.8.x] Fixed #25398 -- Revised instances of os.path.join()
...
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder')
to os.path.join(BASE_DIR, 'folder', 'subfolder')
Backport of d2ef521a53
from master.
2015-10-03 09:10:26 +02:00
Nick Williams
2a8988c3b0
[1.8.x] Fixed link to the MySQL Connector/Python Django Backend documentation.
...
Backport of 3f342d74e9
from master
2015-10-02 12:33:26 -04:00
Tim Graham
f79682eaf2
[1.8.x] Fixed #25485 -- Improved deprecation docs for contenttypes reorganization.
2015-09-29 19:24:59 -04:00
Tim Graham
5ebf6fd891
[1.8.x] Fixed #24323 -- Documented @admin.register can't be used with super(XXXAdmin in __init__().
...
Backport of 4cd2bdae07
from master
2015-09-28 07:26:54 -04:00
Rob Hudson
4dcd4ef17e
[1.8.x] Corrected use of 'affect' vs 'effect' in docs.
...
Backport of 021782d22b
from master
2015-09-25 18:35:19 -04:00
Tim Graham
66f50e97d6
[1.8.x] Bumped latest Python 2.7 release in docs/ref/databases.txt.
...
Backport of ce531f7ad7
from master
2015-09-24 10:57:00 -04:00
Tim Graham
e7064df44f
[1.8.x] Fixed #25386 -- Warned about differences between Engine and DjangoTemplates.
...
Backport of 2634f606d5
from master
2015-09-23 19:19:03 -04:00
Aymeric Augustin
76bf4bc111
[1.8.x] Recommended against default_app_config.
...
Most likely this is a losing fight -- people seem to love this small
convention -- but at least the reasons for avoiding it will be
documented.
Refs #25356 .
Backport of 94a36cf
from master
2015-09-22 08:32:39 +02:00
Flavio Curella
63147dfa07
[1.8.x] Fixed #25430 -- Fixed incorrect RunSQL examples.
...
Backport of 95edabb45e
from master
2015-09-19 18:19:38 -04:00
Mariusz Felisiak
a0ce708c1c
[1.8.x] Made assorted improvements to the Oracle documentation.
...
Backport of 6f1b09bb5c
from master
2015-09-18 09:50:35 -04:00
Stephen Paulger
52c1212726
[1.8.x] Removed unnecessarily rude terminology.
...
Backport of 443dffbeb2
from master
2015-09-16 09:35:37 -04:00
Tim Graham
8388f24e79
[1.8.x] Fixed #25369 -- Corrected syndication's get_object() example.
...
Backport of 64d7a553e1
from master
2015-09-14 15:30:31 -04:00
Tim Graham
2955dfdeca
[1.8.x] Refs #25386 -- Added links to the OPTIONS of the built-in template backends.
...
Backport of f3e5a74646
from master
2015-09-12 18:43:57 -04:00
Tim Graham
95c00c40ae
[1.8.x] Refs #25381 -- Clarified that AppConfig model methods search only the current app.
...
Backport of e7e8d30cae
from master
2015-09-11 14:09:15 -04:00
Renato Oliveira
f328ebdede
[1.8.x] Fixed #25382 -- Removed obsolete references to DateQuerySet.
...
Backport of e3720b990a
from master
2015-09-11 12:21:11 -04:00
Jose Carlos Menezes
d32edd8c99
[1.8.x] Fixed #25351 -- Added example for database test settings to docs.
...
Backport of cf99bae53a
from master
2015-09-11 08:19:32 -04:00
Flavio Curella
501b32b255
[1.8.x] Fixed #25380 -- Added Postgres.app to the PostGIS options on OS X.
...
Backport of 0c7c18cc9e
from master
2015-09-11 08:00:07 -04:00
Bibhas
72219d7b32
[1.8.x] Fixed #25371 -- Added reverse_sql and reverse_code examples to docs.
...
Backport of 4283a03843
from master
2015-09-09 14:21:17 -04:00
Tim Graham
26658ccb0e
[1.8.x] Removed some discussion of deprecated {% url %} behavior.
...
Backport of dbd8e32f7495fed54203376493f09adc474ebde1 from master
2015-09-05 11:56:13 -04:00
David Sanders
e060d57e9a
[1.8.x] Added default value for default kwargs for QueryDict.
...
Backport of 48c420d992
from master
2015-09-05 08:23:16 -04:00
Maxime Lorant
7dabaa8ee3
[1.8.x] Refs #25345 -- Updated links to code.google.com.
...
Backport of c92cd22d02
from master
2015-09-04 08:18:22 -04:00
Tim Graham
800a162c0c
[1.8.x] Moved misplaced versionadded annotation.
...
Backport of 12083c5d47
from master
2015-09-03 08:58:54 -04:00
Tim Graham
4f83bfa9e5
[1.8.x] Refs #2495 -- Documented that MySQL cannot have TextField(unique=True).
...
Backport of e8cbc2b322
from master
2015-08-27 09:30:29 -04:00
David Sanders
0723a39a59
[1.8.x] Updated PROJ.4 link to new GitHub wiki.
...
Backport of 7efdd40407
from master
2015-08-25 09:57:34 -04:00
Tim Graham
206534893f
[1.8.x] Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request.
...
Backport of 2a1a085bf1
from master
2015-08-25 09:54:48 -04:00
Marc
3fa5229600
[1.8.x] Recommended the JavaScript Cookie library instead of jQuery cookie.
...
jQuery cookie is no longer maintained in favor of the JavaScript
cookie library. This also removes the jQuery dependency.
Backport of f9de197268
from master
2015-08-19 10:05:01 -04:00
Anton Strogonoff
a67bf4be35
[1.8.x] Used consistent capitalization and hyphenation of "class-based views" in docs.
...
Backport of 20787b5c29
from master
2015-08-18 19:08:08 -04:00
Anton Strogonoff
e5663ec297
[1.8.x] Limited line length in docs/ref/contrib/messages.txt example.
...
Backport of d35f184b20
from master
2015-08-17 07:48:24 -04:00
Tim Graham
d2dfe3ae81
[1.8.x] Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txt
...
Backport of 5b5a27942b
from master
2015-08-14 08:28:53 -04:00
Adam Brenecki
99b5649a07
[1.8.x] Fixed #24988 -- Documented passing a dictionary of ValidationErrors to ValidationError
...
Backport of 52a190b657
from master
2015-08-13 17:43:06 -04:00
Tim Graham
312abecefd
[1.8.x] Corrected indentation of JsonResponse docs.
...
Backport of 290145e661
from master
2015-08-12 10:28:43 -04:00
Tim Graham
bcf5fb78d7
[1.8.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txt
...
Backport of 56ed80ac2a
from master
2015-08-11 09:33:44 -04:00
Tim Graham
e4b813c0e7
[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
...
This mostly reverts 5643a3b51b
and
81e1a35c36
.
Thanks Carl Meyer for review.
Backport of 5980b05c1f
from master
2015-08-10 11:31:22 -04:00
Tim Graham
2112879305
[1.8.x] Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.
...
Backport of 787cc7aa84
from master
2015-08-08 08:55:51 -04:00
Tim Graham
43a05a93e9
[1.8.x] Corrected some inconsistent headings in docs/ref/templates/builtins.txt.
...
Backport of 7080cef7bf
from master
2015-08-08 08:55:37 -04:00
Claude Paroz
cda66497aa
[1.8.x] Updated Wikipedia links to use https
...
Backport of 64982cc2fb
from master.
2015-08-08 12:09:53 +02:00
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