DecimalField now stores as float not string (#289)
This commit is contained in:
		| @@ -173,8 +173,8 @@ latex_paper_size = 'a4' | ||||
| # Grouping the document tree into LaTeX files. List of tuples | ||||
| # (source start file, target name, title, author, documentclass [howto/manual]). | ||||
| latex_documents = [ | ||||
|   ('index', 'MongoEngine.tex', u'MongoEngine Documentation', | ||||
|    u'Harry Marr', 'manual'), | ||||
|   ('index', 'MongoEngine.tex', 'MongoEngine Documentation', | ||||
|    'Ross Lawley', 'manual'), | ||||
| ] | ||||
|  | ||||
| # The name of an image file (relative to this directory) to place at the top of | ||||
| @@ -193,3 +193,6 @@ latex_documents = [ | ||||
|  | ||||
| # If false, no module index is generated. | ||||
| #latex_use_modindex = True | ||||
|  | ||||
| autoclass_content = 'both' | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user