| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-11 | [1.8.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required. | Mariusz Felisiak | |
| Thanks Tim Graham for the review. Backport of 46d602dcea624bef3fb6e1dbf71378d837c0957b from stable/1.10.x | |||
| 2016-12-20 | [1.8.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example. | Tim Graham | |
| Backport of 5e239ae907291d07a3fcf9329f83c27fa6d72981 from master | |||
| 2016-11-08 | [1.8.x] Fixed #27420 -- Quoted the Oracle test user password in queries. | Mariusz Felisiak | |
| Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master | |||
| 2016-10-25 | [1.8.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True. | Tim Graham | |
| This is a security fix. | |||
| 2016-10-25 | [1.8.x] Fixed CVE-2016-9013 -- Generated a random database user password ↵ | Marti Raudsepp | |
| when running tests on Oracle. This is a security fix. | |||
| 2016-10-13 | [1.8.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example. | Tim Graham | |
| Backport of 51b83d9e5113ea5b81d04f4d117bd5acd3c1b822 from master | |||
| 2016-10-03 | [1.8.x] Fixed #27307 -- Added missing url names in sitemaps docs. | Tim Graham | |
| Backport of fe1aee6b98d2a94ecc983463938135d192ef9afc from master | |||
| 2016-07-06 | [1.8.x] Fixed #25461 -- Corrected meta API code examples to account for MTI. | Romain Garrigues | |
| In the case of multiple-table inheritance models, get_all_related_objects() and get_all_related_objects_with_model() don't return the auto-created OneToOneField, but the new examples didn't account for this. Backport of 8be84e2ac42b2556fd6fa07794b3708b143ef341 from master | |||
| 2016-06-17 | [1.8.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin doc | Krzysztof Jurewicz | |
| Backport of 6dd4d2709bfe427c05842c0269860ef95a0b4f00 from master | |||
| 2016-05-31 | [1.8.x] Fixed a typo in the docs. | Florian Apolloner | |
| Backport of 62e4f8ec435a4b600c8efb071201070a2443477e from master. | |||
| 2016-05-18 | [1.8.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txt | Tim Graham | |
| Backport of 6d9c5d46e644a8ef93b0227fc710e09394a03992 from master | |||
| 2016-04-07 | [1.8.x] Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txt | Mikkel Munch Mortensen | |
| Backport of 4bb3ddbcc674601743c63311d7efbf0e1fd19742 from master | |||
| 2016-03-18 | [1.8.x] Fixed #26375 -- Used a more generic name in a reusable template example. | Tim Graham | |
| Backport of 1d0abeaf757518808aabe9c85a2beaaa340fbc43 from master | |||
| 2016-03-09 | [1.8.x] Fixed indenting in "Serving files in development" code example | Tim Osborn | |
| Backport of 8fb3a2877bac1ecf0e5665389d60eab637d1622e from master | |||
| 2016-03-03 | [1.8.x] Fixed #26321 -- Added missing "for_save" parameter in expressions ↵ | Tim Graham | |
| example. Thanks tomaszn for the patch. Backport of de8a11ba18d5902c668d4db47c38c9c6bdf9c1da from master | |||
| 2016-03-03 | [1.8.x] Fixed #26309 -- Documented that login URL settings no longer support ↵ | Alasdair Nicol | |
| dotted paths. Backport of 2404d209a5e8c4573927e14587735562b79e13ed from master | |||
| 2016-02-23 | [1.8.x] Fixed many spelling mistakes in code, comments, and docs. | Josh Soref | |
| Partial backport of 93452a70e8a62c7408eeded444f5088d4a26212d from master | |||
| 2016-02-19 | [1.8.x] Fixed some code blocks indentation in GIS docs. | Sergey Fedoseev | |
| Backport of dbaa1a6b59b4f8f942e8378465aaeb943c3d9de5 from master | |||
| 2016-02-19 | [1.8.x] Used relative models imports in the GIS tutorial. | Juan José Conti | |
| Backport of bb7042cda from master. | |||
| 2016-02-17 | [1.8.x] Followed recommended ValidationError use in docs. | Jon Dufresne | |
| Backport of 0db7e61076116c2d93d61f98ef31690542359e48 from master | |||
| 2016-01-22 | [1.8.x] Fixed #26121 -- Updated MySQL storage engine example. | Tim Graham | |
| default_storage_engine was introduced in MySQL 5.5.3. storage_engine was removed in MySQL 5.7.5. Backport of 79d0a4fdb0d13ba6a843dace2b90ab44e856bd85 from master | |||
| 2016-01-21 | [1.8.x] Changed `action="."` to `action=""` in tests and docs. | Luke Plant | |
| `action="."` strips query parameters from the URL which is not usually what you want. Copy-paste coding of these examples could lead to difficult to track down bugs or even data loss if the query parameter was meant to alter the scope of a form's POST request. Backport of 77974a684a2e874bccd8bd9e0939ddcb367a8ed2 from master | |||
| 2015-12-24 | [1.8.x] Discouraged use of /tmp with predictable names. | Chris Lamb | |
| The use of predictable filenames in /tmp often leads to symlink attacks so remove the most obvious use of them in the docs. Backport of 77b8d8cb6d6d6345f479c68c4892291c1492ba7e from master | |||
| 2015-12-23 | [1.8.x] Removed an extra header in docs/ref/templates/api.txt. | Tim Graham | |
| Backport of 91cd4d8e8c1e8593fc091abc11e05fa5d9514601 from master | |||
| 2015-12-18 | [1.8.x] Fixed a typo in docs/ref/contrib/gis/geos.txt. | Sergey Fedoseev | |
| Backport of e09007076138d71d9605c4acd94acdf29cbc87e7 from master | |||
| 2015-12-10 | [1.8.x] Fixed incorrect examples in ArrayField docs. | Dotan Agmon | |
| Backport of a44dc200d0cbd651f66a2082aa9909ff8f51a659 from master | |||
| 2015-12-09 | [1.8.x] Fixed typo in docs/ref/forms/validation.txt. | Andrew Plummer | |
| Backport of 1aa8bf9b43bbc214770389b9b8d084552040fa44 from master | |||
| 2015-11-30 | [1.8.x] Fixed typo docs/ref/models/relations.txt | Tim Graham | |
| 2015-11-25 | [1.8.x] Fixed man page by ensuring ".pot" doesn't render unescaped. | Tim Graham | |
| See https://github.com/sphinx-doc/sphinx/issues/2131 Backport of 0cfe589f9563f283cbffd03d95c7f9e8e63345b9 from master | |||
| 2015-11-25 | [1.8.x] Fixed #25649 -- Documented that all GEOSGeometry constructors take ↵ | Sergey Fedoseev | |
| srid kwarg. Backport of a3708fda3574a5a0d949000df1b03a54721cf029 from master | |||
| 2015-11-24 | [1.8.x] Documented that forms.Field.help_text isn't HTML-escaped. | Tim Graham | |
| Backport of a918f8b089a1d702c50c44742f433f3a546e0aa2 from master | |||
| 2015-11-24 | [1.8.x] Clarified default value for DateField to emulate auto_now_add. | Bulgantamir Gankhuyag | |
| Backport of 8bce6fa637952342278c59d06520611e3ba80cbb from master | |||
| 2015-11-23 | [1.8.x] Refs #25739 -- Lessened the prominence of geos.fromstr() in the docs. | Sergey Fedoseev | |
| Backport of 97e1d2433085e01696dc2fac8bfbb9c421c82b67 from master | |||
| 2015-11-23 | [1.8.x] Corrected doc'd differences between django-admin and manage.py. | Stephane Angel (Twidi) | |
| Backport of 8091e8c5c61fb0a6bd15e92bea1f9fdfa21c047f from master | |||
| 2015-11-19 | [1.8.x] Corrected GenericIPAddressField protocol parameter doc. | areski | |
| Backport of 1e7da99ea6a78c47d3b5d4e9ce82df1ee4024ada from master | |||
| 2015-11-18 | [1.8.x] Fixed #25549 -- Documented auth_user_password_change URL. | Tim Graham | |
| Backport of ad167502f36f2547718aee290d4d11bf7a26ff82 from master | |||
| 2015-11-18 | [1.8.x] Refs #25526 -- Documented some missing termcolors. | Tim Graham | |
| Backport of 5f7f3b46853c958789361a7defda8ca3c3c2be53 from master | |||
| 2015-11-17 | [1.8.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does. | Alex Morozov | |
| Backport of 5abed864ee1cd31a0b920768b4abe85b26b43a4d from master | |||
| 2015-11-14 | [1.8.x] Fixed #25531 -- Documented that admin_order_field supports lookups. | René Fleschenberg | |
| Backport of 2c727101113770d41e0907b333568bc2c25435e0 from master | |||
| 2015-11-14 | [1.8.x] Fixed typo in docs/ref/migration-operations.txt. | Tim Graham | |
| Backport of 931b946e29bb0dc6bb1ca02c7ca67b65770763dd from master | |||
| 2015-11-14 | [1.8.x] Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic. | Florian Demmer | |
| Thanks Fako Berkers for help with the patch. Backport of 25b912abbe31fa440e702b5273c18cf74e2d6e0b from master | |||
| 2015-11-13 | [1.8.x] Tweaked example text in docs/ref/templates/builtins.txt. | Tom Christie | |
| Backport of a32538279c085bdf67839dc834f05b37f8f38bb8 from master | |||
| 2015-11-12 | [1.8.x] Replaced "inbuilt" with more common "built-in". | Tim Graham | |
| Backport of a8f05f405f8b78e13d7c4c9ffd73d6182b6fc4d5 from master | |||
| 2015-11-11 | [1.8.x] Fixed #25728 -- Fixed description of GEOSGeometry.contains(). | Sergey Fedoseev | |
| Backport of 34669ea6b88cefb6e6f7176c71b7947234fa50b4 from master | |||
| 2015-11-10 | [1.8.x] Removed obsolete note about installing psycopg2 on Windows. | Tim Graham | |
| psycopg2 now publishes binary wheel files for Windows so you can install it using pip. Backport of bc6eaca304751adbd844b75a66b7d08f05853717 from master | |||
| 2015-11-07 | [1.8.x] Fixed #25473 -- Changed underscores in url() names to dashes in docs. | Thijs van Dien | |
| To improve consistency, sample URL names that had underscores in them now use dashes instead. That excludes URL names that have some relation to the code, such as those generated by the admin. Thanks guettli for reporting this. Backport of 1679472165e840aef4c8c9ece2fbf4620b87beab from master | |||
| 2015-11-05 | [1.8.x] Fixed #25660 -- Documented GEOSGeometry.dims | Sergey Fedoseev | |
| Backport of f98126a05aeb1671c8036900a2720e21645318ad from master | |||
| 2015-11-05 | [1.8.x] Fixed #24244 -- Documented contrib.admin.models.LogEntry | Alex Morozov | |
| Backport of 99c58c27d5a8e4a66230c413380508af223d12a8 from master | |||
| 2015-11-03 | [1.8.x] Updated admindocs instructions for the deprecation of patterns(). | Tim Graham | |
| Backport of 4dea29ec7b09e743268fff17d12171cc5498ae81 from master | |||
| 2015-11-03 | [1.8.x] Fixed #25132 -- Documented how to retrieve a single value using ↵ | Alex Morozov | |
| values_list() and get(). Backport of 4373eac99828d99718a7b245d160e7e64fce2e95 from master | |||
