Olexandr

Results 6 issues of Olexandr

Since slug is formed based on label it makes sense for slug max_length to be taken from the same source as label's max_length, namely `settings.LABEL_MAX_LENGTH`

When I set `FORMS_BUILDER_LABEL_MAX_LENGTH` in my project's settings.py and then try to add field with label of length higher than 100 via Forms in admin interface, I get an error:...

You provide ability to set alternative form submission redirect link via admin interface and a signal which allows to manipulate the newly submitted information. Can I somehow use newly submitted...

I want the notification to be ending with something like "3 three minutes ago" i.e. with time relative to the notification time and the user's "now". Is it possible to...

I wanted to paste poems, but the lines were scrambled into one continuous line. Could you render the quotes preserving newline breaks?

Please add requirements.txt and any other possible instructions needed to launch sample_project. Thank you in advance.