| 
							
							
								 Markus Holtermann | da224d6be0 | Refs #24104 -- Added missing release notes Forwardport of 3d4a826174from stable/1.7.x | 2015-01-27 15:35:34 +01:00 |  | 
			
				
					| 
							
							
								 seanwestfall | 7a90b53d60 | Fixed #24053 -- Removed admin CSS & images for IE6 & 7. | 2015-01-27 07:48:11 -05:00 |  | 
			
				
					| 
							
							
								 Josh Smeaton | e77c1bc181 | Refs #24154 -- Added deprecation release notes | 2015-01-27 15:30:59 +11:00 |  | 
			
				
					| 
							
							
								 Josh Smeaton | 8196e4bdf4 | Fixed #24154 -- Backends can now check support for expressions | 2015-01-27 12:20:06 +11:00 |  | 
			
				
					| 
							
							
								 Tomáš Ehrlich | 511be35779 | Fixed #24220 - Allowed lazy objects for success_url | 2015-01-26 17:58:55 +01:00 |  | 
			
				
					| 
							
							
								 Tomáš Ehrlich | ea0ea7859a | Fixed #24221 - Used precompiled regexp for percent-placeholder matching. | 2015-01-26 10:48:31 -05:00 |  | 
			
				
					| 
							
							
								 Collin Anderson | ee23e03637 | Fixed #24190 -- Clarified len(queryset) | 2015-01-24 10:14:18 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 0386b97706 | Fixed test_runner test failure on Python 3.5; refs #23763. Python change is http://bugs.python.org/issue22032 | 2015-01-23 16:23:32 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 1e219ac62f | Moved imports in GIS tests to avoid failure if dependencies aren't installed. | 2015-01-23 16:03:30 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 1cd41874d5 | Fixed typo in docs/ref/contrib/postgres/forms.txt. | 2015-01-23 15:05:58 -05:00 |  | 
			
				
					| 
							
							
								 Florian Apolloner | 16ee52d21d | Fixed #24205 -- Deprecated Signal.disconnect weak parameter. | 2015-01-23 14:37:12 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 851f5bd413 | Clarified docstring in dispatch/dispatcher.py | 2015-01-23 12:59:59 -05:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | f8e4e4a935 | Fixed warning leak in static.serve() test Partial forward port of b1bf8d64fbfrom 1.7.x. Refs #24193. | 2015-01-23 09:09:48 +01:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 4135d83702 | Isolated a flatpages test; refs #11505. | 2015-01-22 15:25:47 -05:00 |  | 
			
				
					| 
							
							
								 Ng Zhi An | 4669b6a807 | Fixed #24170 -- Implemented decompress for BaseRangeField widgets | 2015-01-22 19:36:15 +00:00 |  | 
			
				
					| 
							
							
								 Andriy Sokolovskiy | 38c17871bb | Fixed #24104 -- Fixed check to look on field.many_to_many instead of class instance | 2015-01-22 18:41:19 +01:00 |  | 
			
				
					| 
							
							
								 Loic Bistuer | d450af8a26 | Fixed small inconsistency when handling aggregate's default_alias. Refs #14030. | 2015-01-22 00:44:14 +07:00 |  | 
			
				
					| 
							
							
								 Adam Taylor | 039465a6a7 | Fixed typos in code comments. | 2015-01-20 12:18:03 -05:00 |  | 
			
				
					| 
							
							
								 Simon Charette | dccf41cff0 | Fixed #24186 -- Fixed a typo in the admin docs. Thanks to Keryn Knight for the report. | 2015-01-20 11:45:57 -05:00 |  | 
			
				
					| 
							
							
								 Markus Holtermann | 64ecb3f07d | Refs #24163 -- Fixed failing Oracle test when migrating from ForeignKey to OneToOneField Thanks Tim Graham for review | 2015-01-20 16:19:11 +01:00 |  | 
			
				
					| 
							
							
								 Tim Graham | be1357e709 | Fixed a query failure on Python 3.5; refs #23763. The failure was introduced in Django by
c7fd9b242dand the change in
Python 3.5 is https://hg.python.org/cpython/rev/a3c345ba3563. | 2015-01-20 08:13:53 -05:00 |  | 
			
				
					| 
							
							
								 Marc Tamlyn | 0ae94d0d31 | Fixes #24169 -- More arrayfield specific lookups. varchar()[] cannot compare itself to text[]
Thanks to joelburton for the patch. | 2015-01-20 09:52:23 +00:00 |  | 
			
				
					| 
							
							
								 Josh Smeaton | 61c102d010 | Fixed #24183 -- Fixed wrong comparisons in Substr | 2015-01-20 12:09:15 +11:00 |  | 
			
				
					| 
							
							
								 Markus Holtermann | 7f20041bca | Fixed #24155 -- Maintained kwargs and import order in migration writer Thanks Tomas Dobrovolny for the report and Tim Graham for the review. | 2015-01-20 01:24:41 +01:00 |  | 
			
				
					| 
							
							
								 Fabio C. Barrionuevo da Luz | bd691f4586 | Fixed #24177 -- Added documentation about database view support in inspectdb | 2015-01-20 01:07:34 +01:00 |  | 
			
				
					| 
							
							
								 Jakub Wilk | beed786b81 | Updated my e-mail address in AUTHORS. | 2015-01-19 15:42:44 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | b19b81b396 | Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+ | 2015-01-19 15:12:57 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | f6019312ba | Added Django 2.1 stub to deprecation timeline. | 2015-01-19 13:08:24 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 378a0d27d6 | Advanced deprecation warnings for Django 1.9. | 2015-01-19 12:22:41 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 33457cd3b0 | Removed IPAddressField per deprecation timeline; refs #20439. | 2015-01-19 11:12:57 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 5008a4db44 | Removed legacy ORM lookup support per deprecation timeline; refs #16187. | 2015-01-19 11:11:30 -05:00 |  | 
			
				
					| 
							
							
								 Markus Holtermann | 5792e6a88c | Fixed #24163 -- Removed unique constraint after index on MySQL Thanks Łukasz Harasimowicz for the report. | 2015-01-19 16:52:26 +01:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 8e435a5640 | Added deprecation docs for legacy lookup support; refs #16187. | 2015-01-19 09:42:26 -05:00 |  | 
			
				
					| 
							
							
								 R3v1L | 4a5512a61d | Refs #16905 -- Replaced call to removed method in runserver Regression introduced in 0f169098ef | 2015-01-19 12:26:00 +01:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | eb6e12ca6f | Fixed header of contrib.postgres translation catalog | 2015-01-19 10:19:04 +01:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 840f2bfae6 | Copied additional items from deprecation timeline to 1.9 release notes. | 2015-01-18 21:57:38 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | ecf109f215 | Added missing items to deprecation timeline/1.7 release notes. | 2015-01-18 21:23:06 -05:00 |  | 
			
				
					| 
							
							
								 Josh Smeaton | 69c6a6868f | Fixed #24174 -- Fixed extra order by descending | 2015-01-19 12:51:27 +11:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 2fa2068406 | Removed an unused import and a flake8 exclude that caused it to be missed. | 2015-01-18 20:02:15 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | b84100e8e2 | Removed usage of deprecated removetags in a template test. | 2015-01-18 18:32:47 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | cf5b67d3a0 | Removed deprecated Apps methods per deprecation timeline. | 2015-01-18 18:07:41 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 6e13c0490d | Changed RedirectView.permanent to False per deprecation timeline; refs #21587. | 2015-01-18 17:43:06 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | bd98926f0e | Removed an obsolete comment in django/apps/config.py | 2015-01-18 16:30:45 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 89e9f81601 | Clarified deprecation of forms.forms.get_declared_fields(); refs #19617. | 2015-01-18 16:06:56 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 2b039d966f | Removed obsolete SQL generation methods. | 2015-01-18 15:58:06 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 7e8cf74dc7 | Removed support for syncing apps without migrations per deprecation timeline. Kept support for creating models without migrations when running tests
(especially for Django's test suite). | 2015-01-18 15:58:06 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 9704b0a82e | Removed forms.forms.get_declared_fields() per deprecation timeline; refs #19617. | 2015-01-18 15:55:01 -05:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 40f122c8f5 | Added contrib.postgres translation catalog Forward port of 8c8a1a084from stable/1.8.x. | 2015-01-18 21:02:54 +01:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 0f169098ef | Removed BaseCommand.validate() per deprecation timeline; refs #16905. | 2015-01-18 14:49:51 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 67a76500a5 | Removed support for admin validators per deprecation timeline; refs #16905. | 2015-01-18 14:43:21 -05:00 |  |