home.social

#generatedfield β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #generatedfield, aggregated by home.social.

fetched live
  1. Just recorded my talk for @posetteconf 2026:
    "PostgreSQL Generated Columns by Example" 🐘

    Tune in on June 17th to watch my talk: πŸ“†
    posetteconf.com/2026/talks/pos

    Check also the schedule for many more PostgreSQL talks!πŸ‘‡ posetteconf.com/2026/

    Thanks @clairegiordano for the support during the recording.πŸ™

    CC @pycon @django @ubuntu

  2. Just recorded my talk for @posetteconf 2026:
    "PostgreSQL Generated Columns by Example" 🐘

    Tune in on June 17th to watch my talk: πŸ“†
    posetteconf.com/2026/talks/pos

    Check also the schedule for many more PostgreSQL talks!πŸ‘‡ posetteconf.com/2026/

    Thanks @clairegiordano for the support during the recording.πŸ™

    #PostgreSQL #Python #Django #ORM #GeneratedColumn #GeneratedField #PosetteConf #Postgres #Database #Community #OpenSource

    CC @pycon @django @ubuntu

  3. If you are curious, I collected all the material from my talk at DjangoCon US 2025 in a blog post.

    It includes the abstract, slides, the recorded video, and a short overview of the topics I covered.

    paulox.net/2025/09/08/djangoco

  4. If you are curious, I collected all the material from my talk at DjangoCon US 2025 in a blog post.

    It includes the abstract, slides, the recorded video, and a short overview of the topics I covered.

    paulox.net/2025/09/08/djangoco

    #Django #DjangoCon #Talk #GeneratedField

  5. This morning I presented my talk "Django's Generated Field by Example" at DjangoCon US 2025 in Chicago. πŸ‡ΊπŸ‡Έ

    Thanks to all the attendees for filling the room and for all the interesting questions. πŸ€—

    You can find the slides on my website. πŸ‘‡
    paulox.net/2025/09/08/djangoco

    Photo of the talk by Muhammad Abdugafarov

    CC @djangocon

  6. This morning I presented my talk "Django's Generated Field by Example" at DjangoCon US 2025 in Chicago. πŸ‡ΊπŸ‡Έ

    Thanks to all the attendees for filling the room and for all the interesting questions. πŸ€—

    You can find the slides on my website. πŸ‘‡
    paulox.net/2025/09/08/djangoco

    Photo of the talk by Muhammad Abdugafarov

    CC @djangocon

    #Django #DjangoCon #DjnagoConUS #DjangoConUS2025 #GeneratedField #GeneratedColumn #PostgreSQL #SQLite

  7. Technical Track:
    ⚑ Track 2 starting now!

    "Django's GeneratedField by example"

    Dive deep into Django's powerful GeneratedField feature with real-world examples and practical use cases! πŸš€

  8. Technical Track:
    ⚑ Track 2 starting now!

    "Django's GeneratedField by example"

    Dive deep into Django's powerful GeneratedField feature with real-world examples and practical use cases! πŸš€

    #DjangoConUS #Django #GeneratedField #WebDev #Database

  9. #Django #PostgreSQL #GeneratedField

    # (2024-03-20) 7 simple examples using Django GeneratedField

    - tomdekan.com/articles/generate

    # Django 5.0 (2023-12-04)

    - docs.djangoproject.com/en/dev/ (Database generated model field)

    The new GeneratedField (Django 5.0 (2023-12-04)) allows creation of database generated columns.

    # postgresql.org/about/press/pre (2019-10-03, PostgreSQL 12 introduces "generated columns." )

  10. #Django #PostgreSQL #GeneratedField

    # (2024-03-20) 7 simple examples using Django GeneratedField

    - tomdekan.com/articles/generate

    # Django 5.0 (2023-12-04)

    - docs.djangoproject.com/en/dev/ (Database generated model field)

    The new GeneratedField (Django 5.0 (2023-12-04)) allows creation of database generated columns.

    # postgresql.org/about/press/pre (2019-10-03, PostgreSQL 12 introduces "generated columns." )

  11. @realpython I'm glad to see in this episode, the mention of my article on Django 5.x generated fields and SQLite πŸ˜„

  12. @realpython I'm glad to see in this episode, the mention of my article on Django 5.x generated fields and SQLite πŸ˜„

    #Django #GeneratedField #SQLite

  13. I've updated my first article about the new generated fields added in Django 5.0 and SQLite πŸš€

    I've improved the text and added some command outputs ✨

    Give me your feedback πŸ‘‡
    paulox.net/2023/11/07/database

  14. I've updated my first article about the new generated fields added in Django 5.0 and SQLite πŸš€

    I've improved the text and added some command outputs ✨

    Give me your feedback πŸ‘‡
    paulox.net/2023/11/07/database

    #Django #GeneratedField #GeneratedColumn #Database #Python #SQLite #SQL

  15. I published my latest article in the series on database-generated columns, using PostgGIS, GeoDjango, and the GeneratedField added in Django 5.0 πŸ€–πŸŒ

    Send feedback πŸ‘‡
    paulox.net/2023/12/11/database

  16. I published my latest article in the series on database-generated columns, using PostgGIS, GeoDjango, and the GeneratedField added in Django 5.0 πŸ€–πŸŒ

    Send feedback πŸ‘‡
    paulox.net/2023/12/11/database

    #Django #Database #Python #SQL #PostgGIS #GeneratedColumn #GeneratedField #ORM #GeoDjango

  17. Django 5.0 has been released πŸŽ‰

    After months of work, everyone can use this great new version πŸ™Œ

    My favorite features are:
    β€’ πŸ€– generated fields
    β€’ βœ… database default values
    β€’ πŸ”‘ prefetch related for generic foreign keys

    Which are your favorite features?
    djangoproject.com/weblog/2023/

  18. Django 5.0 has been released πŸŽ‰

    After months of work, everyone can use this great new version πŸ™Œ

    My favorite features are:
    β€’ πŸ€– generated fields
    β€’ βœ… database default values
    β€’ πŸ”‘ prefetch related for generic foreign keys

    Which are your favorite features?
    djangoproject.com/weblog/2023/

    #Django #GeneratedField #GeneratedColumn #Database #ORM #SQLite #PostgreSQL #MySQL #MariaDB #Default #ForeignKey #Django5 #Python #Python312 #Web #Framework #Release #ORM

  19. I published my second article about database generated columns, using PostgreSQL and new generated fields added in Django 5.0 πŸ€–πŸ˜

    I'd be very happy to have your feedback πŸ€—
    paulox.net/2023/11/24/database

  20. I published my second article about database generated columns, using PostgreSQL and new generated fields added in Django 5.0 πŸ€–πŸ˜

    I'd be very happy to have your feedback πŸ€—
    paulox.net/2023/11/24/database

    #Django #Database #Python #SQL #PoatgreSQL #GeneratedColumn #GeneratedField #ORM

  21. I'm working on the 2nd article in the series on and ✍️
    While doing some tests with models with multi-table inheritance, I found an error that I reported on the Django issue tracker πŸ›
    Help us fix it before 5.0 release πŸ‘‡
    code.djangoproject.com/ticket/

  22. I'm working on the 2nd article in the series on #GeneratedField and #PostgreSQL ✍️
    While doing some tests with models with multi-table inheritance, I found an error that I reported on the Django issue tracker πŸ›
    Help us fix it before #Django 5.0 release πŸ‘‡
    code.djangoproject.com/ticket/

  23. After Django 5.0rc1 release, I updated my generated fields article ✨

    I also tried to improve the titles as suggested by @adamchainz whom I thank 🎨

    All feedback is welcome πŸ€—

    paulox.net/2023/11/07/database

  24. After Django 5.0rc1 release, I updated my generated fields article ✨

    I also tried to improve the titles as suggested by @adamchainz whom I thank 🎨

    All feedback is welcome πŸ€—

    paulox.net/2023/11/07/database

    #Django #Database #Python #SQL #SQLite #GeneratedColumn #GeneratedField #ORM

  25. I published an introduction to database generated columns, using SQLite and the new GeneratedField added in Django 5.0 πŸ€–

    I'd be very happy to have your feedback on my article πŸ€—

    paulox.net/2023/11/07/database

  26. I published an introduction to database generated columns, using SQLite and the new GeneratedField added in Django 5.0 πŸ€–

    I'd be very happy to have your feedback on my article πŸ€—

    paulox.net/2023/11/07/database

    #Django #Database #Python #SQL #SQLite #GeneratedColumn #GeneratedField #ORM #DjangoCon

  27. Continuing with my experiments with Django 5.0 generated fields I found two error situations that I reported in this potentially blocking release issue. πŸ›

    Any help in the resolution could be useful since the release of Django 5.0 is only a month away. πŸ†˜

    code.djangoproject.com/ticket/

  28. Continuing with my experiments with Django 5.0 generated fields I found two error situations that I reported in this potentially blocking release issue. πŸ›

    Any help in the resolution could be useful since the release of Django 5.0 is only a month away. πŸ†˜

    code.djangoproject.com/ticket/

    #django #generatedfield #issue

  29. I found my second bug in Django 5.0 after the feature freeze πŸ›

    It's related to GeneratedField and DecimalField and maybe you can help to fix it πŸ‘‡
    code.djangoproject.com/ticket/

  30. I found my second bug in Django 5.0 after the feature freeze πŸ›

    It's related to GeneratedField and DecimalField and maybe you can help to fix it πŸ‘‡
    code.djangoproject.com/ticket/

    #django #django5 #bug #generatedfield #decimalfield #sql #orm #migrations

  31. I found my first bug in Django 5.0 after the feature freeze πŸ›

    It's related to GeneratedField and JSONField and maybe you can help to fix it πŸ‘‡
    code.djangoproject.com/ticket/

  32. I found my first bug in Django 5.0 after the feature freeze πŸ›

    It's related to GeneratedField and JSONField and maybe you can help to fix it πŸ‘‡
    code.djangoproject.com/ticket/

    #django #django5 #bug #generatedfield #jsonfield #json #sql #orm #migrations