Aymeric Augustin
ce3dd17c2e
[1.8.x] Updated references to the TEST_* database settings.
...
They were removed in Django 1.9.
I could leave the reference to TEST_DEPENDENCIES in the 1.2.4 release
notes because the link points to the right location and the name was
accurate at the time.
Backport of 6d1110f from master
2015-09-05 20:31:22 +02:00
Maarten
c06953e8f9
[1.8.x] Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.
...
Backport of fe58d96e50e33b05f2a45f1493eca39ec9b3d030 from master
2015-09-05 10:20:36 -04:00
David Sanders
f1d6b5b5b1
[1.8.x] Added links to new security settings introduced in 1.8.
...
Backport of cc968b9c9046769ddce574b0fc0ce4f525f25843 from master
2015-09-04 12:57:26 -04:00
Maxime Lorant
7dabaa8ee3
[1.8.x] Refs #25345 -- Updated links to code.google.com.
...
Backport of c92cd22d02349b73d169a3a2ff3b6fe7a54bfb0c from master
2015-09-04 08:18:22 -04:00
Dražen Odobašić
5ed9616a09
[1.8.x] Fixed #25326 -- Added namedtuple example for executing custom SQL.
...
Backport of 5ab65ca5c900557f508f62a260f9ea53d9d93f37 from master
2015-09-03 13:17:34 -04:00
Tim Graham
58335a2c0b
[1.8.x] Fixed #25311 -- Removed vague language about "partial commits" from docs.
...
Backport of ea47a052ba7a097a98993c240ecea96a115f6c25 from master
2015-08-25 20:24:05 -04:00
Markus Holtermann
79bd15ef32
[1.8.x] Fixed style issues in testing docs
...
Backport of f33607ce0b744794f6ceafa1dddffbcb32e90978 from master
2015-08-19 21:40:36 +10:00
Anton Strogonoff
a67bf4be35
[1.8.x] Used consistent capitalization and hyphenation of "class-based views" in docs.
...
Backport of 20787b5c298d97dda10286a942a788423fed483f from master
2015-08-18 19:08:08 -04:00
Tim Graham
77ced0b740
[1.8.x] Updated memcached library links to point to PyPI.
...
Backport of d772d812cf583e0f99e21850f26addf1d59bfa35 from master
2015-08-11 21:21:24 -04:00
Tim Graham
e4b813c0e7
[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
...
This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and
81e1a35c364e5353d2bf99368ad30a4184fbb653.
Thanks Carl Meyer for review.
Backport of 5980b05c1fad69eef907e0076aa2dc837edab529 from master
2015-08-10 11:31:22 -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
a7fb311ace
[1.8.x] Fixed #25229 -- Clarified how an iterable works with @permission_required
...
Backport of 16a8d01308f8ca4a7b4673424059424ba3fe36c8 from master
2015-08-05 17:18:13 -04: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 e8cd65f8297928d3fa7ad3d338953a4423028713 from master
2015-08-05 08:15:44 -04:00
Tim Graham
6f6043fd26
[1.8.x] Fixed #25212 -- Documented the RawSQL expression.
...
Backport of 97fa7fe961f961b6c93a11b50a7a1ed35c8bce8d from master
2015-08-05 08:15:30 -04:00
Alasdair Nicol
07546333c1
[1.8.x] Fixed password_reset signature in docs
...
Backport of 6d7a9d96fe57597719bc40491e3d428f01757ef3 from master
2015-08-04 13:57:45 -04:00
Caio Ariede
9f10c5cdf5
[1.8.x] Fixed #25136 -- Documented Count('X', distinct=True) in aggregate topic guide.
...
Backport of 3862c568ac1b920188ecfbe5cd8073160206d6b9 from master
2015-08-04 10:50:18 -04:00
Tim Graham
f5f03e3de9
[1.8.x] Clarified assertRaisesMessage() behavior with respect to the message.
...
Backport of 6bb4f07372fe748a701ad38e5c0d1182dab9e2c8 from master
2015-07-31 09:20:00 -04:00
Tim Graham
386a6dc3d7
[1.8.x] Fixed #25174 -- Moved some details of CheckMessage to the reference guide.
...
Backport of faa2a0f662ed6fe0b90d10e98cc8ee3795d9307c from master
2015-07-31 08:51:13 -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 87d55081ea398c65b2503d22ed3907a9175ec729 from master
2015-07-27 10:43:09 -04:00
Tim Graham
19ac8b2fe1
[1.8.x] Fixed #25166 -- Clarified how auth permissions are created.
...
Thanks Baptiste Mispelon for report and review.
Backport of 217f173be025d2cce6484c760ea6ec77436f26a1 from master
2015-07-25 09:32:38 -04:00
Tim Graham
65885f265a
[1.8.x] Fixed malformed Sphinx directives.
...
Backport of e3d1f2422c49d7f65d017b8caa35215afe18f835 from master
2015-07-25 06:39:16 -04:00
James Bennett
432a0cde39
[1.8.x] Fixed #25156 -- Mentioned django.setup() in the settings overview for standalone Django use.
...
Backport of 5281f8b635f10b2839dc146d7e44f7d94d1955d8 from master
2015-07-21 17:10:56 -04:00
Tim Graham
e689873a69
[1.8.x] Normalized indentation and line lengths in docs/topics/auth/default.txt.
...
Backport of 5fd83db255500507484c5fedbd98763460a59656 from master
2015-07-21 08:30:51 -04:00
Rafał Selewońko
395b33a538
[1.8.x] Fixed typo in docs/topics/i18n/translation.txt
...
Backport of 8e306967dec222cfb5df036855a59ec29a4cbcb2 from master
2015-07-16 07:32:07 -04:00
Tim Graham
ad3a895432
[1.8.x] Fixed #25082 -- Documented where to register system checks.
...
Backport of 074a82f49b1443e66885ea861bbd2d2cb04af43e from master
2015-07-10 10:38:38 -04:00
Nick Sweeting
2733c32ba9
[1.8.x] Fixed #25083 -- Added SessionAuthenticationMiddleware to auth installation docs
...
Backport of f0857c09fb51b21afb3e55da53bce962466af6d3 from master
2015-07-10 08:41:18 -04:00
Tim Graham
ae1d663b79
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
Wim Feijen
7439039806
[1.8.x] Updated indentation of example template in docs/topics/i18n/translation.txt.
...
Backport of 514b69cb9e1ec08f22f04a6a2ed29b130cb42258 from master
2015-06-22 15:42:30 -04:00
Tim Graham
ac518c8722
[1.8.x] Fixed outdated Python version support info in docs/topics/install.txt
...
Backport of ebd183a18cc334e3ac57efd8e4ec09c3954196a9 from master
2015-06-17 11:28:48 -04:00
Tim Graham
9d5c45beae
[1.8.x] Removed usage of string-based url() in auth docs.
...
Backport of 58665dded006a4bbb9789e92cd280265a4f3dee8 from master
2015-06-17 09:46:15 -04:00
Tim Graham
8050e6282e
[1.8.x] Refs #24987 -- Documented that Client.login() rejects inactive users.
...
Backport of fbc618c13cc72b9c2f4c8dfd5ef8b8ab5a5d7caa from master
2015-06-16 12:47:27 -04:00
Nik Nyby
1e0a5b796c
[1.8.x] Fixed typos in docs/topics/python3.txt
...
Backport of f67127e0af396e9039038a9e5539425851cf95c4 from master
2015-06-09 10:37:49 -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
Tim Graham
de62c77460
[1.8.x] Added headings to i18n template tags and filters.
...
Backport of 9ca0961b8a4a6a5ff3ee903f71fd22e1936d004f from master
2015-06-02 15:51:26 -04:00
Maximiliano
aefa3a6a03
[1.8.x] Simplified wording in QuerySet.update() docs.
...
Backport of bf07ba523a9846fa9820b87321ef4222fed98e8c from master
2015-06-01 09:42:53 -04:00
Tim Graham
df6a4cac52
[1.8.x] Refs #24853 -- Documented a limitation of RunPython and unmigrated apps.
2015-05-27 14:21:57 -04:00
Kevin Marsh
d411586866
[1.8.x] Removed unused import in example code in docs/topics/auth/default.txt
...
Backport of 10945ebeb84157a284ad96f453ee13305a9d8a94 from master
2015-05-27 09:41:22 -04:00
I am Clinton
87934c4b68
[1.8.x] Fixed typos in HTTP decorator docs.
...
Backport of 0b0bb6100d90d387d7f38e87a4051a1ef513b7c7 from master
2015-05-25 07:39:06 -04:00
I am Clinton
ae03d1ac5b
[1.8.x] Fixed mistakes in docs/topics/forms/formsets.txt examples.
...
Backport of 9c8a2ab81db1fa999862034d9e8e9e1d091a72e5 from master
2015-05-22 11:29:49 -04:00
Tim Graham
f7401b6bb0
[1.8.x] Fixed typo in docs/topics/auth/default.txt
...
Backport of 00d763a4fbc1c1a0b3729afad1d0109b6ea90e13 from master
2015-05-22 06:51:26 -04:00
Laurent Peuch
27fdd45620
[1.8.x] Enhanced registration/login.html example template.
...
Backport of 1369da676f3bd83d694ca5f00c5012f16b007acb from master
2015-05-21 20:46:07 -04:00
Tim Graham
02a4bf7105
[1.8.x] Added docs for assertRaisesMessage as context manager.
...
Backport of a0175724b086127a4e13612042961d3ba88d6bd9 from master
2015-05-18 10:16:14 -04:00
Tim Graham
6108febe2a
[1.8.x] Fixed typo in docs/topics/http/sessions.txt
...
Backport of fc1eea59c0c09b306f0391735491fa43cbed4d7a from master
2015-05-17 18:37:03 -04:00
I am Clinton
f19932591b
[1.8.x] Minor edits to docs/topics/http/urls.txt
...
Backport of dce004ab72e26103a86e98994de7f2cef9321f9b from master
2015-05-14 19:32:27 -04:00
Charles Dee Rice
e4fa298e30
[1.8.x] Fixed #24789 -- Fixed wrong positional args order in doc example
...
Arguments shown in example code (signal, sender, instance) appeared to
be the incorrect positional arguments for a post_save signal (which
might start as: sender, instance, created), as documented:
https://docs.djangoproject.com/en/1.8/ref/signals/#post-save
Backport of 4f3c44424187de20d7f75fdde6624b9f683a9cf2 from master.
2015-05-13 10:27:18 +02:00
I am Clinton
3ad1074cf9
[1.8.x] Light edits to docs/topics/forms/index.txt
...
Backport of ec74dba2ab3f04fb828c0b926b49f63ec8486dd8 from master
2015-05-12 09:17:14 -04:00
Tim Graham
d3a8f36fdb
[1.8.x] Fixed #24780 -- Removed outdated discussion of signals and custom users.
...
Backport of 8e86d9d3dfd68bebbfd1dd5006e0c25696855269 from master
2015-05-11 09:10:44 -04:00
Ian Foote
e7b703d050
[1.8.x] Fixed typo in docs/topics/testing/tools.txt
...
Backport of c21b832c1260c6ad4bd8527338a65f6d8930feaf from master
2015-05-09 18:06:38 -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
José Padilla
0c79932881
[1.8.x] Fixed typo in translation import statement
...
Backport of b0bd1f0e19857ed8c085f4621c5b7fcfde5ec040 from master
2015-05-02 20:21:36 +02:00