Radoslav Georgiev

Results 26 issues of Radoslav Georgiev

Hello :wave: In case you are still using `django-enum-choices` & you've not migrated to Django's 3.0 ( we have a migration guide - https://github.com/HackSoftware/django-enum-choices/wiki/Migrating-to-Django-3 ) - please, comment here. We've...

``` python manage.py makemigrations --empty --name postgres_extensions common ``` ``` from django.contrib.postgres.operations import TrigramExtension ```

Feature

https://www.hacksoft.io/blog/quick-and-dirty-django-jsonfield-incrementation-with-f-expressions

Started as an idea to improve development experience, turned into cursor pagination implementation. Putting this here, to be used as a reference. --- References for cursor pagination: - https://www.django-rest-framework.org/api-guide/pagination/#cursorpagination -...

The general idea is the following: 1. We show the toolbar if we have it installed & we have it configured to be shown. - This opens up the option...

This is a POC / WIP to be used as a playground.

Now that we have a nice domain - https://django-styleguide.hacksoft.io/ - it's a good idea to have a nice landing page, explaining things and having links. We can take inspiration: -...

Feature