Mikhail Podgurskiy
Mikhail Podgurskiy
In case of ``` ``` `!!$(e.target).val()` is false and no top label shown
``` File "material/frontend/views/delete.py", line 47, in get_context_data kwargs.setdefault("deleted_objects", dict(self._get_deleted_objects())) File "material/frontend/views/delete.py", line 39, in _get_deleted_objects collector.collect([self.object]) File "django/db/models/deletion.py", line 302, in collect raise ProtectedError( ```
https://gitter.im/viewflow/django-material > Jose Juan Tapia @jjtapia 02:47 > Another question. I noticed that the default view contains a simple enumeration of the model fields from a given entry > like...
Check and fix all build-in filters rendering Ex DateTimeRangeFilter
Without page count Evaluate ability to combine filter&order_by&limit - http://www.slideshare.net/MarkusWinand/p2d2-pagination-done-the-postgresql-way
There is the common programmer mistake to leave a trailing comma on a value, that leads that value unexpectedly treated as a tuple [[1]](http://www.logophile.org/blog/2011/06/04/pythons-trailing-comma-syntax) [[2]](https://twitter.com/DieGelassenheit/status/918783004448784384) PEP8 guide already warn on...
Add Model.method.incoming_states() shortcut. Usecase ``` for blog in Blog.objects.filter(Q(**Blog.publish.incoming_states())): blog.publish() ```