Recent Releases of django2pydantic

django2pydantic - v0.7.0

v0.7.0 (2025-08-06)

This release is published under the MIT License.

Features

  • InferredField helper + InferExcept for related fields (#131) (#131, 2d2ef19)

Detailed Changes: v0.6.1...v0.7.0

- Python
Published by autorelease-nextgencontributions[bot] 11 months ago

django2pydantic - v0.6.1

v0.6.1 (2025-07-18)

This release is published under the MIT License.

Bug Fixes

  • Update django stubs ext mypy etc (#122) (#122, 87c240f)

Detailed Changes: v0.6.0...v0.6.1

- Python
Published by autorelease-nextgencontributions[bot] 11 months ago

django2pydantic - v0.6.0

v0.6.0 (2025-07-16)

This release is published under the MIT License.

Features

  • Make fields optional even if required by the django field (#119) (#119, aa0a021)

Detailed Changes: v0.5.1...v0.6.0

- Python
Published by autorelease-nextgencontributions[bot] 11 months ago

django2pydantic - v0.5.1

v0.5.1 (2025-07-09)

This release is published under the MIT License.

Bug Fixes

  • Python 3.13 support + django version tests + parallel test runs (#115) (#115, 8094de0)

Detailed Changes: v0.5.0...v0.5.1

- Python
Published by autorelease-nextgencontributions[bot] 11 months ago

django2pydantic - v0.5.0

v0.5.0 (2025-06-06)

This release is published under the MIT License.

Features

  • Schemafield + optional contrib 3rd party handlers (#95, b8bffe7)

Detailed Changes: v0.4.4...v0.5.0

- Python
Published by autorelease-nextgencontributions[bot] about 1 year ago

django2pydantic - v0.4.4

v0.4.4 (2025-06-05)

This release is published under the MIT License.

Bug Fixes

  • Jsonfield validation should accept python object (#93, d6dc908)

Detailed Changes: v0.4.3...v0.4.4

- Python
Published by autorelease-nextgencontributions[bot] about 1 year ago

django2pydantic - v0.4.3

v0.4.3 (2025-06-03)

This release is published under the MIT License.

Bug Fixes

  • Reverse relation titles more complete (#87, c6effbe)

Detailed Changes: v0.4.2...v0.4.3

- Python
Published by autorelease-nextgencontributions[bot] about 1 year ago

django2pydantic - v0.4.2

v0.4.2 (2025-05-30)

This release is published under the MIT License.

Bug Fixes

  • Reverse relation title and description (#83, 018b25f)

Detailed Changes: v0.4.1...v0.4.2

- Python
Published by autorelease-nextgencontributions[bot] about 1 year ago

django2pydantic - v0.4.1

v0.4.1 (2025-05-27)

This release is published under the MIT License.

Bug Fixes

  • Various incorrect field types, default value and required status (#75, 6eeb034)

Detailed Changes: v0.4.0...v0.4.1

- Python
Published by autorelease-nextgencontributions[bot] about 1 year ago

django2pydantic - v0.4.0

v0.4.0 (2025-05-21)

This release is published under the MIT License.

Features

  • #70: Pydantic Email/URL validation should accept empty string (#69, 1ba4370)

Detailed Changes: v0.3.0...v0.4.0

- Python
Published by autorelease-nextgencontributions[bot] about 1 year ago

django2pydantic - v0.3.0

v0.3.0 (2025-05-05)

Bug Fixes

  • Trunk permission to create/update label (#55, e36ed63)

  • Daily trunk check failure if the commit is already checked (#36, cf50e0a)

  • chore: Trunk configs

  • fix: Trunk's mypy environment missing deps

  • chore: Add comment

  • chore: Utilize system linters for some

  • chore: Fix workflow permissions

  • refactor: Move trunk check to separate job

  • chore: Add .vale.ini config

  • feat: Cache Trunk

  • feat: Update trunk workflows

  • feat: Enable workflow_dispatch for cache-trunk

  • feat: Trunk check_mode all for daily check

  • debug: Test cron

  • debug: Remove test cron

  • debug: Remove test cron

  • fix: Trunk's mypy incremental cache issue

  • chore: Update plugin sources to address issue with ruff

  • chore: Fix formatting

  • debug: Issue reading 'github.event.workflow_run.id'

  • chore: Fix formatting

  • debug: Issue reading 'github.event.workflow_run.id'

  • debug: Issue reading 'github.event.workflow_run.id'

  • debug: Issue reading 'github.event.workflow_run.id'

  • debug: Issue reading 'github.event.workflow_run.id'

  • debug: Issue reading 'github.event.workflow_run.id'

  • debug: Issue reading 'github.event.workflow_run.id'

  • debug: Issue reading 'github.event.workflow_run.id'

  • fix: Issue with comma due to misuse of post-annotations flag

  • chore: Add comments

  • chore: Fix formatting

  • fix: Daily trunk check failure if the commit is already checked

  • Trunk's mypy incremental cache issue (#34, 85bc639)

  • chore: Trunk configs

  • fix: Trunk's mypy environment missing deps

  • chore: Add comment

  • chore: Utilize system linters for some

  • chore: Fix workflow permissions

  • refactor: Move trunk check to separate job

  • chore: Add .vale.ini config

  • feat: Cache Trunk

  • feat: Update trunk workflows

  • feat: Enable workflow_dispatch for cache-trunk

  • feat: Trunk check_mode all for daily check

  • debug: Test cron

  • debug: Remove test cron

  • debug: Remove test cron

  • fix: Trunk's mypy incremental cache issue

  • Trunk's mypy environment missing deps (#26, 383bd51)

  • chore: Trunk configs

  • fix: Trunk's mypy environment missing deps

  • chore: Add comment

  • chore: Utilize system linters for some

  • chore: Fix workflow permissions

  • refactor: Move trunk check to separate job

  • chore: Add .vale.ini config

  • Include django-stubs-ext as a non-dev dependency (#16, b26f36b)

Fixes #7


For more details, open the Copilot Workspace session.

Features

  • Relation handlers additions/tweaks. Proper annotations/typings (#40, 6a9a05a)

  • chore: WIP fixes

  • style: format code with Ruff Formatter

This commit fixes the style issues introduced in 4f7df37 according to the output from Ruff Formatter.

Details: https://github.com/NextGenContributions/django2pydantic/pull/40

  • feat: Reverse m2m relation handler WIP

  • feat: Additional relation handlers. Typing tweaks

  • style: format code with Ruff Formatter

This commit fixes the style issues introduced in 877a052 according to the output from Ruff Formatter.

Details: https://github.com/NextGenContributions/django2pydantic/pull/40

  • chore: WIP fixes

  • chore: More typing fixes and recursion fix


Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

  • Trunk check_mode all for daily check (#29, 6d10fb2)

  • chore: Trunk configs

  • fix: Trunk's mypy environment missing deps

  • chore: Add comment

  • chore: Utilize system linters for some

  • chore: Fix workflow permissions

  • refactor: Move trunk check to separate job

  • chore: Add .vale.ini config

  • feat: Cache Trunk

  • feat: Update trunk workflows

  • feat: Enable workflow_dispatch for cache-trunk

  • feat: Trunk check_mode all for daily check

  • Enable workflow_dispatch for cache-trunk (#28, 81356c2)

  • chore: Trunk configs

  • fix: Trunk's mypy environment missing deps

  • chore: Add comment

  • chore: Utilize system linters for some

  • chore: Fix workflow permissions

  • refactor: Move trunk check to separate job

  • chore: Add .vale.ini config

  • feat: Cache Trunk

  • feat: Update trunk workflows

  • feat: Enable workflow_dispatch for cache-trunk

  • Cache Trunk (#27, 3e16247)

  • chore: Trunk configs

  • fix: Trunk's mypy environment missing deps

  • chore: Add comment

  • chore: Utilize system linters for some

  • chore: Fix workflow permissions

  • refactor: Move trunk check to separate job

  • chore: Add .vale.ini config

  • feat: Cache Trunk

  • feat: Update trunk workflows

  • Support Trunk.io (#22, 1b82554)

  • feat: Support Trunk.io

  • feat: Trunk auto upgrade workflow

  • Validate 'Inferred' relation and return appropriate primary key(s) (#20, 38b38ba)

  • chore: Various copilot stuffs

  • style: format code with Ruff Formatter

This commit fixes the style issues introduced in 084e334 according to the output from Ruff Formatter.

Details: https://github.com/NextGenContributions/django2pydantic/pull/17

  • chore: small tweaks

  • feat: Validate 'Inferred' relation and return appropriate primary key(s)

  • chore: Mark WIP tests

  • chore: Update pytest config


Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

- Python
Published by autorelease-nextgencontributions[bot] about 1 year ago

django2pydantic - v0.2.0

v0.2.0 (2024-12-13)

Features

- Python
Published by github-actions[bot] over 1 year ago

django2pydantic - v0.1.3

v0.1.3 (2024-12-03)

Bug Fixes

  • Related model inheritance fixes and string format reference support (fe97eaf)

  • Decimalfield fix? (db3e1ba)

  • Jsonfield fix? (79e1d08)

- Python
Published by github-actions[bot] over 1 year ago

django2pydantic - v0.1.2

v0.1.2 (2024-11-29)

Bug Fixes

  • Added pyproject.toml back (26b2cc0)

  • Some default naming of models/related model schemas (b9fcb76)

Other changes: - documented the use of @property methods as field (related to Support for @property decorated Django model methods #1) - some other documentation improvements - removed some obsolete files

- Python
Published by github-actions[bot] over 1 year ago

django2pydantic - v0.1.1

v0.1.1 (2024-11-21)

Bug Fixes

  • Bump version to skip published v0.1.0 package (20715a2)

- Python
Published by github-actions[bot] over 1 year ago

django2pydantic - v0.0.5

v0.0.5 (2024-11-21)

Bug Fixes

  • Required dependencies (aedab64)

  • Semantic release version_variables for uv.lock (5d13179)

- Python
Published by github-actions[bot] over 1 year ago

django2pydantic - v0.0.4

v0.0.4 (2024-11-20)

Bug Fixes

  • Temporarily stop using publish-pypi.yml reusable workflow (e371d3c)

- Python
Published by github-actions[bot] over 1 year ago

django2pydantic - v0.0.3

v0.0.3 (2024-11-20)

Bug Fixes

  • Test pipeline by bumping version (9f449c2)

- Python
Published by github-actions[bot] over 1 year ago

django2pydantic - v0.0.2

v0.0.2 (2024-11-19)

Bug Fixes

  • Fix some errors after rename (c95ee5a)

- Python
Published by github-actions[bot] over 1 year ago

django2pydantic - v0.0.1

v0.0.1 (2024-11-18)

Bug Fixes

Signed-off-by: Jukka Hassinen jukka.hassinen@gmail.com

- Python
Published by github-actions[bot] over 1 year ago

django2pydantic - v0.0.0

v0.0.0 (2024-11-18)

- Python
Published by github-actions[bot] over 1 year ago