- Sep 11, 2020
-
-
Algorithms have properties related to their file fields that does the proper handling for reading their content use that.
-
Flavio TARSETTI authored
Fix forms See merge request !351
-
- Sep 10, 2020
-
-
Support for InlineModelAdmin.has_add_permission() methods that don't accept obj as the second positional argument was deprecated in Django 2.1 and removed in Django 3.0. See: https://code.djangoproject.com/ticket/31098
-
If the data returned by the read method of the object passed is byte, decode it. Otherwise the TextArea will just show it as is.
-
Support for Widget.render() methods without the renderer argument is removed. See: https://docs.djangoproject.com/en/2.1/releases/2.1/#features-removed-in-2-1
-
-
Flavio TARSETTI authored
File field reading See merge request !358
-
Samuel GAIST authored
Now that the underlying file is read in the appropriate mode, make it a CharField as the property of the same name will be called to fill it.
-
Samuel GAIST authored
-
Samuel GAIST authored
It is done so currently as Databases are not Code contributions since they have no owner.
-
Samuel GAIST authored
The method is written and documented to return the file content as a string. However it's also used to read the content of C++ binary blob. Therefore, a parameter has been added to be able to select opening mode and by default it's text.
-
- Sep 09, 2020
-
-
Flavio TARSETTI authored
Cleanup navigation See merge request !355
-
-
-
-
-
Flavio TARSETTI authored
Cleanup libraries See merge request !354
-
-
-
-
-
-
-
Flavio TARSETTI authored
Cleanup experiments See merge request !353
-
-
-
-
-
-
-
-
-
Flavio TARSETTI authored
Cleanup dataformats See merge request !352
-
-
-
-
-
-
-
Flavio TARSETTI authored
Cleanup databases See merge request !350
-