| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-18 | [1.8.x] Fixed DoS possiblity in contrib.auth.views.logout() | Tim Graham | |
| Thanks Florian Apolloner and Carl Meyer for review. This is a security fix. | |||
| 2015-08-18 | [1.8.x] Added stub release notes for security releases. | Tim Graham | |
| 2015-08-17 | [1.8.x] Limited line length in docs/ref/contrib/messages.txt example. | Anton Strogonoff | |
| Backport of d35f184b20743352dc41f1272184005054a36ae7 from master | |||
| 2015-08-15 | [1.8.x] Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops ↵ | Caio Ariede | |
| indexes for ArrayField. Backport of dad8434d6ff5da10959672726dc9b397296d380b from master | |||
| 2015-08-14 | [1.8.x] Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txt | Tim Graham | |
| Backport of 5b5a27942b2fa113df4d6eb3d77a33c85f58634f from master | |||
| 2015-08-13 | [1.8.x] Fixed #24988 -- Documented passing a dictionary of ValidationErrors ↵ | Adam Brenecki | |
| to ValidationError Backport of 52a190b65781f8dc07abd230aaf9043fbdbf4fba from master | |||
| 2015-08-12 | [1.8.x] Corrected indentation of JsonResponse docs. | Tim Graham | |
| Backport of 290145e6616b32a0b0c63f44b7c09d0a4af7dfd5 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-11 | [1.8.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txt | Tim Graham | |
| Backport of 56ed80ac2a7dac6dc26754f7fe95941e8a6f124e 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-10 | [1.8.x] Removed unnecessary comma in docs | Claude Paroz | |
| Backport of f2e4c7aca48374cd18f7e3bea333bbb5d73154cf from master | |||
| 2015-08-08 | [1.8.x] Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags. | Tim Graham | |
| Backport of 787cc7aa843d5c0834f56b5f8ae03b86ce553c51 from master | |||
| 2015-08-08 | [1.8.x] Corrected some inconsistent headings in docs/ref/templates/builtins.txt. | Tim Graham | |
| Backport of 7080cef7bf12c7985d6c81822296e70d13553ef4 from master | |||
| 2015-08-08 | [1.8.x] Updated Wikipedia links to use https | Claude Paroz | |
| Backport of 64982cc2fb from master. | |||
| 2015-08-08 | [1.8.x] Updated Transifex links in docs | Claude Paroz | |
| Backport of 18f3d4c1bd from master. | |||
| 2015-08-07 | [1.8.x] Fixed #25231 -- Added recording of squashed migrations in the ↵ | mlavin | |
| migrate command. Ensured squashed migrations are recorded as applied when the migrate command is run and all of the original migrations have been previously applied. Backport of 69db1c745506bf63026def25d6854755179feaa8 from master | |||
| 2015-08-07 | [1.8.x] Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial ↵ | Tim Graham | |
| values. Thanks Simon Charette for review. Backport of a7b7f27c05244d69a11545261eb3bbd73791b3d2 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 #25224 -- Fixed typo in docs/ref/contrib/flatpages.txt | Tim Graham | |
| Backport of 28cb272a7279e6dfc4d5c53838ebf7343c3e66b5 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-08-04 | [1.8.x] Fixed #25215 -- Solved reference to forms.HStoreField in declaration ↵ | Curtis Maloney | |
| of HStoreField Correct test which was using the model field in a test form. Backport of 9f73009e98c51986a50cc45844b8bca72673e955 from master | |||
| 2015-08-03 | [1.8.x] Refs #17914 -- Discouraged using reverese() with callables. | Tim Graham | |
| Backport of a6acfc31837fd7a9e0e387320d995b2c85cfcfce from master | |||
| 2015-08-01 | [1.8.x] Fixed #25207 -- Misspelled word in documentation: dialogue | Caio Ariede | |
| Backport of 98eb91171d7bb97327c714ef8e816103555573e6 from master | |||
| 2015-08-01 | [1.8.x] Removed obsolete note about sentry/raven not handling WSGI properly. | Matt Robenolt | |
| 2.0.7 was released in 2012. Backport of 514fee82a18e2b8fed0b6e31a95bd7a1a94980ab from master | |||
| 2015-08-01 | [1.8.x] Fixed #24690 -- Added a warning about mutable defaults for ArrayField. | Tim Graham | |
| Backport of f93e7f5674436b230e6b4023570939a20c0c6055 from master | |||
| 2015-08-01 | [1.8.x] Fixed #25176 -- Prevented TestCase.setUpTestData() exception from ↵ | Adam Chainz | |
| leaking transaction. Backport of 0abb06930fc0686cb35079934e5bb40df66f5691 from master | |||
| 2015-07-31 | [1.8.x] Improved link to the supported versions section of the download page. | Tim Graham | |
| Backport of c3b66dafdd473227065420bfc2d8d6819fe713ad 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-31 | [1.8.x] Fixed #25168 -- Documented how to avoid foreign key constraint error ↵ | Tim Graham | |
| after upgrading to 1.8. Backport of 70912e137d5a6b089f35c662115fb758a00d7002 from master | |||
| 2015-07-30 | [1.8.x] Removed unnecessary F() from Func expressions docs | Alasdair Nicol | |
| Backport of b792c4804b611369c3e146f1fd967d9c5bdea17f from master | |||
| 2015-07-30 | [1.8.x] Fixed #25199 -- Fixed dead link to HTMLdoc. | Tim Graham | |
| Backport of e176de25127a2750ea1c6a705b2c0983b5782b41 from master | |||
| 2015-07-28 | [1.8.x] Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist. | Tim Graham | |
| Backport of ae32f324981dd64d7c04fcbed9d99356914a61de 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-27 | [1.8.x] Fixed typo in docs/ref/middleware.txt | jorgecarleitao | |
| Backport of 7c642cafbb9e9ab1ba3ee7bb3d8fe1c0a58e06e8 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-24 | [1.8.x] Fixed #25161 -- Encouraged users to install the latest release in docs | Alasdair Nicol | |
| Backport of 600fb7c51b22bc0d9138f580bb5e5abcfedc76ee from master | |||
| 2015-07-23 | [1.8.x] Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom ↵ | Matt Johnson | |
| db_column. Backport of e063ac2fae007a2eecaeab5ce17064c31230ce29 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-20 | [1.8.x] Fixed signature of ModelAdmin.get_paginator() in docs. | Ali Vakilzade | |
| Backport of ecf4ed246ae192f8d381b799b921a892fd7afa85 from master | |||
| 2015-07-17 | [1.8.x] Fixed #25125 -- Updated docs on cookie naming conventions. | Konrad Świat | |
| Thanks Tim Graham for the review and kezabelle for the report. Backport of 2f6bdab1597ee42b36752bf9f624d3386e951379 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-15 | [1.8.x] Fixed typo in SelectDateWidget docs. | Tim Graham | |
| Backport of f46f1737aa456c1dc377e3f1f4d307d52d8598af from master | |||
| 2015-07-14 | [1.8.x] Added 1.4.22 release notes. | Tim Graham | |
| Backport of 427a49f9e996d5d7712472ce287b80857086ee02 from master | |||
| 2015-07-14 | [1.8.x] Fixed #25121 -- Added a warning that filtering sensitive information ↵ | Tim Graham | |
| from error reporting isn't bulletproof Backport of 84bc4f6cddfcb5fedc7586644d66d025476255ad from master | |||
