| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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] 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-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-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-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 #24690 -- Added a warning about mutable defaults for ArrayField. | Tim Graham | |
| Backport of f93e7f5674436b230e6b4023570939a20c0c6055 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-30 | [1.8.x] Removed unnecessary F() from Func expressions docs | Alasdair Nicol | |
| Backport of b792c4804b611369c3e146f1fd967d9c5bdea17f 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-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-15 | [1.8.x] Fixed typo in SelectDateWidget docs. | Tim Graham | |
| Backport of f46f1737aa456c1dc377e3f1f4d307d52d8598af from master | |||
| 2015-07-13 | [1.8.x] Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* ↵ | Daniel Roseman | |
| 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 24620d71f2116da31abe6c9391f7bc807ac23c0b from master | |||
| 2015-07-13 | [1.8.x] Fixed #24984 -- Added link to Jinja2 static tag instructions in ↵ | Chris McCollister | |
| staticfiles docs. Backport of d62194a260eedd30aeea78f407032aabfde4be70 from master | |||
| 2015-07-10 | [1.8.x] Fixed #25103 -- Corrected versionadded for FileResponse | Matthew Madurski | |
| Backport of 0b02ce54cf58f96811a625245e374e6cd10e28af from master | |||
| 2015-07-09 | [1.8.x] Fixed #25048 -- Documented that runservers strips headers with ↵ | Tim Graham | |
| underscores. refs 316b8d49746933d1845d600314b002d9b64d3e3d Backport of 7b6d3104f263d9483982928604b2e51f06126ec1 from master | |||
| 2015-07-04 | [1.8.x] Fixed #25051 -- Clarified return type of {% now %} tag. | Tim Graham | |
| Backport of a871cf422d8f7a15d3029684538136e0c92f99dc from master | |||
| 2015-07-03 | [1.8.x] Fixed mistake in Model.from_db() example. | Luke | |
| Backport of fd869cceacafdaf2c5865cc525f88357b6a26aad from master | |||
| 2015-07-01 | [1.8.x] Fixed #25041 -- Clarified difference between syncdb and migrate. | Tim Graham | |
| 2015-06-30 | [1.8.x] Fixed #25038 -- Reverted incorrect documentation about inspectdb ↵ | Tim Graham | |
| introspecting views. This reverts commit e69eea73d94c058728143416058a6257c765a9b8 (refs #24177). | |||
| 2015-06-27 | [1.8.x] Fixed #25033 -- Added context_processors.auth to documented admin ↵ | Tim Graham | |
| dependencies. Backport of f59667c121272ba7a1161e8bc4787654d929f6f1 from master | |||
| 2015-06-25 | [1.8.x] Refs #24127 -- Added documentation for HttpRequest.current_app. | Marten Kenbeek | |
| Backport of 6364df68879efc0d9451d6427e34b4542e3d7e0b from master | |||
| 2015-06-23 | [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. | Tim Graham | |
| 2015-06-22 | [1.8.x] Fixed #25001 -- Doc'd caveat about collectstatic and removing ↵ | Tim Graham | |
| INSTALLED_APPS. Thanks aRkadeFR for the initial patch. Backport of 5ae0dd6abf8f93b90c962e62b04c675fdd6ca755 from master | |||
| 2015-06-22 | [1.8.x] Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified. | Bipin Suresh | |
| Backport of 34047b23e284fd3459903294a5776b67c3e33ed9 from master | |||
| 2015-06-20 | [1.8.x] Fixed #25010 -- Documented APP_DIRS default in startproject's ↵ | Tim Graham | |
| settings.py Backport of 4a6656488893b6a832726cade2d2c5aa04f85ae2 from master | |||
| 2015-06-19 | [1.8.x] Fixed #24881 -- Clarified Meta.order_with_respect_to documentation | johannes.linke | |
| Backport of 27c839e0fce99254ad61322bb827a821f832e840 from master | |||
| 2015-06-16 | [1.8.x] Fixed #24948 -- Fixed crash when uploading bitmap images in ↵ | Andriy Sokolovskiy | |
| forms.ImageField Backport of cf6ce279c7671a4c83c960c5c526f92679a4fac8 from master | |||
| 2015-06-11 | [1.8.x] Used PEP 8 style indentation in forms docs. | Nick Smith | |
| Backport of b9bf61ce61ea933c3fefa05fa1ded8dfb1b445e5 from master | |||
| 2015-06-09 | [1.8.x] Fixed import in docs/ref/contrib/syndication.txt | argaen | |
| Backport of 1725d009918e7d37390d5abd34034f3defca5fc3 from master | |||
| 2015-06-09 | [1.8.x] Clarified the default form widgets for model number fields in docs | Matt Deacalion Stevens | |
| Backport of 77f3d7adb1d56d4eb5d22a85e8d383602f937790 from master | |||
| 2015-06-08 | [1.8.x] Fixed #24956 -- Fixed typo in docs/ref/forms/widgets.txt | Tim Graham | |
| Backport of 9f825b9e28547b1310526c9be9fca9e6dbcd57e7 from master | |||
| 2015-06-08 | [1.8.x] Fixed #24952 -- Fixed example SQL in Func() expressions docs | Alasdair Nicol | |
| Backport of 1f5b067710a6bc97848b1caff0e2a685c2489868 from master | |||
| 2015-06-05 | [1.8.x] Fixed #22571 -- Added clarification about auto_now_add=True | Yamila Moreno | |
| Backport of cbe4efcbc13ad402bf1f1a94b02a8ec93f20327d from master | |||
| 2015-06-05 | [1.8.x] Capitalized "Python" in docs. | Tim Graham | |
| Backport of 2fbea621e68d3365679e45fa17b61d06aa8cdf76 from master | |||
| 2015-06-05 | [1.8.x] Fixed #24925 -- Document using Coalesce on MySQL | Ian Foote | |
| Add warning for using Coalesce with python values on MySQL and document workaround. Backport of 14dead04acf4ac877d0f4025f142fe9e872ce8ac from master | |||
| 2015-06-04 | [1.8.x] Fixed #24191 -- Documented Form.changed_data | Alasdair Nicol | |
| Thanks rhertzog and Björn Påhlsson for the suggestion. Backport of 5c98223f39e5cf92c603a08e7ed70d57e565a5a3 from master | |||
| 2015-06-02 | [1.8.x] Fixed #24896 -- Doc'd clickjacking protection doesn't overwrite ↵ | Simeon J Morgan | |
| X-Frame-Options header. Backport of 0b5fb8e72c74e41d250f35c8c3df3f3a13d367f3 from master | |||
| 2015-06-01 | [1.8.x] Fixed #24880 -- Added more explicit docs on select_for_update() on ↵ | Przemysław Suliga | |
| SQLite. Backport of d29ed3f355b0c57e7036807f1d54f33796d8d820 from master | |||
| 2015-05-31 | [1.8.x] Refs #24811 -- Fixed syntax error in CREATE EXTENSION example query. | Tim Graham | |
| Backport of c954931abd17f8efaa6b7662ac2916dbf47d2978 from master | |||
| 2015-05-26 | [1.8.x] Fixed typos in docs/ref/forms/widgets.txt | I am Clinton | |
| Backport of 14f20c1fdc894dd348ec6a43eb4e0c5dd854d902 from master | |||
