François Freitag 
							
						 
					 
					
						
						
							
						
						a2e97abd81 
					 
					
						
						
							
							Fixed   #29159  -- Made ModelChoiceIterator reuse QuerySet result cache.  
						
						... 
						
						
						
						When __len__() is called (e.g. when casting to list or tuple), the
QuerySet is evaluated and the result cache populated. iterator()
shouldn't be called on the QuerySet after that, as it would reset the
result cache and trigger a second query. 
						
						
					 
					
						2018-03-01 14:17:56 -05:00 
						 
				 
			
				
					
						
							
							
								François Freitag 
							
						 
					 
					
						
						
							
						
						40f0aa9885 
					 
					
						
						
							
							Fixed   #29158  -- Fixed len(choices) crash if ModelChoiceField's queryset is a manager.  
						
						... 
						
						
						
						Removing all() in __iter__() prevents a duplicate query when choices are
cast to a list and there's a prefetch_related(). 
						
						
					 
					
						2018-03-01 14:12:14 -05:00 
						 
				 
			
				
					
						
							
							
								François Freitag 
							
						 
					 
					
						
						
							
						
						06172d7bc2 
					 
					
						
						
							
							Consolidated ModelChoiceField tests.  
						
						
						
						
					 
					
						2018-03-01 14:05:35 -05:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						94a180402c 
					 
					
						
						
							
							Refs  #27728  -- Fixed thread safety of admin template tags.  
						
						... 
						
						
						
						Regression in 5cc28dc752 
						
						
					 
					
						2018-03-01 11:45:08 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						4c02e3cda3 
					 
					
						
						
							
							Refs  #27728  -- Made cosmetic edits to admin template tag template overriding.  
						
						
						
						
					 
					
						2018-03-01 11:45:08 -05:00 
						 
				 
			
				
					
						
							
							
								Tomáš Ehrlich 
							
						 
					 
					
						
						
							
						
						fa352626c2 
					 
					
						
						
							
							Fixed   #29172  -- Fixed crash with Window expression in a subquery.  
						
						
						
						
					 
					
						2018-03-01 10:24:14 -05:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						ba4a986240 
					 
					
						
						
							
							Refs  #28459  -- Improved performance of time difference expressions on MySQL.  
						
						
						
						
					 
					
						2018-03-01 14:42:21 +05:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						75527c0f83 
					 
					
						
						
							
							Updated translations from Transifex  
						
						... 
						
						
						
						Forward port of 2126e9317e 
						
						
					 
					
						2018-02-28 20:06:52 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						54f80430be 
					 
					
						
						
							
							Fixed   #29166  -- Fixed crash in When() expression with a list argument.  
						
						... 
						
						
						
						Thanks Matthew Pava for the report and Tim Graham and Carlton Gibson for
reviews.
Regression in 19b2dfd1bf 
						
						
					 
					
						2018-02-28 18:05:23 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						3fb718f17d 
					 
					
						
						
							
							Eliminated the need to modify a model forms test when new test files are added.  
						
						
						
						
					 
					
						2018-02-28 10:26:26 -05:00 
						 
				 
			
				
					
						
							
							
								Raffaele Salmaso 
							
						 
					 
					
						
						
							
						
						5cc28dc752 
					 
					
						
						
							
							Fixed   #27728  -- Allowed overriding admin templatetags templates.  
						
						
						
						
					 
					
						2018-02-28 08:49:40 +01:00 
						 
				 
			
				
					
						
							
							
								René Fleschenberg 
							
						 
					 
					
						
						
							
						
						6e52e2554d 
					 
					
						
						
							
							Fixed incorrect regex in re_path() example.  
						
						
						
						
					 
					
						2018-02-26 19:57:52 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						56a302f338 
					 
					
						
						
							
							Fixed   #29141  -- Corrected BCryptPasswordHasher's docstring about truncation.  
						
						
						
						
					 
					
						2018-02-26 14:07:38 -05:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						074a2f7f58 
					 
					
						
						
							
							Refs  #28909  -- Simplifed code using unpacking generalizations.  
						
						
						
						
					 
					
						2018-02-26 18:23:31 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						5b589a47b9 
					 
					
						
						
							
							Fixed   #29161  -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.  
						
						
						
						
					 
					
						2018-02-26 09:05:18 -05:00 
						 
				 
			
				
					
						
							
							
								Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) 
							
						 
					 
					
						
						
							
						
						c4fa0143f7 
					 
					
						
						
							
							Removed "Remove any old versions of Django" install instructions.  
						
						... 
						
						
						
						They are obsolete given the prevalence of pip. 
						
						
					 
					
						2018-02-26 08:58:56 -05:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						61596f40ad 
					 
					
						
						
							
							Removed unnecessary setdefault() from CheckRegistry.register().  
						
						
						
						
					 
					
						2018-02-26 08:54:55 -05:00 
						 
				 
			
				
					
						
							
							
								Becky Smith 
							
						 
					 
					
						
						
							
						
						8116e588db 
					 
					
						
						
							
							Fixed   #17962  -- Added ModelAdmin.get_deleted_objects().  
						
						
						
						
					 
					
						2018-02-24 20:41:43 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						9822d88ca0 
					 
					
						
						
							
							Removed using argument from admin's get_deleted_objects().  
						
						
						
						
					 
					
						2018-02-24 09:21:13 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						0fa6ab8c18 
					 
					
						
						
							
							Tested the admin's delete_selected action when it receives nonexistent pks.  
						
						
						
						
					 
					
						2018-02-24 09:21:13 -05:00 
						 
				 
			
				
					
						
							
							
								a8568730 
							
						 
					 
					
						
						
							
						
						ba37ee9ef8 
					 
					
						
						
							
							Fixed   #28635  -- Fixed admin's preserved filters if the URL contains non-ASCII characters.  
						
						
						
						
					 
					
						2018-02-23 15:40:11 -05:00 
						 
				 
			
				
					
						
							
							
								Sebastian Sangervasi 
							
						 
					 
					
						
						
							
						
						7905815510 
					 
					
						
						
							
							Fixed   #27449  -- Added django.utils.translation.get_supported_language_variant().  
						
						
						
						
					 
					
						2018-02-23 14:49:00 -05:00 
						 
				 
			
				
					
						
							
							
								Hasan Ramezani 
							
						 
					 
					
						
						
							
						
						5033999153 
					 
					
						
						
							
							Fixed   #29154  -- Corrected examples in pluralize docstring and added tests.  
						
						
						
						
					 
					
						2018-02-23 14:20:00 -05:00 
						 
				 
			
				
					
						
							
							
								bobort 
							
						 
					 
					
						
						
							
						
						f82de6bfb1 
					 
					
						
						
							
							Refs  #28643  -- Added Ord, Chr, Left, and Right database functions.  
						
						
						
						
					 
					
						2018-02-23 10:23:22 -05:00 
						 
				 
			
				
					
						
							
							
								Matthew Schinckel 
							
						 
					 
					
						
						
							
						
						c412926a2e 
					 
					
						
						
							
							Fixed   #29142  -- Fixed crash when OuterRef is used with an operator.  
						
						
						
						
					 
					
						2018-02-23 09:38:16 -05:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						f5c6fc045a 
					 
					
						
						
							
							Added backticks around obj argument in admin docs.  
						
						
						
						
					 
					
						2018-02-22 11:15:04 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						16436f3751 
					 
					
						
						
							
							Removed unused opts argument from admin's get_deleted_objects().  
						
						... 
						
						
						
						Unused since e12b3199d0 
						
						
					 
					
						2018-02-21 13:32:13 -05:00 
						 
				 
			
				
					
						
							
							
								Roger Erens 
							
						 
					 
					
						
						
							
						
						a94fd8a8d9 
					 
					
						
						
							
							Used a CSS positioning in tutorial 6 that doesn't differ across browsers.  
						
						... 
						
						
						
						Otherwise in Firefox, the <html> and <body> elements take just as much height
is needed for the content and so the image doesn't appear at the bottom of the
window. 
						
						
					 
					
						2018-02-21 12:07:24 -05:00 
						 
				 
			
				
					
						
							
							
								Mikhail Porokhovnichenko 
							
						 
					 
					
						
						
							
						
						14e34dcf8c 
					 
					
						
						
							
							Fixed   #29132  -- Avoided connecting update_last_login() handler if User.last_login isn't a field.  
						
						
						
						
					 
					
						2018-02-21 10:36:31 -05:00 
						 
				 
			
				
					
						
							
							
								Sebastian Sangervasi 
							
						 
					 
					
						
						
							
						
						5c4c87e55c 
					 
					
						
						
							
							Changed "language-code" to the more commonly used "language code".  
						
						
						
						
					 
					
						2018-02-21 09:31:05 -05:00 
						 
				 
			
				
					
						
							
							
								Tom Forbes 
							
						 
					 
					
						
						
							
						
						33ac036a6b 
					 
					
						
						
							
							Fixed   #28398  -- Added suggestions for mistyped management commands.  
						
						
						
						
					 
					
						2018-02-21 09:00:49 -05:00 
						 
				 
			
				
					
						
							
							
								Sebastian Sangervasi 
							
						 
					 
					
						
						
							
						
						f7b46f0b58 
					 
					
						
						
							
							Removed unneeeded inner import in i18n tests.  
						
						
						
						
					 
					
						2018-02-21 08:59:31 -05:00 
						 
				 
			
				
					
						
							
							
								Oliver Sauder 
							
						 
					 
					
						
						
							
						
						6f0b8c1c9e 
					 
					
						
						
							
							Fixed   #28442  -- Fixed crash with nested OuterRefs that reference AutoField.  
						
						
						
						
					 
					
						2018-02-20 21:58:43 -05:00 
						 
				 
			
				
					
						
							
							
								Chillar Anand 
							
						 
					 
					
						
						
							
						
						e8e0cfa9e5 
					 
					
						
						
							
							Fixed   #28755  -- Made check_for_language() include apps' locale directories.  
						
						
						
						
					 
					
						2018-02-20 21:34:40 -05:00 
						 
				 
			
				
					
						
							
							
								Seohong Park 
							
						 
					 
					
						
						
							
						
						9716860596 
					 
					
						
						
							
							Fixed   #29146  -- Readded ^ and $ inadvertently removed from re_path() examples.  
						
						
						
						
					 
					
						2018-02-20 21:31:30 -05:00 
						 
				 
			
				
					
						
							
							
								Douwe Osinga 
							
						 
					 
					
						
						
							
						
						195610227d 
					 
					
						
						
							
							Updated project template to use single quotes where appropriate.  
						
						
						
						
					 
					
						2018-02-20 18:52:28 -05:00 
						 
				 
			
				
					
						
							
							
								Williams Mendez 
							
						 
					 
					
						
						
							
						
						2691ed7ba1 
					 
					
						
						
							
							Fixed   #29140  -- Fixed EmailMessage crash when body is None.  
						
						
						
						
					 
					
						2018-02-20 09:34:01 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						548f78ba46 
					 
					
						
						
							
							Removed redundant lookup name in register_lookup() calls.  
						
						
						
						
					 
					
						2018-02-19 13:12:13 -05:00 
						 
				 
			
				
					
						
							
							
								dizballanze 
							
						 
					 
					
						
						
							
						
						eb002e7892 
					 
					
						
						
							
							Fixed   #29135  -- Prevented get_object/list_or_404() from hiding AttributeError raised by QuerySet filtering.  
						
						
						
						
					 
					
						2018-02-19 10:51:15 -05:00 
						 
				 
			
				
					
						
							
							
								Dylan Verheul 
							
						 
					 
					
						
						
							
						
						9b1125bfc7 
					 
					
						
						
							
							Fixed   #28379  -- Made AccessMixin raise Permissiondenied for authenticated users.  
						
						
						
						
					 
					
						2018-02-16 13:58:55 -05:00 
						 
				 
			
				
					
						
							
							
								Andreas Pelme 
							
						 
					 
					
						
						
							
						
						e307ff29d2 
					 
					
						
						
							
							Fixed   #27810  -- Allowed query expressions in admin_order_field.  
						
						
						
						
					 
					
						2018-02-15 21:00:31 -05:00 
						 
				 
			
				
					
						
							
							
								Herbert Parentes Fortes Neto 
							
						 
					 
					
						
						
							
						
						d368784bac 
					 
					
						
						
							
							Fixed   #28171  -- Added an exception if Form's empty_permitted and use_required_attribute arguments conflict.  
						
						
						
						
					 
					
						2018-02-15 13:44:26 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						e917ea6bec 
					 
					
						
						
							
							Fixed   #29126  -- Doc'd the behavior of QuerySet.update_or_create() with manually specified pks.  
						
						
						
						
					 
					
						2018-02-15 13:17:37 -05:00 
						 
				 
			
				
					
						
							
							
								Tomer Chachamu 
							
						 
					 
					
						
						
							
						
						7ec0fdf62a 
					 
					
						
						
							
							Fixed   #28693  -- Fixed crash in CsrfViewMiddleware when an HTTPS request has an invalid host.  
						
						
						
						
					 
					
						2018-02-14 20:24:01 -05:00 
						 
				 
			
				
					
						
							
							
								Haki Benita 
							
						 
					 
					
						
						
							
						
						ff5517988a 
					 
					
						
						
							
							Fixed   #28933  -- Improved the efficiency of ModelAdmin.date_hierarchy queries.  
						
						
						
						
					 
					
						2018-02-14 19:15:41 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						fe99fb860f 
					 
					
						
						
							
							Removed AuthenticationForm.get_user_id().  
						
						... 
						
						
						
						Unused since aab3a418ac 
						
						
					 
					
						2018-02-14 19:09:06 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						f5c9bbd3e3 
					 
					
						
						
							
							Made cosmetic edits to contrib.admin.filters.  
						
						
						
						
					 
					
						2018-02-14 13:40:24 -05:00 
						 
				 
			
				
					
						
							
							
								Haki Benita 
							
						 
					 
					
						
						
							
						
						98dd943893 
					 
					
						
						
							
							Added tests for the date_hierarchy template tag.  
						
						
						
						
					 
					
						2018-02-14 13:36:10 -05:00 
						 
				 
			
				
					
						
							
							
								Haki Benita 
							
						 
					 
					
						
						
							
						
						2014db50f4 
					 
					
						
						
							
							Removed redundant filtering in date_hierarchy template tag.  
						
						... 
						
						
						
						cl.queryset is already filtered by the current selections. 
						
						
					 
					
						2018-02-13 14:12:40 -05:00 
						 
				 
			
				
					
						
							
							
								Sanyam Khurana 
							
						 
					 
					
						
						
							
						
						5a669ae2f4 
					 
					
						
						
							
							Fixed   #29106  -- Made DiscoverRunner display selected test tags.  
						
						
						
						
					 
					
						2018-02-13 12:56:31 -05:00