Commit Graph

2001 Commits

Author SHA1 Message Date
Tim Graham ae2250507d [1.8.x] Refs #25527 -- Removed redundant doc heading link that leads to a warning when generating PDF.
Backport of 25f287f6b2 from master
2015-10-07 19:37:00 -04:00
John Moses a9b6218960 [1.8.x] Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs.
Backport of ac09d22f79 from master
2015-10-02 13:00:59 -04:00
David Sanders 07e594bba2 [1.8.x] Clarified that Model.delete() isn't called as a result of a cascading delete.
Backport of 5c6316dc34 from master
2015-09-30 08:44:40 -04:00
David Sanders 1d22b20f11 [1.8.x] Improved "“standalone” Django usage" example.
Backport of ae9f9dc37f from master
2015-09-29 15:09:34 -04:00
Tim Graham f3ce888d3f [1.8.x] Fixed #25376 -- Required virtualenv in installation instructions.
Thanks Anjul Tyagi for some of the draft text.

Backport of a523d94b45 from master
2015-09-29 14:33:53 -04:00
Tim Graham e6f1b1db4c [1.8.x] Documented auth's login/logout function parameters.
Backport of c14b6b52ff from master
2015-09-28 14:12:43 -04:00
Tim Graham 2ca137e271 [1.8.x] Fixed #25451 -- Added advice about organizing tests.
Backport of 53e89ce2e7 from master
2015-09-25 07:15:54 -04:00
Tim Graham 8794ded8d6 [1.8.x] Removed a prominent note about django.utils.unittest deprecation.
It doesn't seem this would be relevant to most readers.
2015-09-24 13:25:43 -04:00
Tim Graham bb90e8fa2b [1.8.x] Fixed #25455 -- Optimized dictfetchall() example.
Thanks aklim007 for the suggestion.

Backport of 361f60479d from master
2015-09-24 13:18:45 -04:00
Don Kirkby 1386a823c0 [1.8.x] Fixed typo in docs/topics/db/examples/one_to_one.txt
Backport of dcd7358afd from master
2015-09-23 13:32:01 -04:00
Tim Graham 4a06a904dc Refs #24361 -- Corrected documented level of the 'django' logger.
The logger doesn't define an explicit level, therefore it defaults
to WARNING.
2015-09-23 11:21:16 -04:00
Rik 55f80d28d4 [1.8.x] Added link to Babel's message extracting functionality.
Backport of 6e51d5d0e5 from master
2015-09-22 08:54:49 -04:00
Aymeric Augustin 425c5e40ea [1.8.x] Fixed #24921 -- set_autocommit(False) + ORM queries.
This commits lifts the restriction that the outermost atomic block must
be declared with savepoint=False. This restriction was overly cautious.

The logic that makes it safe not to create savepoints for inner blocks
also applies to the outermost block when autocommit is disabled and a
transaction is already active.

This makes it possible to use the ORM after set_autocommit(False).
Previously it didn't work because ORM write operations are protected
with atomic(savepoint=False).

Backport of 91e9f1c from master
2015-09-21 22:31:13 +02:00
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 fe58d96e50 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 cc968b9c90 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 c92cd22d02 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 5ab65ca5c9 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 ea47a052ba from master
2015-08-25 20:24:05 -04:00
Markus Holtermann 79bd15ef32 [1.8.x] Fixed style issues in testing docs
Backport of f33607ce0b 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 20787b5c29 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 d772d812cf 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 5643a3b51b and
81e1a35c36.

Thanks Carl Meyer for review.

Backport of 5980b05c1f 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 16a8d01308 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 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
Alasdair Nicol 07546333c1 [1.8.x] Fixed password_reset signature in docs
Backport of 6d7a9d96fe 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 3862c568ac 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 6bb4f07372 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 faa2a0f662 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 87d55081ea 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 217f173be0 from master
2015-07-25 09:32:38 -04:00
Tim Graham 65885f265a [1.8.x] Fixed malformed Sphinx directives.
Backport of e3d1f2422c 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 5281f8b635 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 5fd83db255 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 8e306967de 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 074a82f49b 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 f0857c09fb 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 514b69cb9e 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 ebd183a18c 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 58665dded0 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 fbc618c13c 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 f67127e0af from master
2015-06-09 10:37:49 -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
Tim Graham de62c77460 [1.8.x] Added headings to i18n template tags and filters.
Backport of 9ca0961b8a from master
2015-06-02 15:51:26 -04:00
Maximiliano aefa3a6a03 [1.8.x] Simplified wording in QuerySet.update() docs.
Backport of bf07ba523a 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 10945ebeb8 from master
2015-05-27 09:41:22 -04:00