Commit Graph

10 Commits

Author SHA1 Message Date
Jon Dufresne f84f3d486f Trim trailing white space throughout the project
Many editors clean up trailing white space on save. By removing it all
in one go, it helps keep future diffs cleaner by avoiding spurious white
space changes on unrelated lines.
2018-11-04 17:20:26 -08:00
Kunal Khandelwal 5a7c35518b added unicode support for TSV for pytjhon 2 2018-06-25 17:12:59 +05:30
Bojan Mihelac dd1c0852ba Refactor transaction handling
Add `atomic_if_using_transaction` context manager and use it instead of
if/else statements.

Wrap `before_import`, `import_row`, `after_import` calls into
`atomic_if_using_transaction`.

Add tests.

Refs: #609, #399, #610
2017-12-04 14:51:12 +01:00
Bojan Mihelac f483dfdb8c update test db - add superadmin 2016-04-06 10:46:58 +02:00
Bojan Mihelac 1f2ec98648 Add FloatWidget, use with model fields models.FloatField (#433) 2016-04-06 10:32:32 +02:00
Jannis edd7d0593b Apply missing migration to example database. 2016-03-04 12:39:55 +01:00
Bojan Mihelac 1c826c2d60 Update test database 2013-04-11 10:43:29 +02:00
Bojan Mihelac 852626bb29 Update test database 2012-12-05 17:23:21 +01:00
Bojan Mihelac 674317721d Refactor to represent objects with Resource type 2012-11-26 14:35:55 +01:00
Bojan Mihelac a0ae56e4e3 Add admin import action and lot of other work 2012-11-16 08:51:32 +01:00