惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Help Net Security
B
Blog RSS Feed
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
N
Netflix TechBlog - Medium
S
SegmentFault 最新的问题
The Cloudflare Blog
I
InfoQ
美团技术团队
博客园 - 三生石上(FineUI控件)
MyScale Blog
MyScale Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
L
LangChain Blog
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
Y
Y Combinator Blog

Ben Sturmfels activity

Sturm / python-ezi · GitLab 提交 · 1.0.1 · Sturm / python-securepay · GitLab Move repository to GitLab (4699ef02) · 提交 · Sturm / python-securepay · GitLab Fix typo in repository URL (d56f32e1) · 提交 · Sturm / tendenci-group-on-email · GitLab 提交 · 0.1.11 · Sturm / tendenci-group-on-email · GitLab Fix typo in repository URL (5d408771) · 提交 · Sturm / tendenci-group-on-email · GitLab Fix typo in repository URL (cacc4e90) · 提交 · Sturm / tendenci-group-on-email · GitLab 提交 · 0.1.10 · Sturm / tendenci-group-on-email · GitLab Sturm / python-securepay · GitLab Move repository to GitLab (bccfdfbe) · 提交 · Sturm / tendenci-group-on-email · GitLab Sturm / tendenci-group-on-email · GitLab Add credit card pre-authorisation (#1) · Issues · Boojum / python-securepay · GitLab Edit .gitlab-ci.yml (90328bc1) · 提交 · Free Software Melbourne / Free Software Australia website · GitLab Edit .gitlab-ci.yml (73abc4b6) · 提交 · Free Software Melbourne / Free Software Australia website · GitLab Edit .gitlab-ci.yml (4be54ed0) · 提交 · Free Software Melbourne / Free Software Australia website · GitLab 提交 · ci · Free Software Melbourne / Free Software Australia website · GitLab Initial public release (42958fd5) · 提交 · Sturm / Sturm Back Office · GitLab Note git truncated for public release (9dbee61f) · 提交 · Sturm / Sturm Back Office · GitLab 55a0330a2cdf57e3a1d9a8bc976066b67f3e6be0 to fdb0e8170bf2256638446b5f40237c28dbd398ad · Sturm / Sturm Back Office · GitLab 提交 · main · Sturm / Sturm Back Office · GitLab Sturm / Sturm Back Office · GitLab a1b03257bca1d37a8cf60a9cfe611a264d205154 to d336d29259e6b13a9232c86a8e07af42b5867380 · Free Software Melbourne / Free Software Australia website · GitLab 提交 · main · Free Software Melbourne / Free Software Australia website · GitLab Free Software Melbourne / Free Software Australia website · GitLab Only display homepage announcements section if used (0566a950) · Commits · Sturm / Brown Hill Community Hub website · GitLab Sturm / Channel Flow Calculator · GitLab Sturm / J Ward website · GitLab Sturm / Soil Land and Water website · GitLab a0df82488bae1c70386149801999186e9fe7a57a to 18de48d63f6ec2c09f64facc4d867a4ff61a30a4 · Sturm / Brown Hill Community Hub website · GitLab d426323f3c7910bfd092bbee0758a7cf767920a2 to 8db7c2f36bc763b84df403e30b34952f4d445973 · Sturm / Soil Land and Water website · GitLab
Upgrade Wagtail (8b2f12af) · Commits · Sturm / J Ward web...
Ben Sturmfel · 2026-03-10 · via Ben Sturmfels activity
Original line number Diff line number Diff line
# Generated by Django 5.2.12 on 2026-03-10 03:46

import wagtail.fields
from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('home', '0011_alter_homepage_content_alter_homepage_testimonials'),
    ]

    operations = [
        migrations.AlterField(
            model_name='homepage',
            name='content',
            field=wagtail.fields.StreamField([('text', 0), ('image', 1), ('raw_html', 2)], blank=True, block_lookup={0: ('wagtail.blocks.RichTextBlock', (), {}), 1: ('wagtail.images.blocks.ImageBlock', [], {}), 2: ('wagtail.blocks.RawHTMLBlock', (), {})}),
        ),
    ]
Original line number Diff line number Diff line
# Generated by Django 5.2.12 on 2026-03-10 03:46

import wagtail.fields
from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('pages', '0006_remove_formpage_header_image_and_more'),
    ]

    operations = [
        migrations.AlterField(
            model_name='standardpage',
            name='content',
            field=wagtail.fields.StreamField([('text', 0), ('image', 1), ('image_text', 2), ('raw_html', 3)], blank=True, block_lookup={0: ('wagtail.blocks.RichTextBlock', (), {}), 1: ('wagtail.images.blocks.ImageBlock', [], {}), 2: ('wagtail.blocks.StructBlock', [[('image', 1), ('text', 0)]], {}), 3: ('wagtail.blocks.RawHTMLBlock', (), {})}),
        ),
    ]
Original line number Diff line number Diff line
Django==5.2
wagtail==6.4.1
Django==5.2.12  # Django 6 requires Python >= 3.12 which isn't yet on Guix
wagtail==7.3.1

# Considered switching to whitenoise. Compressor's file concatenation is no
# longer useful with HTTP2, though the minification could be if it were enabled
# (it's not). Problem with whitenoise is that it makes it harder to apply
# default caching headers in Nginx because you overwrite whitenoise's.
django-compressor==4.5.1
django-compressor==4.6.0
psycopg>=3.1.8  # Required by Django
Original line number Diff line number Diff line
-r base.txt

pylibmc
sentry-sdk==2.25.1
sentry-sdk==2.54.0