<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>django-parlor, branch HEAD</title>
<subtitle>Django model translations with even less nasty hacks.</subtitle>
<entry>
<id>07b1cdd68804b75f714480d39b555f8df2b2ffa2</id>
<published>2025-10-20T14:41:55Z</published>
<updated>2025-10-20T14:44:05Z</updated>
<title type="text">bump version to 0.0.3</title>
<link rel="alternate" type="text/html" href="commit/07b1cdd68804b75f714480d39b555f8df2b2ffa2.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">bump version to 0.0.3
</content>
</entry>
<entry>
<id>f7096975f4b716b22753bcaec524b8e53c4f51b9</id>
<published>2025-10-20T14:43:51Z</published>
<updated>2025-10-20T14:44:05Z</updated>
<title type="text">ci: test with python 3.14</title>
<link rel="alternate" type="text/html" href="commit/f7096975f4b716b22753bcaec524b8e53c4f51b9.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">ci: test with python 3.14
</content>
</entry>
<entry>
<id>ad2b89d789f80572940cc353cc512b42e649f398</id>
<published>2025-10-20T14:41:30Z</published>
<updated>2025-10-20T14:41:30Z</updated>
<title type="text">pyproject.toml: update license format</title>
<link rel="alternate" type="text/html" href="commit/ad2b89d789f80572940cc353cc512b42e649f398.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">pyproject.toml: update license format
</content>
</entry>
<entry>
<id>153ab1a2ba24a762c06d6b6c9b5e4bf7170b6fdf</id>
<published>2025-10-20T14:39:11Z</published>
<updated>2025-10-20T14:39:11Z</updated>
<title type="text">fix TranslatableAdmin for create forms</title>
<link rel="alternate" type="text/html" href="commit/153ab1a2ba24a762c06d6b6c9b5e4bf7170b6fdf.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix TranslatableAdmin for create forms

obj is None in that case
</content>
</entry>
<entry>
<id>cc32d5f17ab03071ce9c7a82e1dc6a689415b687</id>
<published>2025-08-07T07:40:06Z</published>
<updated>2025-08-07T07:40:06Z</updated>
<title type="text">bump supported django version</title>
<link rel="alternate" type="text/html" href="commit/cc32d5f17ab03071ce9c7a82e1dc6a689415b687.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">bump supported django version
</content>
</entry>
<entry>
<id>e6f8358ac9d884593784c1f75b9b7a4455a1389d</id>
<published>2025-08-07T07:31:30Z</published>
<updated>2025-08-07T07:31:30Z</updated>
<title type="text">refactor: exit early in getattr</title>
<link rel="alternate" type="text/html" href="commit/e6f8358ac9d884593784c1f75b9b7a4455a1389d.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refactor: exit early in getattr
</content>
</entry>
<entry>
<id>2cf49e38ebaa3da0281ebafdd8d2327c9074ffe7</id>
<published>2025-08-07T07:10:02Z</published>
<updated>2025-08-07T07:10:02Z</updated>
<title type="text">bump version to 0.0.2</title>
<link rel="alternate" type="text/html" href="commit/2cf49e38ebaa3da0281ebafdd8d2327c9074ffe7.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">bump version to 0.0.2
</content>
</entry>
<entry>
<id>8b74613d22aaacdbcd23251dee2f7fe3a4439032</id>
<published>2025-08-07T07:08:11Z</published>
<updated>2025-08-07T07:08:29Z</updated>
<title type="text">lint tests</title>
<link rel="alternate" type="text/html" href="commit/8b74613d22aaacdbcd23251dee2f7fe3a4439032.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">lint tests
</content>
</entry>
<entry>
<id>4616759b88ec02267b853ba776bb11a3db2f5a40</id>
<published>2025-08-07T07:01:35Z</published>
<updated>2025-08-07T07:01:35Z</updated>
<title type="text">allow to use translation cache on unsaved instances</title>
<link rel="alternate" type="text/html" href="commit/4616759b88ec02267b853ba776bb11a3db2f5a40.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">allow to use translation cache on unsaved instances

not sure if this will ever be relevant, but I see no reason to prevent
it
</content>
</entry>
<entry>
<id>5a96ff555e209e53c1a251eaf1872b1a92a5c35b</id>
<published>2025-08-07T07:01:25Z</published>
<updated>2025-08-07T07:01:25Z</updated>
<title type="text">refactor: rm TranslationFallback</title>
<link rel="alternate" type="text/html" href="commit/5a96ff555e209e53c1a251eaf1872b1a92a5c35b.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refactor: rm TranslationFallback
</content>
</entry>
<entry>
<id>a6309429137149d3e468b4fea43a9955c275394b</id>
<published>2025-08-07T06:55:01Z</published>
<updated>2025-08-07T06:55:01Z</updated>
<title type="text">fix cache</title>
<link rel="alternate" type="text/html" href="commit/a6309429137149d3e468b4fea43a9955c275394b.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix cache
</content>
</entry>
<entry>
<id>6421ce00c6cd47b9062906cf5966fcc9b4a4ba5a</id>
<published>2025-08-07T06:10:43Z</published>
<updated>2025-08-07T06:10:58Z</updated>
<title type="text">setup tests</title>
<link rel="alternate" type="text/html" href="commit/6421ce00c6cd47b9062906cf5966fcc9b4a4ba5a.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">setup tests
</content>
</entry>
<entry>
<id>f19ab778d10a267c6dd105264d38d8cb4d5a78a4</id>
<published>2025-08-07T06:10:04Z</published>
<updated>2025-08-07T06:10:58Z</updated>
<title type="text">typo in code example</title>
<link rel="alternate" type="text/html" href="commit/f19ab778d10a267c6dd105264d38d8cb4d5a78a4.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">typo in code example
</content>
</entry>
<entry>
<id>aa437e8bb836b2f429c181be9570c991972a2422</id>
<published>2025-08-06T14:39:22Z</published>
<updated>2025-08-06T14:39:22Z</updated>
<title type="text">fix classmethod names</title>
<link rel="alternate" type="text/html" href="commit/aa437e8bb836b2f429c181be9570c991972a2422.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix classmethod names
</content>
</entry>
<entry>
<id>cf0f463831c86afc72b6d13d1d633836fb07c801</id>
<published>2025-08-06T14:04:59Z</published>
<updated>2025-08-06T14:06:47Z</updated>
<title type="text">expand usage example</title>
<link rel="alternate" type="text/html" href="commit/cf0f463831c86afc72b6d13d1d633836fb07c801.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">expand usage example
</content>
</entry>
<entry>
<id>fa2cbdfe24adc6b5f4e5e42c042663904ff25d96</id>
<published>2025-08-06T13:49:15Z</published>
<updated>2025-08-06T13:57:32Z</updated>
<title type="text">init</title>
<link rel="alternate" type="text/html" href="commit/fa2cbdfe24adc6b5f4e5e42c042663904ff25d96.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">init
</content>
</entry>
</feed>
