| 
							
							
								 Tim Graham | 1ebd295082 | Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering. Thanks Preston Timmons for review. | 2017-04-29 19:00:21 -04:00 |  | 
			
				
					| 
							
							
								 shinriyo | d510971088 | Fixed typo in docs/topics/auth/default.txt. | 2017-04-29 06:56:28 -04:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | f3427ccb25 | Refs #28138 -- Added release notes for d52577b62b. | 2017-04-28 13:15:05 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | f04a404917 | Fixed #28130 -- Fixed formset min_num validation with initial, unchanged forms. Regression in f5c6295797. | 2017-04-28 09:32:40 -04:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 301de774c2 | Refs #27795 -- Replaced many force_text() with str() Thanks Tim Graham for the review. | 2017-04-27 09:10:02 +02:00 |  | 
			
				
					| 
							
							
								 Daniel F Moisset | 8ab7ce8558 | Fixed #28037 -- Clarified that QueryDict.items()/values() are generators. | 2017-04-26 20:51:28 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 31e0b3b40b | Added links and cosmetic edits to docs/ref/request-response.txt. | 2017-04-26 20:48:59 -04:00 |  | 
			
				
					| 
							
							
								 Josh Schneier | a1b2c1d76e | Fixed #28137 -- Deprecated HttpRequest.xreadlines(). | 2017-04-26 19:39:22 -04:00 |  | 
			
				
					| 
							
							
								 kapil garg | 278a09ac1f | Fixed #27730 -- Doc'd that template vars created outside a block can't be used in it. | 2017-04-26 14:54:57 -04:00 |  | 
			
				
					| 
							
							
								 Josh Schneier | 9b538badb1 | Refs #23919 -- Removed File's Python 2 proxied methods. | 2017-04-26 14:44:07 -04:00 |  | 
			
				
					| 
							
							
								 Ingo Klöcker | f3ac398dd5 | Fixed #27644 -- Doc'd FileSystemStorage.get_created_time(). | 2017-04-26 13:33:35 -04:00 |  | 
			
				
					| 
							
							
								 Nauman Tariq | 6684af1e43 | Added content_type filtering in Permission querying example. | 2017-04-26 13:28:06 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 8f50ca11eb | Clarified "newly-introduced features" in the supported versions policy. | 2017-04-26 09:48:55 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 19a23fe562 | Fixed #28074 -- Doc'd template-based widget rendering changes for contrib.gis. | 2017-04-26 09:45:33 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | bce5cc57e9 | Fixed #28125 -- Clarified 1.11 release note about Template.render() prohibiting non-dict context. | 2017-04-26 09:40:48 -04:00 |  | 
			
				
					| 
							
							
								 Paolo Melchiorre | fcb5dbfec0 | Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.postgres. | 2017-04-25 20:21:36 -04:00 |  | 
			
				
					| 
							
							
								 Josh Schneier | 98ee57e343 | Removed nonexistent methods from File's docs. read() and write() were removed in 68a890e79f. | 2017-04-25 19:49:00 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 56970c5b61 | Fixed #28122 -- Fixed crash when overriding views.static.directory_index()'s template. | 2017-04-25 11:01:21 -04:00 |  | 
			
				
					| 
							
							
								 Michiel Beijen | 5e8625ba64 | Renamed "Mac OS X" to "macOS" in docs. | 2017-04-24 20:16:09 -04:00 |  | 
			
				
					| 
							
							
								 Simon Charette | 8ef35468b6 | Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_field. Thanks Kristian Klette for the report and Tim for the help. | 2017-04-23 00:21:27 -04:00 |  | 
			
				
					| 
							
							
								 Simon Charette | c0f12a098c | Fixed #28109 -- Corrected the stack level of unordered queryset pagination warnings. Refs #26290.
Thanks Tim for the review. | 2017-04-22 14:08:57 -04:00 |  | 
			
				
					| 
							
							
								 Jon Dufresne | 581879a510 | Fixed #28075 -- Prevented ChoiceWidget from localizing option values. | 2017-04-21 12:14:40 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | b7dc998087 | Added "reraising" to docs/spelling_wordlist | 2017-04-20 13:03:24 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 8b767986ba | Refs #28091 -- Forwardported 1.11.1 release note. | 2017-04-20 12:58:24 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | d2cb7a2bc1 | Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets(). | 2017-04-20 11:36:40 -04:00 |  | 
			
				
					| 
							
							
								 Markus Holtermann | 6d7cbe67f0 | Removed inappropriate highlighting in committing-code.txt. | 2017-04-20 11:32:56 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | af1f986360 | Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple_input.html. Regression in b52c73008a | 2017-04-20 10:06:34 -04:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 43b4a1618e | Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses Regression in 7ec330eeb9.
Thanks Tim Graham for the review. | 2017-04-19 19:32:46 +02:00 |  | 
			
				
					| 
							
							
								 Tim Graham | dff559ff83 | Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget. | 2017-04-19 12:59:30 -04:00 |  | 
			
				
					| 
							
							
								 InvalidInterrupt | dda596ca32 | Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data. | 2017-04-17 09:58:19 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | c09bf8d767 | Fixed #28058 -- Restored empty BoundFields evaluating to True. Regression in b52c73008a | 2017-04-17 08:32:29 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 8c6a3062dd | Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML debug page. Regression in 7b6dccc82f | 2017-04-15 09:21:35 -04:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 89a080fc05 | Doc'd a release task for translated docs. | 2017-04-15 09:19:16 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 83cbb8d080 | Fixed #28067 -- Clarified __str__() return type when using python_2_unicode_compatible(). | 2017-04-14 08:05:58 -04:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 7741d4e878 | Double quoted HTML attributes in widget docs | 2017-04-14 08:47:50 +02:00 |  | 
			
				
					| 
							
							
								 Sergey Fedoseev | 33421ed10c | Corrected docs regarding MySQL support of Length GIS function. | 2017-04-12 08:59:47 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 45d65fc3f2 | Fixed #28069 -- Moved setup_test_environment() warning in tutorial 5. Updated for 17e661641d. | 2017-04-12 08:17:46 -04:00 |  | 
			
				
					| 
							
							
								 Christoph Schindler | 7060f777b0 | Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt. The format changed in 22bfc45146. | 2017-04-11 12:30:58 -04:00 |  | 
			
				
					| 
							
							
								 Ran Benita | 2a6b4e6521 | Updated docs after changing select_for_update() to raise NotSupportedError. Follow up to 054a44d6f0. | 2017-04-11 11:52:53 -04:00 |  | 
			
				
					| 
							
							
								 Taavi Teska | 5dbf1c4b23 | Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate to forms. | 2017-04-10 14:24:44 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | d825ac6dfa | Clarified HStoreField model/form difference in 1.11 release notes. | 2017-04-10 12:31:36 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | fce7827101 | Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneToOneField pk. Regression in 1bc249c2a6. | 2017-04-10 09:51:51 -04:00 |  | 
			
				
					| 
							
							
								 Paolo Melchiorre | eac396a5d0 | Fixed typos in docs/topic/db/search.txt. | 2017-04-08 07:26:15 -04:00 |  | 
			
				
					| 
							
							
								 kalombo | dd00184892 | Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachments arg. | 2017-04-07 18:02:34 -04:00 |  | 
			
				
					| 
							
							
								 Simon Charette | a354c69055 | Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL. Reverted 658f1e8which broke code using __icontains's implicit cast to ::text
on ArrayField.
Thanks Peter J. Farrell for the report. | 2017-04-07 16:47:52 -04:00 |  | 
			
				
					| 
							
							
								 Markus Holtermann | d3cf75ec6f | Fixed #28051 -- Made migrations respect Index's name argument. Thanks Marc Tamlyn for the report and Tim Graham for the review. | 2017-04-07 11:47:53 -04:00 |  | 
			
				
					| 
							
							
								 Ingo Klöcker | c4536c4a54 | Fixed #27777 -- Made File.open() work with the with statement (#8310) Fixed #27777 -- Made File.open() work with the with statement | 2017-04-07 14:21:06 +02:00 |  | 
			
				
					| 
							
							
								 Raphael Michel | bde814142a | Fixed #22654 -- Broken decimal validation | 2017-04-07 12:45:08 +02:00 |  | 
			
				
					| 
							
							
								 Richard Barrell | 351835f262 | Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537). | 2017-04-06 09:09:49 -04:00 |  | 
			
				
					| 
							
							
								 Sudhanshu Mishra | 9f0c82971d | Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt. | 2017-04-05 07:23:40 -04:00 |  |