| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-02 | [1.8.x] Fixed #25481 -- Added field.help_text to "Looping over a form's ↵ | John Moses | |
| fields" docs. Backport of ac09d22f7913ff09f98001ff51b783932290e378 from master | |||
| 2015-09-30 | [1.8.x] Clarified that Model.delete() isn't called as a result of a ↵ | David Sanders | |
| cascading delete. Backport of 5c6316dc3467fd7b669bea9157f591ac5fd00ec4 from master | |||
| 2015-09-29 | [1.8.x] Improved "“standalone” Django usage" example. | David Sanders | |
| Backport of ae9f9dc37f39afeaa45c646cf6eef81beffcf021 from master | |||
| 2015-09-29 | [1.8.x] Fixed #25376 -- Required virtualenv in installation instructions. | Tim Graham | |
| Thanks Anjul Tyagi for some of the draft text. Backport of a523d94b4581ec41c86f5bbaaffdf5bb6b819c2e from master | |||
| 2015-09-28 | [1.8.x] Documented auth's login/logout function parameters. | Tim Graham | |
| Backport of c14b6b52ff131db263bf06a02f903a73390975da from master | |||
| 2015-09-25 | [1.8.x] Fixed #25451 -- Added advice about organizing tests. | Tim Graham | |
| Backport of 53e89ce2e71411ff9d1c3fd6f2b10d052a4aeace from master | |||
| 2015-09-24 | [1.8.x] Removed a prominent note about django.utils.unittest deprecation. | Tim Graham | |
| It doesn't seem this would be relevant to most readers. | |||
| 2015-09-24 | [1.8.x] Fixed #25455 -- Optimized dictfetchall() example. | Tim Graham | |
| Thanks aklim007 for the suggestion. Backport of 361f60479d1890e8144fc254d7389a67b35725e9 from master | |||
| 2015-09-23 | [1.8.x] Fixed typo in docs/topics/db/examples/one_to_one.txt | Don Kirkby | |
| Backport of dcd7358afd7985c3803cd8ef2a189ca39aaa9603 from master | |||
| 2015-09-23 | Refs #24361 -- Corrected documented level of the 'django' logger. | Tim Graham | |
| The logger doesn't define an explicit level, therefore it defaults to WARNING. | |||
| 2015-09-22 | [1.8.x] Added link to Babel's message extracting functionality. | Rik | |
| Backport of 6e51d5d0e531c6aead9ebd638a63ffdc32245e5a from master | |||
| 2015-09-21 | [1.8.x] Fixed #24921 -- set_autocommit(False) + ORM queries. | Aymeric Augustin | |
| 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-05 | [1.8.x] Updated references to the TEST_* database settings. | Aymeric Augustin | |
| 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 | [1.8.x] Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt. | Maarten | |
| Backport of fe58d96e50e33b05f2a45f1493eca39ec9b3d030 from master | |||
| 2015-09-04 | [1.8.x] Added links to new security settings introduced in 1.8. | David Sanders | |
| Backport of cc968b9c9046769ddce574b0fc0ce4f525f25843 from master | |||
| 2015-09-04 | [1.8.x] Refs #25345 -- Updated links to code.google.com. | Maxime Lorant | |
| Backport of c92cd22d02349b73d169a3a2ff3b6fe7a54bfb0c from master | |||
| 2015-09-03 | [1.8.x] Fixed #25326 -- Added namedtuple example for executing custom SQL. | Dražen Odobašić | |
| Backport of 5ab65ca5c900557f508f62a260f9ea53d9d93f37 from master | |||
| 2015-08-25 | [1.8.x] Fixed #25311 -- Removed vague language about "partial commits" from ↵ | Tim Graham | |
| docs. Backport of ea47a052ba7a097a98993c240ecea96a115f6c25 from master | |||
| 2015-08-19 | [1.8.x] Fixed style issues in testing docs | Markus Holtermann | |
| Backport of f33607ce0b744794f6ceafa1dddffbcb32e90978 from master | |||
| 2015-08-18 | [1.8.x] Used consistent capitalization and hyphenation of "class-based ↵ | Anton Strogonoff | |
| views" in docs. Backport of 20787b5c298d97dda10286a942a788423fed483f from master | |||
| 2015-08-11 | [1.8.x] Updated memcached library links to point to PyPI. | Tim Graham | |
| Backport of d772d812cf583e0f99e21850f26addf1d59bfa35 from master | |||
| 2015-08-10 | [1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to ↵ | Tim Graham | |
| Model.save() This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and 81e1a35c364e5353d2bf99368ad30a4184fbb653. Thanks Carl Meyer for review. Backport of 5980b05c1fad69eef907e0076aa2dc837edab529 from master | |||
| 2015-08-08 | [1.8.x] Updated Wikipedia links to use https | Claude Paroz | |
| Backport of 64982cc2fb from master. | |||
| 2015-08-05 | [1.8.x] Fixed #25229 -- Clarified how an iterable works with ↵ | Tim Graham | |
| @permission_required Backport of 16a8d01308f8ca4a7b4673424059424ba3fe36c8 from master | |||
| 2015-08-05 | [1.8.x] Fixed #25213 -- Discouraged use of QuerySet.extra() | Tim Graham | |
| Thanks Anssi Kääriäinen for the draft text and Simon Charette for review. Backport of e8cd65f8297928d3fa7ad3d338953a4423028713 from master | |||
| 2015-08-05 | [1.8.x] Fixed #25212 -- Documented the RawSQL expression. | Tim Graham | |
| Backport of 97fa7fe961f961b6c93a11b50a7a1ed35c8bce8d from master | |||
| 2015-08-04 | [1.8.x] Fixed password_reset signature in docs | Alasdair Nicol | |
| Backport of 6d7a9d96fe57597719bc40491e3d428f01757ef3 from master | |||
| 2015-08-04 | [1.8.x] Fixed #25136 -- Documented Count('X', distinct=True) in aggregate ↵ | Caio Ariede | |
| topic guide. Backport of 3862c568ac1b920188ecfbe5cd8073160206d6b9 from master | |||
| 2015-07-31 | [1.8.x] Clarified assertRaisesMessage() behavior with respect to the message. | Tim Graham | |
| Backport of 6bb4f07372fe748a701ad38e5c0d1182dab9e2c8 from master | |||
| 2015-07-31 | [1.8.x] Fixed #25174 -- Moved some details of CheckMessage to the reference ↵ | Tim Graham | |
| guide. Backport of faa2a0f662ed6fe0b90d10e98cc8ee3795d9307c from master | |||
| 2015-07-27 | [1.8.x] Fixed #25159 -- Removed brackets from class/function/method ↵ | Tim Graham | |
| signatures in docs. Thanks hellbeast for the initial patch. Backport of 87d55081ea398c65b2503d22ed3907a9175ec729 from master | |||
| 2015-07-25 | [1.8.x] Fixed #25166 -- Clarified how auth permissions are created. | Tim Graham | |
| Thanks Baptiste Mispelon for report and review. Backport of 217f173be025d2cce6484c760ea6ec77436f26a1 from master | |||
| 2015-07-25 | [1.8.x] Fixed malformed Sphinx directives. | Tim Graham | |
| Backport of e3d1f2422c49d7f65d017b8caa35215afe18f835 from master | |||
| 2015-07-21 | [1.8.x] Fixed #25156 -- Mentioned django.setup() in the settings overview ↵ | James Bennett | |
| for standalone Django use. Backport of 5281f8b635f10b2839dc146d7e44f7d94d1955d8 from master | |||
| 2015-07-21 | [1.8.x] Normalized indentation and line lengths in docs/topics/auth/default.txt. | Tim Graham | |
| Backport of 5fd83db255500507484c5fedbd98763460a59656 from master | |||
| 2015-07-16 | [1.8.x] Fixed typo in docs/topics/i18n/translation.txt | Rafał Selewońko | |
| Backport of 8e306967dec222cfb5df036855a59ec29a4cbcb2 from master | |||
| 2015-07-10 | [1.8.x] Fixed #25082 -- Documented where to register system checks. | Tim Graham | |
| Backport of 074a82f49b1443e66885ea861bbd2d2cb04af43e from master | |||
| 2015-07-10 | [1.8.x] Fixed #25083 -- Added SessionAuthenticationMiddleware to auth ↵ | Nick Sweeting | |
| installation docs Backport of f0857c09fb51b21afb3e55da53bce962466af6d3 from master | |||
| 2015-06-23 | [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. | Tim Graham | |
| 2015-06-22 | [1.8.x] Updated indentation of example template in ↵ | Wim Feijen | |
| docs/topics/i18n/translation.txt. Backport of 514b69cb9e1ec08f22f04a6a2ed29b130cb42258 from master | |||
| 2015-06-17 | [1.8.x] Fixed outdated Python version support info in docs/topics/install.txt | Tim Graham | |
| Backport of ebd183a18cc334e3ac57efd8e4ec09c3954196a9 from master | |||
| 2015-06-17 | [1.8.x] Removed usage of string-based url() in auth docs. | Tim Graham | |
| Backport of 58665dded006a4bbb9789e92cd280265a4f3dee8 from master | |||
| 2015-06-16 | [1.8.x] Refs #24987 -- Documented that Client.login() rejects inactive users. | Tim Graham | |
| Backport of fbc618c13cc72b9c2f4c8dfd5ef8b8ab5a5d7caa from master | |||
| 2015-06-09 | [1.8.x] Fixed typos in docs/topics/python3.txt | Nik Nyby | |
| Backport of f67127e0af396e9039038a9e5539425851cf95c4 from master | |||
| 2015-06-05 | [1.8.x] Capitalized "Python" in docs. | Tim Graham | |
| Backport of 2fbea621e68d3365679e45fa17b61d06aa8cdf76 from master | |||
| 2015-06-02 | [1.8.x] Added headings to i18n template tags and filters. | Tim Graham | |
| Backport of 9ca0961b8a4a6a5ff3ee903f71fd22e1936d004f from master | |||
| 2015-06-01 | [1.8.x] Simplified wording in QuerySet.update() docs. | Maximiliano | |
| Backport of bf07ba523a9846fa9820b87321ef4222fed98e8c from master | |||
| 2015-05-27 | [1.8.x] Refs #24853 -- Documented a limitation of RunPython and unmigrated apps. | Tim Graham | |
| 2015-05-27 | [1.8.x] Removed unused import in example code in docs/topics/auth/default.txt | Kevin Marsh | |
| Backport of 10945ebeb84157a284ad96f453ee13305a9d8a94 from master | |||
| 2015-05-25 | [1.8.x] Fixed typos in HTTP decorator docs. | I am Clinton | |
| Backport of 0b0bb6100d90d387d7f38e87a4051a1ef513b7c7 from master | |||
