Dylann CORDEL
Dylann CORDEL
When we move a node, after the move, it's path is still the old one because the node is not "reloaded" from the DB. ex: ```python In [78]: [(p.title, p.slug,...
django-filer have some features wich requires javascript (ajax upload for exemple). To improve part of code which is testes, we should add Selenium tests. This will be really usefull if...
* simple user creation * block user * unblock user * get basic info about user * get groups * add groups * remove groups * set groups (get current...
Try to avoid fake warnings which are just deprecation warnings to keep logs cleans and usefull
Hi, I saw [here](https://github.com/viraptor/phply/issues/21#issuecomment-258966279) a discussion start about PHP version. Currently, It seems that phply is a mix between php 5.x and php 7.x. For exemple this code is parsed...
Hi, Since pre_user_save and post_authenticated are not any more used, I think it should be great to delete signals.py to avoid a working website wich was using signals to performs...
wip #287
docs and some code modification to discuss about it. WIP for #287
See django-haystack/django-haystack#1424 for more details
Hi guys, Thanks for the job already done ! Here is a PR to have a more flexible approach to be able, for exemple, to use this module with a...
* simple user creation * block user * unblock user * get basic info about user * get groups * add groups * remove groups * set groups (get current...