https://github.com/django/django

sort by:
Revision Author Date Message Commit Date
2d4bc5a [1.8.x] Bumped version for 1.8.18 release. 04 April 2017, 14:03:09 UTC
8339277 [1.8.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs. This is a security fix. 28 March 2017, 16:57:34 UTC
4a6b945 [1.8.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.static.serve(). This is a security fix. 28 March 2017, 16:57:34 UTC
081c263 [1.8.x] Added stub release notes for security release. 28 March 2017, 16:57:33 UTC
8785158 [1.8.x] Pinned test requirement to numpy < 1.12 for Python 3.3 compatibility. 28 March 2017, 16:56:01 UTC
998bc0c [1.8.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required. Thanks Tim Graham for the review. Backport of 46d602dcea624bef3fb6e1dbf71378d837c0957b from stable/1.10.x 11 March 2017, 21:17:05 UTC
4b5aec3 [1.8.x] Fixed a backends test with psycopg2 2.7. Backport of 49a63d08d3b3e2ac32e391d1413a4ac99429e4af from master 01 March 2017, 18:22:53 UTC
299529d [1.8.x] Fixed GeoIP test failure with the latest data. Backport of da2e92d25ea32a25679d99525365ac7ac8e297ee from stable/1.11.x 14 February 2017, 14:48:26 UTC
b248f33 [1.8.x] Removed deprecated html_translator_class sphinx config option. Backport of bacdfbf3d1eb23ff8e8110681728a5b467443446 and e5d3f98abcdc20d64d99609bd0aa82331835b439 from master 23 January 2017, 15:24:45 UTC
0311b7e [1.8.x] Declared Sphinx extensions safe for parallel reading. Backport of 03306a187ec3bb5e2592728a900d4a41185f9e30 from master 23 January 2017, 15:24:17 UTC
c9ba345 [1.8.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example. Backport of 5e239ae907291d07a3fcf9329f83c27fa6d72981 from master 20 December 2016, 13:30:54 UTC
01b3dc2 [1.8.x] Reverted "Fixed #27594 -- Fixed select_related() with reverse self-referential OneToOneField." This reverts commit 4a9f9cc521f09c60f56024eb6688e30ab86b998f. It was accidentally pushed to this branch. 14 December 2016, 12:53:45 UTC
4a9f9cc Fixed #27594 -- Fixed select_related() with reverse self-referential OneToOneField. Fix definition of `klass_info['from_parent']`. The relationship between two models shouldn't be considered as being from a parent class if the model classes are the same. Thanks Tim for the review. 14 December 2016, 12:38:09 UTC
fa596f8 [1.8.x] Post-release version bump. 01 December 2016, 23:05:03 UTC
d3d12fc [1.8.x] Bumped version for 1.8.17 release. 01 December 2016, 22:20:59 UTC
b2fff69 [1.8.x] Added release date for 1.8.17. Backport of 9ea9686532336caefcd5fedb76ad9a68a512d243 from master 01 December 2016, 22:16:55 UTC
9b6b561 [1.8.x] Ignored flake8's newly added E305, E741, E743. 14 November 2016, 23:34:36 UTC
32f5099 [1.8.x] Fixed #27420 -- Quoted the Oracle test user password in queries. Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master 08 November 2016, 21:45:12 UTC
90c6153 [1.8.x] Added CVE-2016-9013,14 to the security release archive. Backport of b8ae2c16cfc4bf88c1720eafd8e35438181a7413 from master 01 November 2016, 14:48:58 UTC
dd9dd58 [1.8.x] Post-release version bump. 01 November 2016, 14:23:07 UTC
aa10ba0 [1.8.x] Bumped version for 1.8.16 release. 01 November 2016, 13:42:47 UTC
c401ae9 [1.8.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True. This is a security fix. 25 October 2016, 19:27:45 UTC
70f9995 [1.8.x] Fixed CVE-2016-9013 -- Generated a random database user password when running tests on Oracle. This is a security fix. 25 October 2016, 18:24:11 UTC
33bf622 [1.8.x] Added stub release notes for 1.8.16. 25 October 2016, 17:56:26 UTC
aba8f2b [1.8.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example. Backport of 51b83d9e5113ea5b81d04f4d117bd5acd3c1b822 from master 13 October 2016, 15:03:38 UTC
1c4334f [1.8.x] Fixed nonexistent tmc.edu domain in GeoIP test. Backport of e1f6eba033abea25cd6b0577bd66c655ec453325 from master 11 October 2016, 23:44:09 UTC
3141b79 [1.8.x] Fixed #27307 -- Added missing url names in sitemaps docs. Backport of fe1aee6b98d2a94ecc983463938135d192ef9afc from master 03 October 2016, 20:05:56 UTC
6e24eee [1.8.x] Fixed 27283 -- Fixed typo in 1.8 release notes. Backport of 32031718320e1b4d708b15d8c67738e4c77c9bc7 from master 28 September 2016, 10:51:42 UTC
d5430a5 [1.8.x] Added CVE-2016-7401 to the security release archive. Backport of 6fe846a8f08dc959003f298b5407e321c6fe3735 from master 26 September 2016, 22:30:31 UTC
47f5d79 [1.8.x] Added a CVE role for Sphinx. Backport of a46742e738b91f79dd7b2e6ecba6dd1604e14d05 from master 26 September 2016, 22:30:16 UTC
34da092 [1.8.x] Post-release version bump. 26 September 2016, 18:24:25 UTC
25e416c [1.8.x] Bumped version for 1.8.15 release. 26 September 2016, 17:56:44 UTC
6118ab7 [1.8.x] Fixed CVE-2016-7401 -- Fixed CSRF protection bypass on a site with Google Analytics. This is a security fix. Backport of "refs #26158 -- rewrote http.parse_cookie() to better match browsers." 93a135d111c2569d88d65a3f4ad9e6d9ad291452 from master 14 September 2016, 17:42:24 UTC
717aa88 [1.8.x] Fixed #26807 -- Documented how to replicate SubfieldBase's assignment behavior. Backport of 518eaf1fa2d86dc1b0ba7adba22b30bcc8f3a497 from master 19 August 2016, 01:09:12 UTC
fdd1d24 [1.8.x] Fixed a GeoIP test failure with the latest data. Backport of 4a696bbe13383b14b2762cc5accd45849e9dcfba from master 03 August 2016, 15:19:21 UTC
33939f0 [1.8.x] Fixed a typo in tests/middleware/test_security.py Backport of 0850236a8c3647bc3c239bd34afae0488abe5c60 from master 29 July 2016, 02:01:22 UTC
7665a52 [1.8.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs. Backport of 9a5a789da2b53a9c19ea47130507ce26839eb008 from master 25 July 2016, 11:01:32 UTC
6cf35c6 [1.8.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0. Backport of 8e5cbc884f77c85b0edbc6206810643abaf589c9 from master 21 July 2016, 17:01:50 UTC
9f8ef77 [1.8.x] Fixed a GeoIP test failure with the latest data. Backport of 081fdaf110386db940d834ba51d93e23aa293fcd from master 19 July 2016, 13:28:53 UTC
2deed2e [1.8.x] Added CVE-2016-6186 to the security release archive. Backport of bc53af13cbf09b0cbac945426c2d51d0ca52fff3 from master 18 July 2016, 19:20:55 UTC
128bbf2 [1.8.x] Post-release version bump. 18 July 2016, 18:59:55 UTC
9fbdc48 [1.8.x] Bumped version for 1.8.14 release. 18 July 2016, 17:45:11 UTC
f68e5a9 [1.8.x] Fixed XSS in admin's add/change related popup. This is a security fix. 18 July 2016, 17:45:11 UTC
358ae4a [1.8.x] Fixed #24796 -- Moved SecurityMiddleware in MIDDLEWARE_CLASSES docs. Partial backport of 8b1f39a727be91aab40bdb37235718ed63ae1d50 from master 18 July 2016, 11:57:00 UTC
8edfddd [1.8.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field(). Backport of 2e4cfcd2b9a0984ad6c4087a5deebbf33413835c from master 14 July 2016, 02:15:43 UTC
3e562cf [1.8.x] Fixed numpy deprecation warning silencing in template_tests. Backport of 418658f453bed7fe7949dda26651aab370003e6a from master 09 July 2016, 14:24:35 UTC
2a49d8e [1.8.x] Fixed #25461 -- Corrected meta API code examples to account for MTI. 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 06 July 2016, 13:28:58 UTC
7876757 [1.8.x] Fixed typo in docs/topics/class-based-views/generic-display.txt Backport of 43d0345fe11624d6b4fd960139ff653451b4f147 from master 06 July 2016, 12:49:17 UTC
5079cd5 [1.8.x] Corrected firstof template tag's docstring. Since Django 1.8, firstof escapes its output. Backport of fff5dbe59ca629c295480693f045f03537858eee from master 21 June 2016, 12:12:37 UTC
be5dfde [1.8.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin doc Backport of 6dd4d2709bfe427c05842c0269860ef95a0b4f00 from master 17 June 2016, 12:03:52 UTC
4da3684 [1.8.x] Fixed flake8 2.6 warnings. Backport of ea34426ae789d31b036f58c8fd59ce299649e91e from master 16 June 2016, 14:37:33 UTC
ba29dfb [1.8.x] Fixed #21588 -- Corrected handler initialization in "modifying upload handlers" example. Backport of 8f50ff5b15a742f345dade0848a3fbbf2aff629d from master 09 June 2016, 16:52:44 UTC
0f12924 [1.8.x] Updated release notes links to prevent warnings with Sphinx 1.4.2. Backport of 149ace94dfc10504a0e69462c7737f5ce05340a4 from master 02 June 2016, 15:50:26 UTC
8346d2b [1.8.x] Ignored new warnings when building the docs with Sphinx 1.4. Backport of af3273757397fa88163174546f2b620d7b4837ed from master 02 June 2016, 15:30:49 UTC
c95487e [1.8.x] Refs #26687 -- Made an i18n test not use a hardcoded path separator. 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. 01 June 2016, 14:39:27 UTC
c0a1e19 [1.8.x] Fixed #26687 -- Made an i18n test not use a hardcoded path separator. Fixed a failure on Windows. Backport of e3877c53edb33271b0f31d20e60a924848692026 from master 31 May 2016, 16:01:05 UTC
d4ad28d [1.8.x] Fixed a typo in the docs. Backport of 62e4f8ec435a4b600c8efb071201070a2443477e from master. 31 May 2016, 14:57:31 UTC
4295848 [1.8.x] Fixed #26503 -- Removed an outdated example from session docs. Backport of 698c8dfc2a5c5865a8bb163c1ae70b75d53e6415 from master 31 May 2016, 11:21:23 UTC
17a7ca2 [1.8.x] Fixed typo in docs/topics/forms/modelforms.txt Backport of 26794f6657a9d201d47a0748a449a94ad5d7c66e from master 27 May 2016, 14:31:57 UTC
4f50139 [1.8.x] Added imports to docs/topics/db/aggregation.txt example. Backport of 30d110ef43d8a3c50ea8ec4e4fe49bd2bb859530 from master 25 May 2016, 13:57:55 UTC
141f6e5 [1.8.x] Added missing quotes in openlayers.html template. Backport of a247c1d78978e358543e306edb94f03bd9bf9413 from master 25 May 2016, 13:14:03 UTC
72da26a [1.8.x] Updated GeoIP test for latest database. Backport of a0a1c4fbde4fb652b151a409db46c8ac3829ed2b from master 24 May 2016, 00:49:33 UTC
e06bbf8 [1.8.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txt Backport of 6d9c5d46e644a8ef93b0227fc710e09394a03992 from master 19 May 2016, 01:39:58 UTC
163972e [1.8.x] Fixed code example in docs/howto/custom-lookups.txt Backport of b3acf35f13aae57eb3c8340dd5ff7e61482e2537 from master 06 May 2016, 12:26:27 UTC
74a2bbf [1.8.x] Post-release version bump. 02 May 2016, 22:52:54 UTC
4022b2c [1.8.x] Bumped version for 1.8.13 release. 02 May 2016, 22:39:32 UTC
3b2b517 [1.8.x] Added release date for 1.8.13. 02 May 2016, 22:17:09 UTC
0eb6617 [1.8.x] Added tests for if tag's != operator. Backport of 246020efc59de1a64b52fdda6a460904151dae36 from master 29 April 2016, 16:33:32 UTC
052e1f1 [1.8.x] Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField. Backport of 4681d65048ca2553895e10c2c492997b0a78ffba from master 29 April 2016, 14:17:00 UTC
7934695 [1.8.x] Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide. Thanks Ankush Thakur for the report and Simon for the review. Backport of fe70f280d7ea4402f676696c4013c4a23d4e4990 from master 27 April 2016, 19:26:14 UTC
f8b8bce [1.8.x] Fixed incorrect rendered widget in forms example. Backport of 38ddd4ab553fb6b311c62d15fca7d848f84d539a from master 21 April 2016, 01:08:38 UTC
0a411b2 [1.8.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite. Thanks adamchainz for the report and review. Backport of d3c87a2425b30400c3e6ea76585a9a537b6d0386 from master 18 April 2016, 13:49:31 UTC
a61b26a [1.8.x] Added stub release notes for 1.8.13. Backport of ad3c72118fd79d27c9f958f41d354b59d883d403 from master 13 April 2016, 17:22:08 UTC
7c67508 [1.8.x] Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txt Backport of 4bb3ddbcc674601743c63311d7efbf0e1fd19742 from master 07 April 2016, 17:53:58 UTC
b93fb3e [1.8.x] Post-release version bump. 01 April 2016, 18:02:48 UTC
c168aeb [1.8.x] Bumped version for 1.8.12 release. 01 April 2016, 17:49:13 UTC
539302e [1.8.x] Added release date for 1.8.12. Backport of 93539ba2f42fe56bacefd09a9e8f93b31565f746 from master 01 April 2016, 17:30:53 UTC
5198b0a [1.8.x] Fixed #26438 -- Fixed multiple .objects typos in the docs. Thanks Pablo Oubiña for the report. Backport of 64aba7a8aba06b8be52a1a099b44e1d3be4bdd26 from master 31 March 2016, 22:34:03 UTC
100f28e [1.8.x] Sorted single letter imports per the latest version of isort. Backport of 1c8c0837c61a9e9eb2129df29f75be92e47e926c from master 28 March 2016, 15:59:36 UTC
ca05138 [1.8.x] Fixed #26408 -- Updated link to DEP 182. Thanks kaifeldhoff for the report. Backport of 7b1ce7f from master 25 March 2016, 19:52:33 UTC
0496838 [1.8.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in list_editable. Backport of acfaec3db5ba39de52f6e607e74343dccf72fba1 from master 25 March 2016, 18:57:12 UTC
540b487 [1.8.x] Fixed typo in docs/topics/db/aggregation.txt. Backport of 8550566af6321fe111ac1fe6497720e6ac291824 from master 25 March 2016, 17:38:38 UTC
a2970a0 [1.8.x] Fixed #26392 -- Corrected login_required/permission_required stacking example. Backport of c41737dc00e2c8d34046b9f856f23fcc0cb4a82c from master 21 March 2016, 23:58:44 UTC
08b0a08 [1.8.x] Fixed a broken link in docs/internals/contributing/writing-documentation.txt. Backport of 8b5a4fa941ba6e308b5ebd831b7953440fc0ee9b from master 19 March 2016, 20:19:56 UTC
56f5059 [1.8.x] Fixed #26375 -- Used a more generic name in a reusable template example. Backport of 1d0abeaf757518808aabe9c85a2beaaa340fbc43 from master 18 March 2016, 15:38:47 UTC
5d93131 [1.8.x] Fixed DiscoverRunner failfast parameter default in docs. Backport of f2d9caa625084b0b96d60153f6b26ba43a1ab835 from master 15 March 2016, 22:35:08 UTC
5bd0177 [1.8.x] Removed unnecessary filter kwarg from .get() in a test. Backport of 38086c83aca881aa72bc2eba1e6eadaa76529ed0 from master 14 March 2016, 22:57:59 UTC
1a1a823 [1.8.x] Fixed a few docstring typos. Backport of f8d20da0479b88db5bb5a2a30fa769cbf6d0a5bf from master 12 March 2016, 13:50:50 UTC
c7764ca [1.8.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite. Backport of 4f0cd0fd162122da96978b357ac9fc9534529410 from master 11 March 2016, 00:16:31 UTC
ae4d932 [1.8.x] Fixed indenting in "Serving files in development" code example Backport of 8fb3a2877bac1ecf0e5665389d60eab637d1622e from master 09 March 2016, 03:57:50 UTC
4d1a1bc [1.8.x] Fixed a dead link in django/contrib/sitemaps/__init__.py. Backport of 09e5409cb5b7ed427d4c751fbe2594b485794104 from master 08 March 2016, 18:16:35 UTC
a5e9ae9 [1.8.x] Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an empty string. Backport of 4b129ac81f4fa38004950d0b307f81d1e9b44af8 from master 07 March 2016, 18:22:38 UTC
567658f [1.8.x] Fixed #26331 -- Fixed test function names with typos Backport of 75614f6d4c1a3fe779a75eb3e787452cccd1d814 from master 07 March 2016, 11:56:52 UTC
6d312f9 [1.8.x] Added stub release notes for 1.8.12. Backport of c960af4adb87f8ce87f5698902b68e8332e448cb from master 05 March 2016, 15:02:12 UTC
865bcbc [1.8.x] Post-release version bump. 05 March 2016, 14:42:51 UTC
a98e00f [1.8.x] Bumped version for 1.8.11 release. 05 March 2016, 14:35:22 UTC
beb392b [1.8.x] Added safety to URL decoding in is_safe_url() on Python 2 The errors='replace' parameter to force_text altered the URL before checking it, which wasn't considered sane. Refs 24fc935218 and ada7a4aef. Backport of 552f03869e from master. 04 March 2016, 22:39:46 UTC
28bed24 [1.8.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url() This fixes a regression introduced by c5544d28923. Thanks John Eskew for the reporti and Tim Graham for the review. Backport of ada7a4aef from master. 04 March 2016, 20:16:51 UTC
f294b38 [1.8.x] Added stub release notes for 1.8.11. Backport of 2f0c785a4c2353a3035ba6022cec5e25fb9d569b from master 04 March 2016, 14:48:11 UTC
8b891cf [1.8.x] Fixed #26321 -- Added missing "for_save" parameter in expressions example. Thanks tomaszn for the patch. Backport of de8a11ba18d5902c668d4db47c38c9c6bdf9c1da from master 04 March 2016, 00:38:06 UTC
back to top