1
I Use This!
Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jan 19, 2025 — Jan 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated Python/Django supported versions More... about 1 month ago
Fixed version check in test More... about 1 month ago
Fixed rst syntax in README.rst More... 4 months ago
Updated license mentions in pyproject.toml More... 4 months ago
Prepare 2.4 release More... 4 months ago
Confirm support for Django 5.2 More... 4 months ago
Environment option to skip compilation of translation files More... 4 months ago
Removed Mock import. More... 4 months ago
Replaced @patch('requests.head') with @requests_mock.Mocker(), bringing it in line with the other tests. More... 4 months ago
Added an entry for both of the new settings in the README. More... 4 months ago
Refs #150 - Fixed test failure on recent Python 3.13 More... 4 months ago
Added a check for instance._state.adding to instance_pre_save as checking not instance.pk is insufficient. It can have a PK but not be saved in the DB yet, which will call this to fail. More... 6 months ago
Typo fix. More... 6 months ago
Linting. More... 6 months ago
Added test_external_proxy_request. More... 6 months ago
Added TRUST_PROXY_SSL setting. More... 6 months ago
Added PROXIES setting. More... 7 months ago
Replace linklist["object"].id with generalized linklist["object"].pk, for cases where PK is not .id. More... 7 months ago
Squash some lint errors More... 7 months ago
Formatting More... 7 months ago
Formatting More... 7 months ago
Formatting More... 7 months ago
Update fallback user agent More... 7 months ago
Remove Python 3.8 and add Python 3.13 support More... about 1 year ago
Add `content_object` index to `Link` More... about 1 year ago
Fixed Django version install in test workflow More... about 1 year ago
Update Django version support to 4.2 - 5.1 More... over 1 year ago
feat: show message for no results More... over 1 year ago
Disable raven_compat middlewares to avoid duplicate error reports to Sentry More... almost 2 years ago
catch ModuleNotFoundError raised by importlib.util.find_spec More... about 2 years ago