Commit graph

14 commits

Author SHA1 Message Date
Achilles Rasquinha
f06b15bccb Fixed csv utils 2018-03-18 14:14:48 +05:30
Aditya Hase
769338f136 Replaced all instances of basestring with six.string_types 2017-08-11 00:10:11 +05:30
Aditya Hase
e6bd1e4995 Replaced all instances of 'unicode' with 'six.text_type' (#3825) 2017-08-02 16:57:39 +05:30
Aditya Hase
d3395dfd28 Replaced StringIO and cStringIO imports with six.StringIO (#3810)
StringIO and cStringIO modules are replaced with io.StringIO in
Python 3. six.StringIO is an alias for StringIO.StringIO in
Python 2 and io.StringIO in Python 3
2017-07-31 10:54:17 +05:30
Rushabh Mehta
3a211bf497 Merge pull request #1969 from frappe/hotfix
Hotfix
2016-08-12 11:39:20 +05:30
Rohit Waghchaure
1fbc271b5d [Rename Tool] Fixed reading data from wrong file issue 2016-08-11 19:27:40 +05:30
Rushabh Mehta
caeb6c8f58 [minor] fixed error for #5782 and grid text editor must be text 2016-07-18 14:48:34 +05:30
Rushabh Mehta
2191312c87 [enhancement] document management system 2015-09-21 15:41:34 +05:30
Anand Doshi
2995f02f3b Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
Rushabh Mehta
de73b13021 [fixes] print format builder, edit standard makes new format 2015-03-02 16:11:57 +05:30
Rushabh Mehta
8710680cfa [fixes] removed attach_files: wtf and cleaned up listviews 2015-02-19 20:04:51 +05:30
Anand Doshi
e6a7459657 Fixes in share, moved flags like ignore_mandatory, ignore_validate etc to doc.flags 2015-02-10 14:41:14 +05:30
Anand Doshi
536926cb12 [minor] Percent 2014-07-25 13:22:48 +05:30
Anand Doshi
eb5ddf4640 Limit available functions in jinja environment 2014-07-25 13:01:53 +05:30
Renamed from frappe/utils/datautils.py (Browse further)