Go to file
Tanshu 5972dd6b75 Updated batch to use a date instead of string as name.
to update this step, also execute the following sql in the database.

update entities_batches set "Name" = '01-Jan-2012' where "Name" = 'Old Products';
alter table entities_batches alter column "Name" type timestamp without time zone using "Name"::date;
2013-06-21 16:20:50 +05:30
brewman Updated batch to use a date instead of string as name. 2013-06-21 16:20:50 +05:30
.gitignore Updated .gitignore to ignore egg-info 2012-11-28 17:18:04 +05:30