Jairo Llopis 4f5346bae4 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.
2018-11-10 19:04:50 +01:00
2018-07-27 05:29:06 +02:00
2017-10-10 16:32:47 +02:00
2018-08-30 08:56:22 +02:00
2017-10-10 16:32:47 +02:00
2017-10-10 16:32:47 +02:00
2018-07-26 11:05:28 -05: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%