| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-18 | [1.8.x] Bumped version for 1.8.14 release.1.8.14 | Tim Graham | |
| 2016-07-18 | [1.8.x] Fixed XSS in admin's add/change related popup. | Tim Graham | |
| This is a security fix. | |||
| 2016-07-18 | [1.8.x] Fixed #24796 -- Moved SecurityMiddleware in MIDDLEWARE_CLASSES docs. | Marissa Zhou | |
| Partial backport of 8b1f39a727be91aab40bdb37235718ed63ae1d50 from master | |||
| 2016-07-13 | [1.8.x] Fixed #26889 -- Fixed missing PostgreSQL index in ↵ | Jon Dufresne | |
| SchemaEditor.add_field(). Backport of 2e4cfcd2b9a0984ad6c4087a5deebbf33413835c from master | |||
| 2016-07-09 | [1.8.x] Fixed numpy deprecation warning silencing in template_tests. | Baptiste Mispelon | |
| Backport of 418658f453bed7fe7949dda26651aab370003e6a 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-07-06 | [1.8.x] Fixed typo in docs/topics/class-based-views/generic-display.txt | Taylor Edmiston | |
| Backport of 43d0345fe11624d6b4fd960139ff653451b4f147 from master | |||
| 2016-06-21 | [1.8.x] Corrected firstof template tag's docstring. | Samir Shah | |
| Since Django 1.8, firstof escapes its output. Backport of fff5dbe59ca629c295480693f045f03537858eee 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-06-16 | [1.8.x] Fixed flake8 2.6 warnings. | Tim Graham | |
| Backport of ea34426ae789d31b036f58c8fd59ce299649e91e from master | |||
| 2016-06-09 | [1.8.x] Fixed #21588 -- Corrected handler initialization in "modifying ↵ | Berker Peksag | |
| upload handlers" example. Backport of 8f50ff5b15a742f345dade0848a3fbbf2aff629d from master | |||
| 2016-06-02 | [1.8.x] Updated release notes links to prevent warnings with Sphinx 1.4.2. | Tim Graham | |
| Backport of 149ace94dfc10504a0e69462c7737f5ce05340a4 from master | |||
| 2016-06-02 | [1.8.x] Ignored new warnings when building the docs with Sphinx 1.4. | Tim Graham | |
| Backport of af3273757397fa88163174546f2b620d7b4837ed from master | |||
| 2016-06-01 | [1.8.x] Refs #26687 -- Made an i18n test not use a hardcoded path separator. | Tim Graham | |
| This reverts commit c0a1e1984e0028022c5ac0722ff4933317bcdbc2 as it doesn't work on the stable/1.8.x branch and instead uses os.path.join() to fix the original failure on Windows. | |||
| 2016-05-31 | [1.8.x] Fixed #26687 -- Made an i18n test not use a hardcoded path separator. | Ramiro Morales | |
| Fixed a failure on Windows. Backport of e3877c53edb33271b0f31d20e60a924848692026 from master | |||
| 2016-05-31 | [1.8.x] Fixed a typo in the docs. | Florian Apolloner | |
| Backport of 62e4f8ec435a4b600c8efb071201070a2443477e from master. | |||
| 2016-05-31 | [1.8.x] Fixed #26503 -- Removed an outdated example from session docs. | Berker Peksag | |
| Backport of 698c8dfc2a5c5865a8bb163c1ae70b75d53e6415 from master | |||
| 2016-05-27 | [1.8.x] Fixed typo in docs/topics/forms/modelforms.txt | Sergey Fedoseev | |
| Backport of 26794f6657a9d201d47a0748a449a94ad5d7c66e from master | |||
| 2016-05-25 | [1.8.x] Added imports to docs/topics/db/aggregation.txt example. | MariKiev | |
| Backport of 30d110ef43d8a3c50ea8ec4e4fe49bd2bb859530 from master | |||
| 2016-05-25 | [1.8.x] Added missing quotes in openlayers.html template. | Aleksey | |
| Backport of a247c1d78978e358543e306edb94f03bd9bf9413 from master | |||
| 2016-05-23 | [1.8.x] Updated GeoIP test for latest database. | Tim Graham | |
| Backport of a0a1c4fbde4fb652b151a409db46c8ac3829ed2b 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-05-06 | [1.8.x] Fixed code example in docs/howto/custom-lookups.txt | vytisb | |
| Backport of b3acf35f13aae57eb3c8340dd5ff7e61482e2537 from master | |||
| 2016-05-02 | [1.8.x] Post-release version bump. | Tim Graham | |
| 2016-05-02 | [1.8.x] Bumped version for 1.8.13 release.1.8.13 | Tim Graham | |
| 2016-05-02 | [1.8.x] Added release date for 1.8.13. | Tim Graham | |
| 2016-04-29 | [1.8.x] Added tests for if tag's != operator. | Alasdair Nicol | |
| Backport of 246020efc59de1a64b52fdda6a460904151dae36 from master | |||
| 2016-04-29 | [1.8.x] Fixed #26557 -- Converted empty strings to None when saving ↵ | Joshua Phillips | |
| GenericIPAddressField. Backport of 4681d65048ca2553895e10c2c492997b0a78ffba from master | |||
| 2016-04-27 | [1.8.x] Refs #25136 -- Fixed nonexistent field reference in aggregation ↵ | Tim Graham | |
| topic guide. Thanks Ankush Thakur for the report and Simon for the review. Backport of fe70f280d7ea4402f676696c4013c4a23d4e4990 from master | |||
| 2016-04-20 | [1.8.x] Fixed incorrect rendered widget in forms example. | Jon Dufresne | |
| Backport of 38ddd4ab553fb6b311c62d15fca7d848f84d539a from master | |||
| 2016-04-18 | [1.8.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL ↵ | Lukasz Wiecek | |
| and SQLite. Thanks adamchainz for the report and review. Backport of d3c87a2425b30400c3e6ea76585a9a537b6d0386 from master | |||
| 2016-04-13 | [1.8.x] Added stub release notes for 1.8.13. | Tim Graham | |
| Backport of ad3c72118fd79d27c9f958f41d354b59d883d403 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-04-01 | [1.8.x] Post-release version bump. | Tim Graham | |
| 2016-04-01 | [1.8.x] Bumped version for 1.8.12 release.1.8.12 | Tim Graham | |
| 2016-04-01 | [1.8.x] Added release date for 1.8.12. | Tim Graham | |
| Backport of 93539ba2f42fe56bacefd09a9e8f93b31565f746 from master | |||
| 2016-03-31 | [1.8.x] Fixed #26438 -- Fixed multiple .objects typos in the docs. | Simon Charette | |
| Thanks Pablo Oubiña for the report. Backport of 64aba7a8aba06b8be52a1a099b44e1d3be4bdd26 from master | |||
| 2016-03-28 | [1.8.x] Sorted single letter imports per the latest version of isort. | Tim Graham | |
| Backport of 1c8c0837c61a9e9eb2129df29f75be92e47e926c from master | |||
| 2016-03-25 | [1.8.x] Fixed #26408 -- Updated link to DEP 182. | Aymeric Augustin | |
| Thanks kaifeldhoff for the report. Backport of 7b1ce7f from master | |||
| 2016-03-25 | [1.8.x] Fixed #26387 -- Restored the functionality of the admin's ↵ | Tim Graham | |
| raw_id_fields in list_editable. Backport of acfaec3db5ba39de52f6e607e74343dccf72fba1 from master | |||
| 2016-03-25 | [1.8.x] Fixed typo in docs/topics/db/aggregation.txt. | Tim Shaffer | |
| Backport of 8550566af6321fe111ac1fe6497720e6ac291824 from master | |||
| 2016-03-21 | [1.8.x] Fixed #26392 -- Corrected login_required/permission_required ↵ | Tim Graham | |
| stacking example. Backport of c41737dc00e2c8d34046b9f856f23fcc0cb4a82c from master | |||
| 2016-03-19 | [1.8.x] Fixed a broken link in ↵ | Amine | |
| docs/internals/contributing/writing-documentation.txt. Backport of 8b5a4fa941ba6e308b5ebd831b7953440fc0ee9b 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-15 | [1.8.x] Fixed DiscoverRunner failfast parameter default in docs. | Andrew Abraham | |
| Backport of f2d9caa625084b0b96d60153f6b26ba43a1ab835 from master | |||
| 2016-03-14 | [1.8.x] Removed unnecessary filter kwarg from .get() in a test. | Adam Alton | |
| Backport of 38086c83aca881aa72bc2eba1e6eadaa76529ed0 from master | |||
| 2016-03-12 | [1.8.x] Fixed a few docstring typos. | Noenglish Professorbut | |
| Backport of f8d20da0479b88db5bb5a2a30fa769cbf6d0a5bf from master | |||
| 2016-03-10 | [1.8.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite. | Tim Graham | |
| Backport of 4f0cd0fd162122da96978b357ac9fc9534529410 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-08 | [1.8.x] Fixed a dead link in django/contrib/sitemaps/__init__.py. | Tim Graham | |
| Backport of 09e5409cb5b7ed427d4c751fbe2594b485794104 from master | |||
