Sebastián Hernández
Sebastián Hernández
Seems like issues are just accumulating
Suppose we have a Parent class and his Child class, let's say Attachment and Image respectively. If i put a `before_save` in Image, let's say ``` ruby class Image act_as...
Please consider implementing a widgets.PolygonFieldInlineWidgetMixin
I have a Charger document that contains a discount EmbeddedDocumentField. I also have a serializer for Charger. ```python class Discount(mongoengine.EmbeddedDocument): amount = mongoengine.FloatField(default=0) start = mongoengine.DateTimeField(default=datetime.datetime.fromtimestamp(0)) end = mongoengine.DateTimeField(default=datetime.datetime.fromtimestamp(253400999999)) class...
I'm getting error when creating an Invoice from an InvoiceSerializer with a field that is a List of ReferenceFields. This code: ``` class Invoice(Document): requests = ListField(ReferenceField(Request), unique=True) class InvoiceSerializer(DocumentSerializer):...
Invariant Violation: WebView has been removed from React Native. It can now be installed and imported from 'react-native-webview' instead of 'react-native'. See 'https://github.com/react-native-community/react-native-webview'.
https://github.com/mozilla/nunjucks (6k stars)
This code ``` {% set full_name = "Pedro Navaja" %} {% set names = full_name.split(" ") %} Hola {{names[0]}}, ¿cómo estás? ``` Should render ``` "Hola Pedro, ¿cómo estás?" ```...
If someone want use just a default ModelFilterset and don't create a class for that, should do it. Please add this code. ``` @@ -6,7 +6,9 @@ class MongoFilterBackend(BaseFilterBackend): filter_class...
Please make it compatible with CentOS7. For example, using firewalld instead of iptables