-
Notifications
You must be signed in to change notification settings - Fork 1
feat(django_5): support django 5 #164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
matthv
approved these changes
Jan 12, 2024
forest-bot
added a commit
that referenced
this pull request
Jan 12, 2024
# [1.3.0-beta.6](v1.3.0-beta.5...v1.3.0-beta.6) (2024-01-12) ### Features * **django_5:** support django 5 ([#164](#164)) ([817db77](817db77))
Member
|
🎉 This PR is included in version 1.3.0-beta.6 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
forest-bot
added a commit
that referenced
this pull request
Feb 5, 2024
# [1.4.0-beta.1](v1.3.1...v1.4.0-beta.1) (2024-02-05) ### Bug Fixes * **csv:** export fails when there is more fields in data than projection ([#181](#181)) ([2202877](2202877)) * **datasource_django:** inexistant related object does not crash anymore ([#161](#161)) ([53acaad](53acaad)) * **datasource_django:** proxy models are not added to datasource ([#158](#158)) ([157e424](157e424)) * **django:** allow requests during object serialization ([#178](#178)) ([eb7dabf](eb7dabf)) * **django_atomic_requests:** atomic requests can now be enabled ([#179](#179)) ([3404165](3404165)) * **django_datasource:** django datasource now works when model fields use db_column ([#148](#148)) ([4a99e8f](4a99e8f)) * **django_introspection:** collection name is now the db table name ([#150](#150)) ([8378c96](8378c96)) * **django_setup:** wait for all apps to be initialized before creating agent ([#169](#169)) ([99bfaf1](99bfaf1)) * **enum:** force enums to be strings ([#175](#175)) ([c3e546b](c3e546b)) * **enums:** handle not json serializable enum values ([#171](#171)) ([537d25f](537d25f)) * **float_serialization:** float number were serialized as int ([#180](#180)) ([403e2e7](403e2e7)) * **introspection:** editable attribute now determine is_readonly ([#168](#168)) ([09db661](09db661)) * **json_api:** correctly find id before retrieving related_url ([#162](#162)) ([fa5738a](fa5738a)) * **polymorphic:** also ignore polymorphic reverse relations ([#172](#172)) ([ba026cb](ba026cb)) * **relation:** introspection over self many to many works ([#170](#170)) ([83dfdbb](83dfdbb)) * **time_only:** timeonly type was never validated ([#163](#163)) ([4597bac](4597bac)) * foreign keys can be used as primary key ([#159](#159)) ([5f18f73](5f18f73)) * **relations:** gracefully ignore polymorphic relationships ([#157](#157)) ([f1c2d6d](f1c2d6d)) ### Features * **django:** add database operations and routes ([#145](#145)) ([95f3a94](95f3a94)) * **django_5:** support django 5 ([#164](#164)) ([817db77](817db77)) * **django_agent:** agent is ready to onboard on django project ([#147](#147)) ([ac6135d](ac6135d)) * **django_datasource:** add native driver ([#149](#149)) ([5055031](5055031)) * **django_models_inheritance:** support django model inheritance ([#176](#176)) ([6d27929](6d27929)) * support python 3.12 ([#155](#155)) ([93f8374](93f8374))
Member
|
🎉 This PR is included in version 1.4.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
forest-bot
added a commit
that referenced
this pull request
Feb 6, 2024
# [1.4.0](v1.3.1...v1.4.0) (2024-02-06) ### Bug Fixes * **csv:** export fails when there is more fields in data than projection ([#181](#181)) ([2202877](2202877)) * **datasource_django:** inexistant related object does not crash anymore ([#161](#161)) ([53acaad](53acaad)) * **datasource_django:** proxy models are not added to datasource ([#158](#158)) ([157e424](157e424)) * **django:** allow requests during object serialization ([#178](#178)) ([eb7dabf](eb7dabf)) * **django_atomic_requests:** atomic requests can now be enabled ([#179](#179)) ([3404165](3404165)) * **django_datasource:** django datasource now works when model fields use db_column ([#148](#148)) ([4a99e8f](4a99e8f)) * **django_introspection:** collection name is now the db table name ([#150](#150)) ([8378c96](8378c96)) * **django_setup:** wait for all apps to be initialized before creating agent ([#169](#169)) ([99bfaf1](99bfaf1)) * **enum:** force enums to be strings ([#175](#175)) ([c3e546b](c3e546b)) * **enums:** handle not json serializable enum values ([#171](#171)) ([537d25f](537d25f)) * **float_serialization:** float number were serialized as int ([#180](#180)) ([403e2e7](403e2e7)) * **introspection:** editable attribute now determine is_readonly ([#168](#168)) ([09db661](09db661)) * **json_api:** correctly find id before retrieving related_url ([#162](#162)) ([fa5738a](fa5738a)) * **polymorphic:** also ignore polymorphic reverse relations ([#172](#172)) ([ba026cb](ba026cb)) * **relation:** introspection over self many to many works ([#170](#170)) ([83dfdbb](83dfdbb)) * **time_only:** timeonly type was never validated ([#163](#163)) ([4597bac](4597bac)) * foreign keys can be used as primary key ([#159](#159)) ([5f18f73](5f18f73)) * **relations:** gracefully ignore polymorphic relationships ([#157](#157)) ([f1c2d6d](f1c2d6d)) ### Features * **django:** add database operations and routes ([#145](#145)) ([95f3a94](95f3a94)) * **django_5:** support django 5 ([#164](#164)) ([817db77](817db77)) * **django_agent:** agent is ready to onboard on django project ([#147](#147)) ([ac6135d](ac6135d)) * **django_datasource:** add native driver ([#149](#149)) ([5055031](5055031)) * **django_models_inheritance:** support django model inheritance ([#176](#176)) ([6d27929](6d27929)) * **search_hook:** add search hook route to django agent ([#183](#183)) ([edbb1d1](edbb1d1)) * support python 3.12 ([#155](#155)) ([93f8374](93f8374))
Member
|
🎉 This PR is included in version 1.4.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The GeneratedField in example is commented, because it can work only with django 5.