| 
							
							
								 Daniel Tao | 4d60261b2a | Fixed #28601 -- Prevented cache.get_or_set() from caching None if default is a callable that returns None. | 2017-10-10 09:20:34 -04:00 |  | 
			
				
					| 
							
							
								 François Freitag | 0e212a705e | Split django.utils.http tests into separate test classes. | 2017-10-10 08:53:01 -04:00 |  | 
			
				
					| 
							
							
								 Hasan Ramezani | 6aec130a4c | Fixed #28591 -- Added an error message for createsuperuser --username= (blank). | 2017-10-09 21:49:35 -04:00 |  | 
			
				
					| 
							
							
								 Mads Jensen | 81d5320db5 | Added tests for Combinable's bitwise logical operation errors. | 2017-10-09 11:49:19 -04:00 |  | 
			
				
					| 
							
							
								 Simon Charette | 9d93dff333 | Fixed #28665 -- Change some database exceptions to NotImplementedError per PEP 249. | 2017-10-06 12:47:08 -04:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 1b823b8f18 | Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Oracle when using more than 65535 parameters. Thanks Tim Graham for the review. | 2017-10-05 18:52:37 +02:00 |  | 
			
				
					| 
							
							
								 Mads Jensen | 86367a11d3 | Added tests for invalid {% for %} usage and ForLoop.__repr__(). | 2017-10-05 11:33:14 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | d0c761d3f8 | Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db. | 2017-10-03 20:17:12 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 27193aea00 | Fixed #28584 -- Dropped support for SQLite < 3.7.15. | 2017-10-03 10:42:18 -04:00 |  | 
			
				
					| 
							
							
								 Tom | f1c007bbf2 | Fixed #28642 -- Added caching to parse_accept_lang_header(). | 2017-10-02 14:07:28 -04:00 |  | 
			
				
					| 
							
							
								 Tom | f04e6732c3 | Refs #27804 -- Used subTest() in parse_accept_lang_header() test. | 2017-10-02 14:04:52 -04:00 |  | 
			
				
					| 
							
							
								 Mads Jensen | aba3467585 | Added tests for invalid {% autoescape %} usage. | 2017-10-02 11:02:58 -04:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 3fb1ad9505 | Fixed incorrect integer division in DeletionTests.test_large_delete_related. | 2017-10-02 10:11:20 -04:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | d896809a3a | Refs #23919 -- Removed unneeded float()/int() calls. | 2017-10-02 08:49:26 -04:00 |  | 
			
				
					| 
							
							
								 Mads Jensen | 41406bf98e | Increased test coverage for db/backends/base/operations.py. | 2017-09-30 19:48:55 -04:00 |  | 
			
				
					| 
							
							
								 Mads Jensen | 25307089bc | Completed test coverage for default template filters. | 2017-09-30 18:34:51 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | dd82f33271 | Fixed #27979 -- Made MySQL raise IntegrityError rather than OperationalError when saving negative numbers in PositiveInteger fields. | 2017-09-29 15:20:32 -04:00 |  | 
			
				
					| 
							
							
								 Mads Jensen | 3e72f4b7b6 | Completed test coverage for BasePasswordHasher. | 2017-09-29 09:28:25 -04:00 |  | 
			
				
					| 
							
							
								 Mads Jensen | 776f6902d9 | Moved BasePasswordHasher tests to its own test case. | 2017-09-29 09:28:24 -04:00 |  | 
			
				
					| 
							
							
								 Mads Jensen | d917c17a3b | Completed test coverage for AnonymousUser. | 2017-09-28 13:11:23 -04:00 |  | 
			
				
					| 
							
							
								 Mads Jensen | 7fce4dc5ff | Moved AnonymousUser tests to its own test case. | 2017-09-28 13:11:07 -04:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | fc6528b25a | Fixed #28629 -- Made tree.Node instances hashable. Regression in 508b5debfbwhich
added Node.__eq__(). | 2017-09-28 12:07:19 -04:00 |  | 
			
				
					| 
							
							
								 Mads Jensen | 129f4900be | Added tests for RequestSite.__init__() and __str__(). | 2017-09-28 08:16:21 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 2015f5f134 | Added a separate test class for RequestSite. | 2017-09-28 08:14:17 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 1d8cfa3608 | Fixed #28626 -- Dropped support for PostgreSQL 9.3. Thanks Simon Charette for the introspection changes. | 2017-09-27 11:00:04 -04:00 |  | 
			
				
					| 
							
							
								 Mads Jensen | 8ddbe01760 | Added a test for pbkdf2()'s default digest algorithm. | 2017-09-27 10:36:26 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | c7e9e22695 | Added cleanup for an introspection test. | 2017-09-27 09:51:49 -04:00 |  | 
			
				
					| 
							
							
								 Josh Schneier | e8c4596329 | Fixed #28562 -- Fixed DecimalValidator handling of positive exponent scientific notation. | 2017-09-27 09:42:04 -04:00 |  | 
			
				
					| 
							
							
								 Mads Jensen | 4803834aaa | Added a test for PermWrapper.__iter__(). | 2017-09-26 19:42:50 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | cfff2af02b | Fixed #27857 -- Dropped support for Python 3.4. | 2017-09-25 17:11:03 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | a80903b711 | Removed DatabaseFeatures.supports_microsecond_precision. MySQL 5.5 (refs #28552) was the last database to use it. | 2017-09-25 14:48:15 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 8a1768432b | Fixed #28552 -- Dropped support for MySQL 5.5. | 2017-09-25 14:48:11 -04:00 |  | 
			
				
					| 
							
							
								 Mads Jensen | c0d968ea1f | Added a test for TranslatableFile.__eq__(). | 2017-09-25 10:22:38 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 67a6ba391b | Reverted "Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS." This reverts commit 95993a89ce. | 2017-09-25 09:05:00 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 4a461d49c7 | Advanced deprecation warnings for Django 2.1. | 2017-09-22 12:51:19 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 2bd207ada0 | Refs #15667 -- Removed support for Widget.render() methods without the renderer argument. Per deprecation timeline. | 2017-09-22 12:51:18 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | ba42456c2e | Refs #27648 -- Removed support for (iLmsu) regex groups in url() patterns. Per deprecation timeline. | 2017-09-22 12:51:18 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 5bcca2a056 | Refs #27532 -- Removed Model._meta.has_auto_field per deprecation timeline. | 2017-09-22 12:51:18 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 48d57788ee | Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline. | 2017-09-22 12:51:18 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 4502489a46 | Refs #18974 -- Removed @models.permalink() decorator per deprecation timeline. | 2017-09-22 12:51:18 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 5e31be1b96 | Refs #25187 -- Required the authenticate() method of authentication backends to have request as the first positional argument. Per deprecation timeline. | 2017-09-22 12:51:18 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 578711c310 | Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation timeline. | 2017-09-22 12:51:18 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | e62165b898 | Refs #27175 -- Removed exception silencing from the {% include %} template tag. Per deprecation timeline. | 2017-09-22 12:51:18 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 96107e2844 | Refs #26956 -- Removed the host parameter of django.utils.http.is_safe_url(). Per deprecation timeline. | 2017-09-22 12:51:18 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | e47b56d791 | Refs #20892 -- Removed support for passing pylibmc behavior settings as top-level attributes of CACHES['OPTIONS']. Per deprecation timeline. | 2017-09-22 12:51:17 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 87d2240e6c | Refs #27067 -- Removed django.utils.translation.string_concat() per deprecation timeline. | 2017-09-22 12:51:17 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 6e40b70bf4 | Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_then_login(). Per deprecation timeline. | 2017-09-22 12:51:17 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 4f313e284e | Refs #17209 -- Removed login/logout and password reset/change function-based views. Per deprecation timeline. | 2017-09-22 12:51:17 -04:00 |  | 
			
				
					| 
							
							
								 Nicolas Delaby | 01d440fa1e | Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) support. Thanks Anssi Kääriäinen for contributing to the patch. | 2017-09-22 11:53:17 -04:00 |  | 
			
				
					| 
							
							
								 Anssi Kääriäinen | 771e06af2a | Added a test for QuerySet.select_related() reverse caching. | 2017-09-21 14:25:42 -04:00 |  |