




“How to make a navigation autocomplete with django-autocomplete-light v3” seems like a top FAQ since v3 release, because v2 included an example which was not reported inside the documentation of v3.
While the example in v2 documentation is still valid, the autocomplete.js script was removed from django-autocomplete-light, and is now available in the jquery-autocomplete-light repository.
Happy hollidays from the YourLabs panarchy :)
Django 1.11 alpha is announced for January 16, review priority will be given to any ticket marked “ready for checkin” by January 9, Tim says, which means its still time to make a contribution to Django 1.11 !
The only “major feature” on the 1.11 roadmap is template-based widget re ndering which is (hopefully) in final reviews. There are still plenty of “patches needing review” if you want to help there.
My personnal advice ? Try to do even just a small contribution or try to help reviewing, it’s still time ;)
Read MoreWe have two major features:
Complete changelog:
This post announces the creation of a mailing list for security issues concerning yourlabs.
Members can read messages, but external users may only post to it: yourlabs-security@googlegroups.com
Thanks Clayton Delay for the suggestion.
You may request to be part of the list here.
This new release enforces SESSION_EXPIRE_AT_BROWSER_CLOSE, because it makes no sense to use django-session-security without it, by design.
However, a vulnerability caused by having SESSION_EXPIRE_AT_BROWSER_CLOSE disabled was fixed, thanks Clayton Delay for the report.
Seagate, the American data storage company, announced this week that it had created a 60TB SSD, currently the largest solid state drive in the world.
This new release includes:
LXD requires an interactive tty by default. For non-interactive setup, something like this should be executed:
Then, apt-get install lxd and you’ll have a configured lxd just as if you had interactively configured it !