| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.2.6 source code.tar.gz | 2026-07-17 | 1.1 MB | |
| 4.2.6 source code.zip | 2026-07-17 | 1.1 MB | |
| README.md | 2026-07-17 | 587 Bytes | |
| Totals: 3 Items | 2.2 MB | 0 | |
Just tidying up a loose end from the 4.2.4/4.2.5 -- a missed outer join is now cached as an absent relation instead of being written through the foreign-key descriptor. The fk id on the source instance keeps the column's value (previously it was overwritten with None), and accessing the attribute on a non-null fk returns None instead of raising DoesNotExist.