Jairo Llopis 5559ac3e60 Avoid UnicodeEncodeError. (#544)
* Fix wrong README format.

* [FIX][base_import_match] Avoid UnicodeEncodeError.

When the model or field you chose was translated and had some non-ascii
character, you got an error like this: `UnicodeEncodeError: 'ascii' codec can't
encode character u'\xed' in position 15: ordinal not in range(128)`.

Now, using unicode strings, that won't happen again.

* Do not require a hidden field.

* Further unicode protection, add ondelete clause.
2019-02-11 15:19:24 -05:00
2019-02-11 19:47:15 +00:00
2018-11-19 17:18:54 +00:00
2018-09-27 02:38:09 +02:00
2018-09-27 02:38:09 +02:00
2018-09-27 02:38:09 +02:00

Runbot Status Build Status codecov

Server Backend

Server ORM extensions, new fields...

Description
No description provided
Readme 129 MiB
Languages
HTML 51.4%
Python 48.6%