jeromecc
jeromecc
Hello dear developers & users of cleanerversion! I am not sure I understand how to use VersionedAdmin properly. I did this on my Django 2.0 app: # myapp/admin.py from versions.admin...
Latest documentation: from versions.models import Versionable, VersionedManyToManyField, VersionedForeignKey Correct import as of latest release: from versions.models import Versionable from versions.fields import VersionedManyToManyField, VersionedForeignKey Thanks for the great work.
### Pitch It would be great to be able to know which invitation link was used by newly created accounts. This info should be available on the user account dict...
Hello! I built meow just a few hours ago (after commit https://github.com/daily-bruin/meow/commit/b44169947c5a25694e5125f90ed01f5728a39f7c). I get this error message when I am trying to send a post: This post did not send...
This build error on Ubuntu 17.04 Zesty doesn't affect Debian 9 debug build which is surprising. Linker complains about missing usermanager library during the compilation of patientbase plugin because patientbase...
https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases https://github.com/mbelivo/diceware-wordlists-fr Use diceware lists & random generator to suggest strong passwords during user creation.
Don't use episodeChanged (which means the content of the episode has changed) but currentChanged from FormPlaceHolder class. Script associated to a form should be reevaluated each time the episode is...
Add functionality to PadTool: If token is a set magic string, don't print token but print accompanying text or tokens. {{this\~tokenA\~{{tokenB}}}} If tokenA == "SomeMagicString" and tokenB == "that"then print:...
The current update mechanism using C++ / Qt functions to add or modify databases is highly impractical and messy. Let's use simple sql scripts, one for each new modification of...
## space switch to binary(16) for space, it is particularly relevant for databases using utf8mb4 (130 bytes instead of 16 bytes when dashes removed and UNHEX(value) ## performance If UUIDs...