Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/typeddjango/django-stubs

PEP-484 stubs for Django
https://github.com/typeddjango/django-stubs

Bump pytest from 8.0.1 to 8.0.2 (#1983)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.0.2.
- [Release notes](htt...

9880684a36f70e61124115a296e34cd0df15e3f1 authored 8 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add request arg to ModelAdmin.lookup_allowed (#1976)

b59a0fba02557c3e3c1c023e0e4e85c2516317ed authored 8 months ago by q0w <[email protected]>
Remove django.utils baseconv and datetime_safe modules (#1977)

1c3632f82f08ca44e26e4fc643b177a4409c086c authored 8 months ago by q0w <[email protected]>
5.0: Remove extra_tests arg for DiscoverRunner.build_suite/run_tests (#1978)

* Remove extra_tests arg for DiscoverRunner.build_suite/run_tests

* Fix test_labels

94f1e53f74b2cb5cfb0f9cf9750d03c29af1030f authored 8 months ago by q0w <[email protected]>
5.0: Remove OSMGeoAdmin, GeoModelAdmin (#1981)

c57ef3f6b6bbf45af4dd2a296df586ec4f593d42 authored 8 months ago by q0w <[email protected]>
Remove global setting USE_L10N (#1979)

Co-authored-by: Nikita Sobolev <[email protected]>

e2197bb46f299231aad8e63d2058776f8f140a96 authored 8 months ago by q0w <[email protected]>
5.0: Remove pytz support (#1980)

* 5.0: Remove pytz support

* Remove types-pytz

b7df890c04be3cab2a43ad5a717f933fe2dfa4cb authored 8 months ago by q0w <[email protected]>
Pass positional arguments name and violation_error_message to BaseConstraint (#1974)

9eea0a34fc541b95c4fe1d3d2020694ee37fabde authored 8 months ago by q0w <[email protected]>
Avoid returning None from get_field_related_model_cls (#1956)

https://github.com/typeddjango/django-stubs/pull/1495 updated
`get_field_related_model_cls` to ...

6293e6db7a865cbb55e0fbdeaeed6bb667b882cd authored 8 months ago by Bryce Seager van Dyk <[email protected]>
fixup: Pass violation_error_code to init (#1975)

ddbc68673903d1aeca2f73f9b2b67b8834f9aafe authored 8 months ago by q0w <[email protected]>
Change annotation_select_mask from set[str] to list[str] (#1973)

d58ea5034416aecf09b83a093faeaca2d965ee90 authored 8 months ago by q0w <[email protected]>
Remove admin.helpers.checkbox (#1972)

0a28dc5d363d840d66dd8ad0e9f53b201c8b96a9 authored 8 months ago by q0w <[email protected]>
Rename save_existing arg instance to obj (#1971)

4a4b776bf46d5b80e35ead1d72174007548121dc authored 8 months ago by q0w <[email protected]>
Add gis ClosestPoint (#1968)

690f50635e35b301f082b40b6d68f98fbb2086e8 authored 8 months ago by q0w <[email protected]>
Add AdminSite.get_log_entries (#1963)

Co-authored-by: Nikita Sobolev <[email protected]>

8a30376fbf6f7c2bf19f0072acaa245792f5dc6a authored 8 months ago by q0w <[email protected]>
Add QuerySet.(a)update_or_create new create_defaults arg (#1970)

0b46ef2fc83419af42e4cfd1466e6666e6575733 authored 8 months ago by q0w <[email protected]>
Add Signal.asend and Signal.asend_robust (#1965)

7897a71c7c1a040b9d8c1f76b245e77a189edda0 authored 8 months ago by q0w <[email protected]>
Add BaseConstraint.violation_error_code (#1969)

2dcf1bf5cb51c18d1ce9f7dce98cd3218a1e3d8d authored 8 months ago by q0w <[email protected]>
ruff: Fix config warnings (#1964)

14005c8f5e1149f843b907cbcb12736158eb7460 authored 8 months ago by q0w <[email protected]>
Add ModelAdmin.show_facets (#1967)

2a27e067c2251ca8247027b43a20190a77a33c38 authored 8 months ago by q0w <[email protected]>
Add auth.middleware.auser (#1966)

bab0c58b0ad82af5715c463c3ee6dcb240897e61 authored 8 months ago by q0w <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1959)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](https://github.com/astral-sh...

7564f79d8d1574dc642e80c215c9262d7fe15baf authored 8 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
deps: Upgrade pre-commit for newer versions of python (#1961)

* deps: Upgrade pre-commit for newer versions of python

* Update requirements.txt

* Update...

80fcc4b584ca19f980cc8c4f8ae0d2e33d2219ea authored 8 months ago by Stephen Moore <[email protected]>
Bump pytest from 8.0.0 to 8.0.1 (#1958)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 to 8.0.1.
- [Release notes](htt...

23e209b3a9b2be7f7e636c553aeae2ac43de7e0b authored 8 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update type hints of contrib.auth.hashers (#1955)

39f7b933714e710acf54895de1cd10db7593d31b authored 8 months ago by Yusuke Hayashi <[email protected]>
Fix type hint of `BaseEngine.template_dirs` (#1954)

1d91c75545dfd86b6bc795d444bfffffb5d6e87c authored 8 months ago by Victorien <[email protected]>
[5.0] Add django.db.models.GeneratedField (#1944)

* Add django.db.models.GeneratedField

* Fix all the known test failures for GeneratedField

...

2a2231a0821df22c00f90e211cab132f61a40d5b authored 8 months ago by Tom Parker-Shemilt <[email protected]>
Allowing `set` in `model_to_dict`'s `exclude` (#1952)

* Allowing set in model_to_dict exclude

* [pre-commit.ci] auto fixes from pre-commit.com hook...

5a8e7b3855ea6f7be2b2ab928d02eff9a748d917 authored 8 months ago by James Braza <[email protected]>
Support processing of other relations and fields when one is broken (#1877)

6d07585fc1dd66b42407a15ccf8b78152fd5fcb4 authored 8 months ago by Petter Friberg <[email protected]>
Generic `forms.ModelChoiceField` (#1889)

* Add failing test

* Add generic types to ModelMultipleChoiceField

* Add generic monkey pa...

0b8b1245af5632f50091169c6c286fc96c8b2685 authored 8 months ago by Thibaut Decombe <[email protected]>
[5.0] Update `core.paginator` (#1946)

* [5.0] Update `core.paginator`

* Feedback

34522da4062c40beb1dfd4935cef8c235b8117b5 authored 8 months ago by Victorien <[email protected]>
[5.0] Update `core.validators` (#1947)

b16bc8b549325ffb567ef4eddccae1abb4bf27c9 authored 8 months ago by Victorien <[email protected]>
Bump django from 5.0.0 to 5.0.2 (#1932)

* Bump django from 5.0.0 to 5.0.2

Bumps [django](https://github.com/django/django) from 5.0.0...

f45332f3e46eaaf3f5d7616832ddb61721e965e7 authored 8 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update type hints of `core.signing` (#1945)

* Update type hints of `core.signing`

* Fix type hint of args

* [pre-commit.ci] auto fixes...

91c72c64d71f7986bd481b7ec3c9aded450f31b6 authored 8 months ago by Victorien <[email protected]>
Add through_defaults for RelatedManager methods (#1943)

* Add through_defaults for RelatedManager methods

* Use ... for defaults

fefc54f86a44da1a72f166c23200d5d27c5eb5f2 authored 8 months ago by Matthew Foster Walsh <[email protected]>
Add ChoicesType (#1942)

2faa8be020b1cac147b75cf1a5dacca7aa0c1f9f authored 8 months ago by q0w <[email protected]>
Fix type hint of `Response.set_cookie.max_age` (#1941)

* Fix type hint of `Response.set_cookie.max_age`

* Update django-stubs/http/response.pyi

-...

60aef8470711a356f548608204e224ab087b05b5 authored 8 months ago by Victorien <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1937)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.2.1](https://github.com/astral-sh...

f27b551a11b7c2eb00d9a668172386270b93cd1e authored 8 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Bump black from 24.1.1 to 24.2.0 (#1939)

Bumps [black](https://github.com/psf/black) from 24.1.1 to 24.2.0.
- [Release notes](https://gi...

128e6ac7e804be0136c690b388c9286d96b0f90c authored 8 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Revert `pre-commit==3.6.1` (#1936)

27468be7dc3d8227e45d1bef8db0f86f9187c521 authored 8 months ago by Nikita Sobolev <[email protected]>
Bump pre-commit from 3.5.0 to 3.6.1 (#1935)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.5.0 to 3.6.1.
- [Release no...

84fb85fee4abbddda92c72c4e13036eaf61ff776 authored 8 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix return type of `BaseModelAdmin.formfield_for_dbfield` (#1934)

2cb9c832e97ea5a73d11596696effaab065dff94 authored 8 months ago by Victorien <[email protected]>
[5.0] add `assume_scheme` to forms.URLField (#1929)

* [5.0] add `assume_scheme` to forms.URLField

* Update allowlist_todo_django50.txt

6631555d78099f85737a1174ecb642451db1a2a7 authored 8 months ago by Anthony Sottile <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1930)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.0](https://github.com/astral-s...

5d41033a2629b2bceaf0f8bcf52e6dbc4770e462 authored 9 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Added `CommandParser` to `commands.__init__` (#1927)

* Added CommandParser to commands.__init__

* Added handle_default_options import to managemen...

d283970c1f816994f54e1e90c9a7c0752c79668e authored 9 months ago by James Braza <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1923)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.12.1 → 24.1.1](...

1735d9e3ddbece8bbff6c9f166c231350af5e805 authored 9 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Bump black from 23.12.1 to 24.1.1 (#1921)

Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.1.
- [Release notes](https://g...

47b9bac3ff897fc33bc8a08ffa5021cb08d3442d authored 9 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pytest from 7.4.4 to 8.0.0 (#1920)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0.
- [Release notes](htt...

009494d97310b66c64e5bff12e72a0d1831168a4 authored 9 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add type of `django.VERSION` (#1916)

* Add type of `django.VERSION`

* [pre-commit.ci] auto fixes from pre-commit.com hooks

----...

a6c906cd7317c9e004fa6e1485f555f682c26bad authored 9 months ago by Viicos <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1914)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.1.14](https://github.com/astral-...

d9aade16d93a3feb024da8165287d2af2a87cce5 authored 9 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Fix type hint of `EmailBackend.ssl_keyfile` and `EmailBackend.ssl_certfile` (#1911)

082955197aef5e3b16e120d638219bec01418fb4 authored 9 months ago by Viicos <[email protected]>
Fix readme settings example (#1910)

35373212f0fd464a6ff545b55675af247581b115 authored 9 months ago by Viicos <[email protected]>
Use PEP 570 syntax (#1908)

15a7f7e2b6dddfbdfb0cd7138d17c5748aa6ab90 authored 9 months ago by Viicos <[email protected]>
Update ruff and silence `PYI046` (#1907)

971a2f37128e0552ce1fc3c3bf2f3e9874bb2a32 authored 9 months ago by Nikita Sobolev <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1902)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.1.11](https://github.com/astral-s...

9bf49225357868b183cc667fb18a86e13c9d2a55 authored 9 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Bump pytest from 7.4.3 to 7.4.4 (#1896)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4.
- [Release notes](htt...

55739e4df4dacf2451d8dc44bba3d324a566f335 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix type hint of `URLPattern.default_args` (#1895)

* Fix type hint of `URLPattern.default_args`

* Use `dict[str, Any]`

01d26d0af2e98fd0664ea190f71dcba478479fc6 authored 10 months ago by Viicos <[email protected]>
Add `ModuleType` as a possible type to `URLResolver.urlconf_name` (#1891)

* Add `ModuleType` as a possile type to `URLResolver.urlconf_name`

According to code comment:...

8118c23c82de2229174071177da3ec89d62e2e3e authored 10 months ago by Viicos <[email protected]>
Fix types for UniqueConstraint instantiation (#1880)

6330a5b22e4e696b9bb040c32aeb80956951e871 authored 10 months ago by Petter Friberg <[email protected]>
Add @type_check_only to all Protocols and known stubs-only classes (#1894)

6000dc3783b30f01849dfe157f307508378a8946 authored 10 months ago by Marti Raudsepp <[email protected]>
Update mypy to 1.8.0 (#1885)

All changes in `stubtest`'s allowlist is related to new `@type_check_only` feature:
- https://g...

80f9ad6c6547f155074e07b92f6c8bc31be5a632 authored 10 months ago by Nikita Sobolev <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1893)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](https://github.com/astral-sh...

3a62412d0188c594b52996cce2bd6e6b37f25c24 authored 10 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Fix type hints of `converters` in `urls.resolvers` (#1892)

8e9484d78495ceb053bacf3cb95b5b3480bea34a authored 10 months ago by Viicos <[email protected]>
Bump black from 23.12.0 to 23.12.1 (#1890)

Bumps [black](https://github.com/psf/black) from 23.12.0 to 23.12.1.
- [Release notes](https://g...

560bdabe9eaf0884be4d87158576afc7e4469401 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix/pyright unknown (#1873)

125f31a81116f5f149c3e868d950608571e9a5e8 authored 10 months ago by An Nguyen <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1882)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.8](https://github.com/astral-sh...

bf1b1981940ba5a188c6ea92c66d15fe32c0deee authored 10 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Add type hints for `JSONField.from_db_value` (#1879)

ec9a5e2c12ffcdf7810f4a1b58c4de0e528ac33c authored 10 months ago by Petter Friberg <[email protected]>
Bump black from 23.11.0 to 23.12.0 (#1875)

* Bump black from 23.11.0 to 23.12.0

Bumps [black](https://github.com/psf/black) from 23.11.0...

29c74e6e5f2205a24d42aa2d6a0b596a0ccb9277 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Allow None in settings MIGRATION_MODULES dict values (#1871)

This is used to disable migrations for a particular module (such as during tests) https://docs.d...

aecb9470c58e3b87f4d8c47f15657803759ca598 authored 10 months ago by Anthony Sottile <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1870)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.7](https://github.com/astral-sh...

4c5ae04ebbce19ac0916ecb649d906eedb71e73e authored 10 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Fix type of `AppConfig.models_module` (#1866)

ff5f75414504b88ef15efa67c1ee17c29fbc404f authored 10 months ago by Viicos <[email protected]>
Remove section regarding custom queryset methods from README (#1865)

Remove section 'My QuerySet methods are returning Any rather than my
Model' as it doesn't reall...

8230293f00499c45e0c48b0a173cfda67703c05c authored 11 months ago by Petter Friberg <[email protected]>
[5.0] Added many new a-prefixed asynchronous methods (#1741)

* Asyncify auth funcs + methods in test Client

https://github.com/django/django/commit/5e9895...

054cdd43ed509340972b07de736bfea3d41654b9 authored 11 months ago by Jon Janzen <[email protected]>
Include ModelBase subclasses in plugin base class hook condition (#1863)

a0eb714a0cdbf2d6ecccf8998c278936629498db authored 11 months ago by Petter Friberg <[email protected]>
Ensure mypy plugin processes inherited many to many fields (#1864)

a1b1f51f432c4f4ec136c071931c4f07bb4f34fb authored 11 months ago by Petter Friberg <[email protected]>
Update and prepare for Django 5.0 (#1859)

* Updated Django dependency to 5.0.0 (when using Python 3.10 or newer -- older Pythons continue ...

1fe7811672dce31bddbb9ff5d4271744be6b0729 authored 11 months ago by Marti Raudsepp <[email protected]>
Make `StrPromise` not inherit from `Sequence[str]` (#1841)

* Make `StrPromise` not inherit from `Sequence[str]`

* rm obsolete comment

e8bb1ff54c47e9c0a0c9c54ce387df7613b79e63 authored 11 months ago by Marti Raudsepp <[email protected]>
Bump actions/setup-python from 4 to 5 (#1860)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release n...

7229151ab3b43aea59b91d262ba7a65cc4caa8e6 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Version 4.2.7 release (django-stubs, django-stubs-ext) (#1856)

e1184c7a69fc03796d2dbe6234389877a434dd4a authored 11 months ago by Marti Raudsepp <[email protected]>
Added `Model._do_update()` method signature (#1854)

Add typing for a private method (used in django-fsm), which signature has not changed since 2013...

fb0908a4a240af893c11a727d2b74882e1423daf authored 11 months ago by Pascal F <[email protected]>
Fixed `TemplateResponse.cookies` attribute and `SimpleCookie` type (#1702)

This definition makes it usable even in pyright's strict mode.
See https://github.com/microsoft...

9720b278d2314ed4e5c71570b8707bcdfd2dbe8a authored 11 months ago by Florian Apolloner <[email protected]>
Fix Self typed custom queryset methods incompatible with base queryset type (#1840) (#1852)

197f0e3a5c51acd85121327c03b6a8e9765c8880 authored 11 months ago by Abadie Moran <[email protected]>
Unify plugin check for model type info (#1853)

Replace a couple of repetitions with an auxiliary call

bfa45903c4a49479c42b50197eba4c30c4280238 authored 11 months ago by Petter Friberg <[email protected]>
Update `django.core.management.commands.*` (#1829)

* Narrow overridden `Command.handle` signatures
* Add missing entries in `BaseCommand`
* Updat...

5d54ac4cf04f9abb86b58ff98d394109f6e222e5 authored 11 months ago by Thibaut Decombe <[email protected]>
Improve `ManyToManyDescriptor` and fix `Model.<manytomany>.through` typing (#1805)

`ManyToManyDescriptor` is now extended to take 1 new type argument, which is the target model/ot...

53cdbe4c9e31a491378e027f08c6b5421a843958 authored 11 months ago by Petter Friberg <[email protected]>
Bump mypy from 1.7.0 to 1.7.1 (#1850)

Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1.
- [Changelog](https://github....

0a61d8175b39468c10a55d118cecd61e35ea7c98 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#1848)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](https://github.com/astral-sh...

82c394fbdc1461d0d483162577fac50e9cacd605 authored 11 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Make `RelatedManager`, `ManyRelatedManager` to inherit from `Manager` not `BaseManager` (#1843)

* Restore RelatedManager inheritance from Manager
* Switch ManyRelatedManager to inherit from M...

e37cef0593f725c9567e70223b1760c9132745fa authored 11 months ago by Marti Raudsepp <[email protected]>
Model.Meta.ordering allow OrderBy objects (#1847)

Co-authored-by: Hans Aarne Liblik <[email protected]>

1a597561e1a870ee8007bf4696b1ed103bfdc9ba authored 11 months ago by Hans Aarne Liblik <[email protected]>
Accurately infer `capfirst()` `None` return (#1842)

706f41f657bd6b92e0e4d8ec966e28d674787c6a authored 11 months ago by Marti Raudsepp <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1839)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](https://github.com/astral-sh...

f82bf983ae6b67c62f5e34ca75337001b7ed68bf authored 11 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Upgrade to mypy 1.7.0 (#1837)

febc04e27a53c030d1220d6c2cd543df9b010045 authored 11 months ago by Marti Raudsepp <[email protected]>
Update Expression classes `output_field` to `@cached_property` or `ClassVar` and improve type (#1769)

* Update `BaseExpression.output_field`

* Remove allowlist entries

rm -rf .mypy_cache/ && ...

eda578755fbd2e78168327f8668244066a214780 authored 11 months ago by Thibaut Decombe <[email protected]>
django-stubs-ext: Export `RelatedManager`, `ManyRelatedManager` stub-only classes (#1834)

RelatedManager, ManyRelatedManager classes are sometimes useful for type hinting.
But these cla...

997ac4433783fcf695f480482527b738e659b824 authored 11 months ago by Marti Raudsepp <[email protected]>
Remove incorrect `django.db.models` re-exports (#1835)

Trying to import these items in Django 4.2.7 fails with `ImportError` at runtime. Not sure if th...

965d88ae9324abb9a396322db5aa7d88289ea18a authored 11 months ago by Marti Raudsepp <[email protected]>
Ensure multiple admin get methods returns either list or tuple (#1833)

The get methods serves as extension points for corresponding attributes
on the admin class. Thu...

87b6ba2621f3bad96f46788a9de5ddf8772eb030 authored 11 months ago by Petter Friberg <[email protected]>
Ensure multiple admin attributes are to be either list or tuple (#1832)

Attributes are aligned with Django admin's default checks list found
here https://docs.djangopr...

a217ff0e2e8e1827a13a45c9e409d264b60c327d authored 11 months ago by Petter Friberg <[email protected]>
Bump black from 23.10.1 to 23.11.0 (#1831)

Bumps [black](https://github.com/psf/black) from 23.10.1 to 23.11.0.
- [Release notes](https://...

a0040b93033c6bf23c71dadab3d34326d20197b7 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add types for `MD5` database function (#1830)

3a9845eda0834598f294b722db999242cc7bb3ca authored 11 months ago by Kevin Marsh <[email protected]>
Improve `Collector` and `NestedObjects` attributes and methods (#1826)

* Improve Collector and NestedObjects class attributes, methods

9c6e23962ed889d418684a22393475faf5cd2786 authored 12 months ago by Marti Raudsepp <[email protected]>