Commit graph

18 commits

Author SHA1 Message Date
Ameya Shenoy
5cee74e8db
python 2/3 fixes 2018-08-16 12:28:59 +00:00
Prateeksha Singh
d0a1565aa8 [csv-utils] don't decode when you've encoded special chars (#5970)
* [csv-utils] don't decode when you've encoded special chars

* Update csvutils.py
2018-08-15 11:25:56 +05:30
Achilles Rasquinha
3a5c090bde fix test case 2018-03-31 18:01:11 +05:30
Achilles Rasquinha
0563788cb2 fix data import test case 2018-03-31 17:47:16 +05:30
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)