Merge pull request #804 from CestDiego/patch-1
Big typo fix for allow_inheritance page
This commit is contained in:
		
							
								
								
									
										1
									
								
								AUTHORS
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								AUTHORS
									
									
									
									
									
								
							| @@ -214,3 +214,4 @@ that much better: | |||||||
|  * Vyacheslav Murashkin (https://github.com/a4tunado) |  * Vyacheslav Murashkin (https://github.com/a4tunado) | ||||||
|  * André Ericson https://github.com/aericson) |  * André Ericson https://github.com/aericson) | ||||||
|  * Mikhail Moshnogorsky (https://github.com/mikhailmoshnogorsky) |  * Mikhail Moshnogorsky (https://github.com/mikhailmoshnogorsky) | ||||||
|  |  * Diego Berrocal (https://github.com/cestdiego) | ||||||
|   | |||||||
| @@ -704,7 +704,7 @@ document.:: | |||||||
|     class DatedPage(Page): |     class DatedPage(Page): | ||||||
|         date = DateTimeField() |         date = DateTimeField() | ||||||
|  |  | ||||||
| .. note:: From 0.8 onwards you must declare :attr:`allow_inheritance` defaults | .. note:: From 0.8 onwards :attr:`allow_inheritance` defaults | ||||||
|           to False, meaning you must set it to True to use inheritance. |           to False, meaning you must set it to True to use inheritance. | ||||||
|  |  | ||||||
| Working with existing data | Working with existing data | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user