| 
							
							
								 Mariusz Felisiak | 7c81b28ebc | Updated various links in docs to use HTTPS. | 2018-01-07 14:28:41 +01:00 |  | 
			
				
					| 
							
							
								 Jon Dufresne | 7a6fbf36b1 | Fixed #28853 -- Updated connection.cursor() uses to use a context manager. | 2017-11-28 11:28:09 -05:00 |  | 
			
				
					| 
							
							
								 Luke Plant | e283c1a267 | Linked to prefetch_related_objects func in DB optimization docs. | 2017-11-23 21:26:39 +03:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 327f0f37ce | Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe. Thanks Hynek Cernoch for the report and review. | 2017-11-07 13:07:12 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 00b93c2b1e | Fixed typo in docs/topics/db/aggregation.txt. | 2017-11-07 09:03:01 -05:00 |  | 
			
				
					| 
							
							
								 Ville Skyttä | 617686e226 | Fixed 'a'/'an' mix-ups in docs. | 2017-10-30 21:47:09 -04:00 |  | 
			
				
					| 
							
							
								 LeeHanYeong | 3ffbd54566 | Removed incorrect reference to ModelChoiceField in Field.choices docs. | 2017-10-13 10:37:04 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 27193aea00 | Fixed #28584 -- Dropped support for SQLite < 3.7.15. | 2017-10-03 10:42:18 -04:00 |  | 
			
				
					| 
							
							
								 Stefan Schneider | 08c8c3ead9 | Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs. | 2017-09-29 11:38:28 -04:00 |  | 
			
				
					| 
							
							
								 Stefan Schneider | 293df73fb6 | Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt. | 2017-09-29 10:31:49 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 5446b72003 | Removed versionadded/changed annotations for 1.11. | 2017-09-22 12:51:18 -04:00 |  | 
			
				
					| 
							
							
								 Shai Berger | d612026c37 | Refs #28595 -- Added a hook to add execute wrappers for database queries. Thanks Adam Johnson, Carl Meyer, Anssi Kääriäinen, Mariusz Felisiak,
Michael Manfre, and Tim Graham for discussion and review. | 2017-09-21 12:13:09 -04:00 |  | 
			
				
					| 
							
							
								 Jonatas CD | c9b22707b0 | Fixed #28479 -- Doc'd that transaction rollback doesn't revert model state. | 2017-09-04 15:43:29 -04:00 |  | 
			
				
					| 
							
							
								 Jeremy Satterfield | 473ab4610e | Fixed #28332 -- Fixed diamond inheritence example in docs. | 2017-09-02 14:10:41 -04:00 |  | 
			
				
					| 
							
							
								 Tom | b78d100fa6 | Fixed #27849 -- Added filtering support to aggregates. | 2017-08-12 17:58:28 -04:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 489421b015 | Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle. Thanks Shai Berger, Tim Graham and Aymeric Augustin for reviews and
Renbi Yu for the initial patch. | 2017-08-12 21:06:49 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 660d50805b | Fixed #23766 -- Doc'd CursorWrapper.callproc(). Thanks Tim Graham for the review. | 2017-08-10 22:21:11 +02:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 259875535b | Removed unneeded right quotes in docs to fix spelling errors. A regression in pyenchant caused a problem:
https://github.com/rfk/pyenchant/issues/93 | 2017-07-18 08:24:49 -04:00 |  | 
			
				
					| 
							
							
								 Irindu Indeera | babe9e64a6 | Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples. | 2017-07-11 14:15:17 -04:00 |  | 
			
				
					| 
							
							
								 Tushar Malik | 14251324e6 | Added missing import in docs/topics/db/queries.txt. | 2017-07-04 20:18:04 -04:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 3297dede7f | Fixed #28046 -- Added the db_tablespace parameter to class-based indexes. Thanks Markus Holtermann and Tim Graham for reviews. | 2017-06-27 21:15:15 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 081e787160 | Refs #23919 -- Stopped inheriting from object to define new style classes. Tests and docs complement to cecc079168. | 2017-06-26 10:30:31 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 49b9c89d40 | Fixed #28233 -- Used a simpler example in the aggregation "cheat sheet" docs. | 2017-06-06 16:11:48 -04:00 |  | 
			
				
					| 
							
							
								 Matthias Erll | eee34ef64c | Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing. | 2017-05-31 19:34:56 -04:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 01f658644a | Updated various links in docs to avoid redirects Thanks Tim Graham and Mariusz Felisiak for review and completion. | 2017-05-22 19:28:44 +02:00 |  | 
			
				
					| 
							
							
								 Paolo Melchiorre | eac396a5d0 | Fixed typos in docs/topic/db/search.txt. | 2017-04-08 07:26:15 -04:00 |  | 
			
				
					| 
							
							
								 Simon Charette | 0ad7e8f71f | Fixed #28003 -- Doc'd what an auto-created OneToOneField parent_link looks like. Thanks Simon Charette for the draft patch. | 2017-04-01 21:21:15 -04:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | a3af8c99d9 | Removed extra characters in docs header underlines. | 2017-03-20 18:30:32 -04:00 |  | 
			
				
					| 
							
							
								 Mads Jensen | a7ec7afce1 | Fixed typo in docs/topics/db/aggregation.txt header. | 2017-03-14 11:11:14 -04:00 |  | 
			
				
					| 
							
							
								 Vytis Banaitis | d1bab24e01 | Refs #23919, #27778 -- Removed obsolete mentions of unicode. | 2017-01-26 08:19:27 -05:00 |  | 
			
				
					| 
							
							
								 chillaranand | dc165ec8e5 | Refs #23919 -- Replaced super(ClassName, self) with super() in docs. | 2017-01-25 11:53:05 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | f6acd1d271 | Refs #23919 -- Removed Python 2 notes in docs. | 2017-01-18 11:51:29 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | e27e4c0339 | Removed versionadded/changed annotations for 1.10. | 2017-01-17 20:52:05 -05:00 |  | 
			
				
					| 
							
							
								 M Somerville | 56c87b51ab | Fixed typo in docs/topics/db/managers.txt. | 2017-01-11 18:31:11 -05:00 |  | 
			
				
					| 
							
							
								 Maxime Lorant | 241e1e3cd7 | Removed SHOUTING in doc examples. | 2017-01-09 17:00:44 -05:00 |  | 
			
				
					| 
							
							
								 anabelensc | 1c12df4aa6 | Fixed #25912 -- Added binary left/right shift operators to F expressions. Thanks Mariusz Felisiak for review and MySQL advice. | 2017-01-03 14:15:46 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | e2d02c1fc9 | Used a nontemporal example in QuerySet.bulk_create() in docs. | 2016-12-27 09:59:07 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 2f44fa7f06 | Documented how to copy a OneToOneField. Thanks Anton Gilgur for the report and review. | 2016-12-17 08:39:52 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 8dac9890a5 | Refs #25550 -- Removed a deprecated reverse assignment example in docs. | 2016-12-17 08:39:52 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 3ce212a23c | Fixed #27494 -- Fixed typos in docs/topics/db/models.txt. | 2016-11-16 07:28:20 -05:00 |  | 
			
				
					| 
							
							
								 Simon Charette | 9e4fd3301d | Refs #25284 -- Corrected an obsolete implicit __in lookup example. Thanks IRC alias rpkilby for the report. | 2016-11-15 08:25:02 -05:00 |  | 
			
				
					| 
							
							
								 Jezeniel Zapanta | 48f45431eb | Fixed typo in docs/topics/db/multi-db.txt. | 2016-11-11 12:40:06 -05:00 |  | 
			
				
					| 
							
							
								 Timothy Allen | 5595db9504 | Updated docs/topics/db/queries.txt examples to use print() function. | 2016-10-31 15:22:32 -04:00 |  | 
			
				
					| 
							
							
								 Marti Raudsepp | 51fbe2a60d | Updated postgresql.org links to https and made them canonical. | 2016-10-25 11:43:32 -04:00 |  | 
			
				
					| 
							
							
								 Jonatas CD | e8728f03f0 | Refs #11078 -- Doc'd Meta inheritance in proxy models. | 2016-10-04 19:53:24 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 9819676676 | Updated links to the current version of MySQL docs. | 2016-09-30 09:14:17 -04:00 |  | 
			
				
					| 
							
							
								 Chris Jerdonek | ccf7adb064 | Fixed #27172 -- Closed database cursor explicitly in two doc examples | 2016-09-07 12:14:29 +02:00 |  | 
			
				
					| 
							
							
								 Shai Berger | c93ac9cf42 | Refs #25850, #27142, #27110 -- Documented migration history consistency checks. | 2016-09-01 18:49:10 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 789f9c9b29 | Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txt | 2016-09-01 09:53:24 -04:00 |  | 
			
				
					| 
							
							
								 Berker Peksag | a02b5848ae | Replaced property() usage with decorator in several places. | 2016-08-25 20:06:22 -04:00 |  |