Sam

Results 21 issues of Sam

Not sure if this is related with #362. I use the MoneyField from [django-money](https://github.com/django-money/django-money) in one of my models and the server gives me the following warning (using django-material 1.4.3):...

enhancement
forms
postponed

I noticed that some error messages are black and others orange. Changed them all to be orange.

I hove this port is okay, I am not too familiar with porting from Python 2 to Python 3. Here is the output of ```diff hgbuildbot.py hgbuildbot-python3.py``` ``` 157d156 <...

Hi there When I call JOSE::JWK.from_oct(my_key) JOSE::JWE.block_decrypt(jwk, token) I get the following error from OpenSSL: ``` /home/sam/test_ruby/vendor/bundle/ruby/3.1.0/gems/jose-1.1.3/lib/jose/jwe/enc_aes_gcm.rb:46:in `final': OpenSSL::Cipher::CipherError from /home/sam/test_ruby/vendor/bundle/ruby/3.1.0/gems/jose-1.1.3/lib/jose/jwe/enc_aes_gcm.rb:46:in `block_decrypt' from /home/sam/test_ruby/vendor/bundle/ruby/3.1.0/gems/jose-1.1.3/lib/jose/jwe.rb:602:in `block_decrypt' from /home/sam/test_ruby/vendor/bundle/ruby/3.1.0/gems/jose-1.1.3/lib/jose/jwe.rb:584:in `block_decrypt' from /home/sam/test_ruby/test.rb:11:in...

The django-admin backend has options to manage users, groups and permissions. We want to have something similar in our own frontend, inside the "Administration" menu. - Add menu-item and view...

The header which is used inside basxconnect to read/edit persons is actually usable for any database object. We should add the according heading to the current read and edit views...

The datatables already have support for automatic sorting and searching when the base model of the table is known. In addition to that it would be very nice to have...

haystack is nice, but maintenance is not ensured. Also, haystack can do much more than what we require for bread. I suggest, in order to simplify the stack and reduce...