Radomirs Cirskis
Radomirs Cirskis
Allow using the full path of reference. For instance, APDS API spec parameters placed under **components/parameters**: https://github.com/parkingdata/spec/blob/6bd43ad31197c3aeb0149a9c08d3836c5be6a1dc/api/reference/APDS_API.yaml#L106
Fix for #477: - added _block.super_ to reuse base block; - following admin convention added block "_extrastyle_" to facilitate customization;
I added a link in the nav bar to get back to the main project application. For that, I had to modify 4 templates: query_list.html, query.html, play.html and qyertlog_list.html even...
I am using Django i18n support that generates .po files for target language directly from the app templates and .py. There are no intermediate .pot files ... Is there a...
**ModelConverter** maps an optional model field (`null=True`) with choices (`choices=[...]`) to a mandatory select form field(https://github.com/coleifer/wtf-peewee/blob/master/wtfpeewee/orm.py#L144) It adds **ValueRequired** validator to the form field. Expected to have this field optional.
ATM if you try to invoke yolk with the launcher: `py -2 -m yolk numpy ` you will get: `C:\Python27\python.exe: No module named yolk.__main__; 'yolk' is a package and cannot...
It works perfectly: ``` py -2 yolk -V django Django 1.9.6 Django 1.9.5 Django 1.9.4 Django 1.9.3 Django 1.9.2 Django 1.9.1 Django 1.9 Django 1.9rc2 Django 1.9rc1 ... ```
Django admin sidebar stays open with highlighted selected model view. It would be desirable to have something similar - keep open/unfolded chosen application container with the model view list. Thank...
In the Django admin, there is possible to drill down into a single application to access the model/model admin view list. in Volt Admin it's absent. However, there is breadcrumbs...
Inline with classes = ["collapse"] doesn't redder doesn't get rendered:  Both "inline" and field sections that are collapsible are hidden: 