| 
							
							
								 Tim Graham | 2af8cd22a9 | Imported specific functions in tests.utils_tests.test_html. | 2017-02-02 07:23:10 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 597bfcbf8b | Removed unused ExceptionReporter.format_exception() method. Unused since its introduction in e7e4b8b0f7. | 2017-02-01 19:55:31 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 0205e04ce7 | Removed ExceptionReporter support for string exceptions. Reverted refs #6423 since raising string exceptions is prohibited
since Python 2.5. | 2017-02-01 19:47:39 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 924af638e4 | Fixed #27683 -- Made MySQL default to the read committed isolation level. Thanks Shai Berger for test help and Adam Johnson for review. | 2017-02-01 15:34:17 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | c4e18bb1ce | Refs #27683 -- Split up MySQL isolation level tests. | 2017-02-01 13:12:59 -05:00 |  | 
			
				
					| 
							
							
								 Vytis Banaitis | 8838d4dd49 | Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. | 2017-02-01 11:41:56 -05:00 |  | 
			
				
					| 
							
							
								 Ling-Xiao Yang | 0ec4dc91e0 | Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to system checks. Thanks Simon Charette, Mariusz Felisiak, Tim Graham, and Adam Johnson
for review. | 2017-02-01 09:48:24 -05:00 |  | 
			
				
					| 
							
							
								 Lex Berezhny | ac5f886c56 | Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash. | 2017-01-31 18:45:55 -05:00 |  | 
			
				
					| 
							
							
								 Vytis Banaitis | 84126f2789 | Refs #23919 -- Removed unneeded code in force_text(). Unneeded since 7b2f2e74ad. | 2017-01-31 18:31:17 -05:00 |  | 
			
				
					| 
							
							
								 Daniel Wiesmann | ed3215ad53 | Refs #27421 -- Documented GDALRaster creation in detail. | 2017-01-31 11:33:04 -05:00 |  | 
			
				
					| 
							
							
								 Jon Dufresne | 6d8979f4c2 | Fixed #27758 -- Reallowed AdvancedModelIterator pattern after template widget rendering. | 2017-01-31 09:41:51 -05:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 3b2e28fc85 | Used model_ngettext in two more places | 2017-01-31 08:48:17 +01:00 |  | 
			
				
					| 
							
							
								 Ryan Castner | dbf79c5acf | Added missing word in docs/howto/error-reporting.txt. | 2017-01-30 15:38:55 -05:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | ccfd1295f9 | Refs #27795 -- Prevented SafeText from losing safe status on str() This will allow to replace force_text() by str() in several places (as one of
the features of force_text is to keep the safe status). | 2017-01-30 21:10:32 +01:00 |  | 
			
				
					| 
							
							
								 Arkadiusz Adamski | 274ca99982 | Fixed incorrect namespace in sitemap example. | 2017-01-30 12:07:14 -05:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | c182d66f69 | Reintroduced lazy import from commit 52138b1fd0 | 2017-01-30 15:17:39 +01:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 52138b1fd0 | Refs #23919 -- Removed usage of obsolete SafeBytes class The class will be removed as part of #27753.
Thanks Tim Graham for the review. | 2017-01-30 15:04:45 +01:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 277a4dd4b4 | Fixed #27793 -- Used stdlib's ipaddress module to validate IP addresses Thanks Tim Graham for the review. | 2017-01-30 14:22:18 +01:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | c688336ebc | Refs #23919 -- Assumed request COOKIES and META are str | 2017-01-30 14:13:29 +01:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 89501d9298 | Fixed #27789 -- Simplified query for sequence value on Oracle. | 2017-01-30 08:03:42 -05:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 068cd60366 | Removed unneeded parentheses in class definitions | 2017-01-29 18:06:26 +01:00 |  | 
			
				
					| 
							
							
								 Subhrajyoti Sen | f5bf11c72b | Fixed #26708 -- Updated the contributing tutorial to use a GitHub workflow. | 2017-01-28 11:45:04 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 7d50d2bcb8 | Refs #27790 -- Reverted "Removed available_apps on TestCase subclasses." This reverts commit 91023d79ecas it
increases memory usage for the test suite. | 2017-01-28 10:01:13 -05:00 |  | 
			
				
					| 
							
							
								 Thom Wiggers | d5b573d872 | Fixed #26993 -- Increased User.last_name max_length to 150 characters. | 2017-01-28 09:29:00 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 0de0699d94 | Fixed #27788 -- Dropped support for Oracle < 12.1. | 2017-01-28 08:19:47 -05:00 |  | 
			
				
					| 
							
							
								 Srinivas Reddy Thatiparthy | a6755b29e9 | Removed obsolete sentence in ManagementUtility docstring. | 2017-01-28 08:09:42 -05:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | e34f4e6f87 | Made ugettext* functions aliases of gettext* Thanks Tim Graham for the review. | 2017-01-28 12:01:30 +01:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 9e9e73735e | Refs #23919 -- Removed an obsolete test for a Python 2 code path (refs #15662). Fixed #21628 by removing the last usage of the imp module. | 2017-01-27 17:39:49 -05:00 |  | 
			
				
					| 
							
							
								 Dmitry Gladkov | b09faa497e | Fixed #27748 -- Switched HTTP error handlers to reference callables instead of strings. | 2017-01-27 16:13:40 -05:00 |  | 
			
				
					| 
							
							
								 Andrew Nester | c8d21f3351 | Fixed #27769 -- Documented option naming differences between django-admin and call_command(). | 2017-01-27 16:12:45 -05:00 |  | 
			
				
					| 
							
							
								 Anton Samarchyan | 56ea394dfd | Improved test coverage for conf.urls.static. | 2017-01-27 16:12:09 -05:00 |  | 
			
				
					| 
							
							
								 Ed Morley | 751d77cdd9 | Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command. | 2017-01-27 13:30:27 -05:00 |  | 
			
				
					| 
							
							
								 Anton Samarchyan | 0cbfc844a3 | Improved test coverage and error messages for conf.urls.__init__. | 2017-01-27 13:16:55 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | e07e743e0c | Refs #23919 -- Used DeclarativeFieldsMetaclass.__prepare__() for tracking form field order. | 2017-01-27 12:46:21 -05:00 |  | 
			
				
					| 
							
							
								 andrewnester | d2e40dd8c2 | Fixed #27678 -- Warned that the template system isn't safe against untrusted authors. | 2017-01-27 10:36:19 -05:00 |  | 
			
				
					| 
							
							
								 Anton Samarchyan | 110f4bb6a2 | Tested AppConfig.__repr__(). | 2017-01-27 09:55:08 -05:00 |  | 
			
				
					| 
							
							
								 chillaranand | d9aeee205d | Fixed #27501 -- Documented lazy evaluation of ModelChoiceField.queryset. | 2017-01-26 18:54:55 -05:00 |  | 
			
				
					| 
							
							
								 Anton Samarchyan | 8ae90c58ac | Slightly simplified django.conf.urls.static.static(). | 2017-01-26 18:45:07 -05:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | c37ec5a659 | Fixed #27781 -- Made simplify_regex() remove outstanding '?' characters. Regression in f0ef0c49e9. | 2017-01-26 18:36:34 -05:00 |  | 
			
				
					| 
							
							
								 Chillar Anand | 6478e07a62 | Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context manager. | 2017-01-26 13:54:16 -05:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | fee42fd99e | Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents Thanks Tim Graham for the review. | 2017-01-26 19:49:03 +01:00 |  | 
			
				
					| 
							
							
								 Tim Graham | af598187ec | Removed unnecessary force_text() in BaseTemporalField.to_python(). This seems unneeded since its introduction in
da3aa22d04. | 2017-01-26 13:35:39 -05:00 |  | 
			
				
					| 
							
							
								 Vytis Banaitis | d1bab24e01 | Refs #23919, #27778 -- Removed obsolete mentions of unicode. | 2017-01-26 08:19:27 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 888c1e9bfe | Fixed #27776 -- Merged tests/requirements/base.txt into py3.txt. | 2017-01-25 16:26:59 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 1c466994d9 | Refs #23919 -- Removed misc Python 2/3 references. | 2017-01-25 13:59:25 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 11856ea44e | Refs #27741 -- Fixed staticfiles_tests.test_views when run in isolation. | 2017-01-25 13:53:38 -05:00 |  | 
			
				
					| 
							
							
								 Ed Morley | bfd42392ab | Simplified tests with assertDoesNotOptimize(). | 2017-01-25 13:52:44 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 90db4bb0d7 | Corrected http.multipartparser.exhaust() docstring. MultiPartParserError was removed in
ebf34c3cdc. | 2017-01-25 13:00:00 -05:00 |  | 
			
				
					| 
							
							
								 chillaranand | d6eaf7c018 | Refs #23919 -- Replaced super(ClassName, self) with super(). | 2017-01-25 12:23:46 -05:00 |  | 
			
				
					| 
							
							
								 chillaranand | dc165ec8e5 | Refs #23919 -- Replaced super(ClassName, self) with super() in docs. | 2017-01-25 11:53:05 -05:00 |  |