Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
django-json-api
/
django-rest-framework-json-api
Public
Notifications
You must be signed in to change notification settings
Fork
300
Star
1.2k
Code
Issues
21
Pull requests
1
Discussions
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Breadcrumbs
History for
django-rest-framework-json-api
rest_framework_json_api
on
v5.0.0
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 3, 2022
Release 5.0.0 (#1042)
sliverc
authored
e9ca8d9
Copy full SHA for e9ca8d9
Commits on Dec 30, 2021
Removed all deprecations (#1040)
Show description for aa33959
sliverc
and
n2ygk
authored
aa33959
Copy full SHA for aa33959
Commits on Dec 14, 2021
Adjusted to only use f-strings for slight performance improvement (#1028)
sliverc
authored
0c179d7
Copy full SHA for 0c179d7
Commits on Dec 9, 2021
Release 4.3.0 (#1024)
sliverc
authored
aa06e04
Copy full SHA for aa06e04
Use assert when checking for reserved field names (#1025)
Show description for 28e553a
sliverc
authored
28e553a
Copy full SHA for 28e553a
Commits on Dec 5, 2021
Added missing error message when no resource name is configured on serializer (#1020)
jokiefer
authored
a4262dd
Copy full SHA for a4262dd
Commits on Nov 11, 2021
Format fields in OpenAPI Schema (#1003)
sha016
authored
d025163
Copy full SHA for d025163
Commits on Oct 20, 2021
clean up python 2 code (#976)
auvipy
authored
c4337f1
Copy full SHA for c4337f1
Commits on Oct 11, 2021
Deprecated usage of `type` field name (#993)
Show description for 06c3ef4
sliverc
authored
06c3ef4
Copy full SHA for 06c3ef4
Commits on Oct 8, 2021
Verified in all fields whether reserved field names are used (#992)
Show description for e17ea57
sliverc
authored
e17ea57
Copy full SHA for e17ea57
Commits on Oct 7, 2021
Use relationships in the error object pointer when the field is actually a relationship (#986)
mehdy
authored
ee679ee
Copy full SHA for ee679ee
Commits on Oct 6, 2021
Check for reserved field names in serializer meta class (#987)
Show description for e68a0f2
sliverc
and
n2ygk
authored
e68a0f2
Copy full SHA for e68a0f2
Commits on Oct 5, 2021
Changed all external links to https (#989)
SwarajBaral
authored
414547a
Copy full SHA for 414547a
Commits on Sep 23, 2021
Allow parser context to be None (#981)
Show description for 29971b4
sliverc
authored
29971b4
Copy full SHA for 29971b4
Commits on Sep 18, 2021
Use consistent naming for Django REST framework (#977)
Show description for f8209c0
sliverc
and
n2ygk
authored
f8209c0
Copy full SHA for f8209c0
Commits on Sep 10, 2021
Clean up python2 related code crafts (#974)
auvipy
authored
e1feedc
Copy full SHA for e1feedc
Commits on Aug 14, 2021
Unified usage of JSON:API abbreviation (#945)
MsMansiDhruv
authored
5d25e2f
Copy full SHA for 5d25e2f
Commits on Jul 18, 2021
Load included and related serializers in meta class (#926)
SafaAlfulaij
authored
ca627a9
Copy full SHA for ca627a9
Commits on Jul 6, 2021
Release 4.2.1 (#958)
sliverc
authored
cb023fc
Copy full SHA for cb023fc
Remove invalid validation of default included_resources (#956)
sliverc
authored
b49aa6e
Copy full SHA for b49aa6e
Commits on May 28, 2021
Use PreloadIncludesMixin for ReadOnlyModelViewSet (#946)
anehx
authored
858119e
Copy full SHA for 858119e
Commits on May 12, 2021
Release 4.2.0 (#937)
sliverc
authored
0fcede4
Copy full SHA for 0fcede4
Commits on May 4, 2021
Scheduled biweekly dependency update for week 18 (#939)
Show description for 16a3d6b
pyup-bot
and
sliverc
authored
16a3d6b
Copy full SHA for 16a3d6b
Commits on May 2, 2021
Prefetch default included resources (#900)
Show description for fbb4b03
SafaAlfulaij
and
sliverc
authored
fbb4b03
Copy full SHA for fbb4b03
Commits on Apr 29, 2021
Properly support formatting of link segments in related urls (#897)
platinumazure
authored
a5df955
Copy full SHA for a5df955
Commits on Apr 23, 2021
Avoided error when using include query parameter on related urls (#914)
Show description for 7d2970a
sliverc
and
n2ygk
authored
7d2970a
Copy full SHA for 7d2970a
Preserve field names when no formatting is configured (#909)
Show description for 36a60a3
sliverc
authored
36a60a3
Copy full SHA for 36a60a3
Commits on Apr 20, 2021
Support tags in OAS schema (#928)
Show description for a25e387
SafaAlfulaij
and
sliverc
authored
a25e387
Copy full SHA for a25e387
Commits on Apr 16, 2021
Allow get_serializer_class to be overwritten for related urls without defining serializer_class fallback (#904)
Show description for 450aa5c
SafaAlfulaij
and
sliverc
authored
450aa5c
Copy full SHA for 450aa5c
Commits on Mar 8, 2021
Release 4.1.0 (#892)
sliverc
authored
843e1fb
Copy full SHA for 843e1fb
Commits on Feb 10, 2021
Render meta_fields in included resources (#883)
Show description for 5488b18
mast22
authored
5488b18
Copy full SHA for 5488b18
Commits on Dec 29, 2020
Rename FORMAT_LINKS setting to FORMAT_RELATED_LINKS (#878)
platinumazure
authored
cfca644
Copy full SHA for cfca644
Commits on Dec 28, 2020
Merge branch 'master' into do_not_ignore_f405
sliverc
authored
082fcad
Copy full SHA for 082fcad
Commits on Dec 27, 2020
Support formatting URL segments via new FORMAT_LINKS setting (#876)
Show description for c503748
platinumazure
authored
c503748
Copy full SHA for c503748
Commits on Dec 11, 2020
Do not ignore F405 linting error
Show description for a59c96f
sliverc
committed
a59c96f
Copy full SHA for a59c96f
Pagination
Previous
Next
You can’t perform that action at this time.