| 
							
							
								 Tim Graham | 3153cb319d | [2.1.x] Fixed IntegrityError in docs/topics/db/examples/many_to_one.txt. Backport of 6b6bdfe25cfrom master | 2018-07-19 15:49:54 -04:00 |  | 
			
				
					| 
							
							
								 Maxime Lorant | 223ba7fa57 | [2.1.x] Removed duplicate words in docs. Backport of 31407fa3b3from master | 2018-07-18 11:27:17 -04:00 |  | 
			
				
					| 
							
							
								 Harry Moreno | d10103a79d | [2.1.x] Removed usage of 'object' variable name in docs. Backport of 6e55cf0de6from master | 2018-07-07 17:20:25 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 78f502cd0b | [2.1.x] Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth." This reverts commit 3333d935d2due to
a crash if USERNAME_FIELD isn't a CharField.
Backport off3fa86a89bfrom master | 2018-07-02 18:57:12 -04:00 |  | 
			
				
					| 
							
							
								 José L. Patiño | dfbfa3abed | [2.1.x] Fixed #29535 -- Updated email.MIME* references for Python 3. Backport of b5dd6ef3d5from master | 2018-06-29 08:24:44 -04:00 |  | 
			
				
					| 
							
							
								 Mattia Cattarinussi | db287e99f6 | [2.1.x] Refs #29513 -- Linked the testing docs from the multi-db topic guide. Backport of 2a0116266cfrom master | 2018-06-28 20:54:23 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 08c3581ca9 | [2.1.x] Fixed links for i18n context processor docs. Backport of fd06488fe3from master | 2018-06-28 10:26:13 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 92dafc10e7 | [2.1.x] Fixed location of a few doc labels. Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master | 2018-06-28 08:58:25 -04:00 |  | 
			
				
					| 
							
							
								 Adam Johnson | ea75f8abca | [2.1.x] Updated a test example to use snake case. Backport of ae38777698from master | 2018-06-21 17:37:19 -04:00 |  | 
			
				
					| 
							
							
								 Michael Kiros | 7434ac4624 | [2.1.x] Fixed typo in docs/topics/auth/customizing.txt. Backport of b37bac39b3from master | 2018-06-05 21:28:45 -04:00 |  | 
			
				
					| 
							
							
								 Subhav Gautam | 84afe81b9e | [2.1.x] Fixed #29430 -- Clarified send_mail()'s fail_silently docs. Backport of 085ebc5f1afrom master | 2018-06-02 11:10:02 -04:00 |  | 
			
				
					| 
							
							
								 olivierdalang | 825f0beda8 | Fixed #8936 -- Added a view permission and a read-only admin. Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz>
Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com> | 2018-05-16 06:44:55 -04:00 |  | 
			
				
					| 
							
							
								 Andrew Godwin | 0a8a6b4683 | Add clarifying section about historical migration models | 2018-05-15 12:20:25 -04:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 35319bf12c | Alphabetized imports in various docs. Follow-up of d97cce3409and7d3fe36c62. | 2018-05-12 19:37:42 +02:00 |  | 
			
				
					| 
							
							
								 Morgan Aubert | 704443acac | Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage(). | 2018-05-09 11:40:28 -04:00 |  | 
			
				
					| 
							
							
								 Samir Shah | 10b44e4525 | Fixed #26688 -- Fixed HTTP request logging inconsistencies. * Added logging of 500 responses for instantiated responses.
* Added logging of all 4xx and 5xx responses. | 2018-05-04 20:55:03 -04:00 |  | 
			
				
					| 
							
							
								 CHI Cheng | 4660ce5a69 | Fixed #29375 -- Removed empty action attribute on HTML forms. | 2018-05-02 09:20:04 -04:00 |  | 
			
				
					| 
							
							
								 Nicolas Noé | 3246ad1065 | Fixed #27480 -- Added cache.touch(). | 2018-04-27 17:48:35 -04:00 |  | 
			
				
					| 
							
							
								 Stefan R. Filipek | 9ec77f3d66 | Fixed #29349 -- Doc'd the default behavior of router.allow_relation(). | 2018-04-23 10:21:22 -04:00 |  | 
			
				
					| 
							
							
								 adamth | acf9d64045 | Fixed typos in docs/topics/auth/passwords.txt. | 2018-04-23 07:37:26 -04:00 |  | 
			
				
					| 
							
							
								 Adnan Umer | f2026ca5e2 | Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet. | 2018-04-19 12:46:31 -04:00 |  | 
			
				
					| 
							
							
								 Adnan Umer | ec0319ff82 | Fixed #29339 -- Added result caching to RawQuerySet. | 2018-04-19 11:35:49 -04:00 |  | 
			
				
					| 
							
							
								 Nick Pope | df90e462d9 | Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirect_authenticated_user. | 2018-04-19 10:21:24 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | c3437f734d | Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript template strings can't be translated. | 2018-04-18 14:29:21 +02:00 |  | 
			
				
					| 
							
							
								 Brett Cannon | 64b74804c5 | Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. | 2018-04-17 20:24:27 -04:00 |  | 
			
				
					| 
							
							
								 GS-14 | 93331877c8 | Fixed #29274 -- Increased the number of common passwords from 1k to 20k. | 2018-04-16 11:01:47 -04:00 |  | 
			
				
					| 
							
							
								 Ben Menesini | 1d5d4867f4 | Fixed typo in docs/topics/i18n/translation.txt. | 2018-04-15 17:07:00 -04:00 |  | 
			
				
					| 
							
							
								 Alex Gaynor | 9a56b4b13e | Fixed #27863 -- Added support for the SameSite cookie flag. Thanks Alex Gaynor for contributing to the patch. | 2018-04-13 20:58:31 -04:00 |  | 
			
				
					| 
							
							
								 Luoxzhg | 99539ca319 | Fixed typo in docs/topics/db/managers.txt. | 2018-04-11 22:24:29 -04:00 |  | 
			
				
					| 
							
							
								 Luoxzhg | 9d7e2c7b44 | Fixed mistakes in docs/topics/db/examples/many_to_one.txt. | 2018-04-10 11:16:42 -04:00 |  | 
			
				
					| 
							
							
								 Wim Feijen | 058f607518 | Clarified a sentence in docs/topics/i18n/translation.txt. | 2018-03-31 19:33:48 -04:00 |  | 
			
				
					| 
							
							
								 Daniel Chimeno | fbb9358149 | Replaced 'python -Wall' with 'python -Wa'. | 2018-03-28 13:25:03 -04:00 |  | 
			
				
					| 
							
							
								 AK | 3990d74018 | Added a pagination example to ListView docs. | 2018-03-26 11:40:54 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | a4f0e9aec7 | Fixed #28718 -- Allowed user to request a password reset if their password doesn't use an enabled hasher. Regression in aeb1389442.
Reverted changes to is_password_usable() from703c266682and documentation changes from92f48680db. | 2018-03-22 10:03:43 -04:00 |  | 
			
				
					| 
							
							
								 Jezeniel Zapanta | abe6c5defe | Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add(). | 2018-03-20 21:09:08 -04:00 |  | 
			
				
					| 
							
							
								 Denis | 1834490a0c | Refs #11278 -- Clarified RelatedManager differences between reverse one-to-many and many-to-many relations. | 2018-03-20 20:43:33 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 5fa4f40f45 | Fixed #29227 -- Allowed BooleanField to be null=True. Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review. | 2018-03-20 12:10:10 -04:00 |  | 
			
				
					| 
							
							
								 ovalseven8 | 22bcd3a1d8 | Fixed #29192 -- Corrected docs regarding overriding fields from abstract base classes. | 2018-03-13 12:45:01 -04:00 |  | 
			
				
					| 
							
							
								 jblang94 | 84398897a7 | Improved clarity of docs/topics/install.txt. | 2018-03-05 10:17:23 -05:00 |  | 
			
				
					| 
							
							
								 Patryk Zawadzki | a20aae414e | Fixed #29144 -- Made untranslated strings for territorial language variants use translations from the generic language variant. | 2018-03-03 12:08:24 -05:00 |  | 
			
				
					| 
							
							
								 Daniel Hahler | 939e0a5995 | Fixed typo in docs/topics/forms/media.txt. | 2018-03-02 14:47:47 -05:00 |  | 
			
				
					| 
							
							
								 René Fleschenberg | 6e52e2554d | Fixed incorrect regex in re_path() example. | 2018-02-26 19:57:52 -05: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 |  | 
			
				
					| 
							
							
								 Sebastian Sangervasi | 5c4c87e55c | Changed "language-code" to the more commonly used "language code". | 2018-02-21 09:31:05 -05:00 |  | 
			
				
					| 
							
							
								 Seohong Park | 9716860596 | Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() examples. | 2018-02-20 21:31:30 -05:00 |  | 
			
				
					| 
							
							
								 Dylan Verheul | 9b1125bfc7 | Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users. | 2018-02-16 13:58:55 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | ff61a25081 | Fixed #29107 -- Doc'd that ModelForm doesn't actually inherit from Form. | 2018-02-08 10:10:28 -05:00 |  | 
			
				
					| 
							
							
								 Nick Sarbicki | 47268242b0 | Fixed #29082 -- Allowed the test client to encode JSON request data. | 2018-02-06 18:29:04 -05:00 |  | 
			
				
					| 
							
							
								 Ashaba | 95fd5cf459 | Fixed #28403 -- Added missing formats in FORMAT_MODULE_PATH docs. | 2018-01-24 13:38:15 -05:00 |  |