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
renderers.py
on
v5.0.0
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 20, 2021
clean up python 2 code (#976)
auvipy
authored
c4337f1
Copy full SHA for c4337f1
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 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 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
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 Nov 14, 2020
Format code with black
sliverc
committed
0146890
Copy full SHA for 0146890
Commits on Nov 9, 2020
Add apply includes option in BrowsableAPI
Show description for 69a720a
David-Guillot
authored
69a720a
Copy full SHA for 69a720a
Commits on Oct 14, 2020
Remove obsolete code for upcoming major release (#837)
Show description for ab3fbfc
sliverc
authored
ab3fbfc
Copy full SHA for ab3fbfc
Commits on Sep 4, 2020
Fixes #818 (#824)
Show description for 45d4224
sliverc
authored
45d4224
Copy full SHA for 45d4224
Commits on Jun 8, 2020
Make isort test properly run again within Travis (#792)
Show description for f87eeaf
sliverc
and
n2ygk
authored
f87eeaf
Copy full SHA for f87eeaf
Commits on May 14, 2020
serialize nested serializers as attribute json value (#776)
bpleshakov
authored
2adfb5b
Copy full SHA for 2adfb5b
Commits on Jan 17, 2020
Add support for Python 3.8, Django 3.0 and DRF 3.11 (#752)
Show description for 9d42d9b
sliverc
authored and
n2ygk
committed
9d42d9b
Copy full SHA for 9d42d9b
Commits on Oct 2, 2019
Resolve sphinx documentation build warnings (#711)
sliverc
authored and
n2ygk
committed
430ac15
Copy full SHA for 430ac15
Commits on Aug 11, 2019
Remove all deprecated code (#688)
Show description for 643e402
sliverc
authored and
n2ygk
committed
643e402
Copy full SHA for 643e402
Commits on Jul 4, 2019
Drop support for obsolete dependencies (#664)
Show description for 55e61e9
sliverc
authored and
n2ygk
committed
55e61e9
Copy full SHA for 55e61e9
Commits on Jun 4, 2019
Use REST framework serializer functionality to extract includes (#632)
Anton-Shutik
authored and
sliverc
committed
b884535
Copy full SHA for b884535
Commits on May 15, 2019
Fix deprecation warnings regarding collections.abc (#624)
tirkarthi
authored and
sliverc
committed
db5cd72
Copy full SHA for db5cd72
Commits on Feb 11, 2019
Avoid exception when trying to include skipped relationship (#453)
stas
authored and
sliverc
committed
03e3a40
Copy full SHA for 03e3a40
Commits on Jan 4, 2019
Remove requested resources from included field (#540)
PUREMATH
authored and
sliverc
committed
517511f
Copy full SHA for 517511f
Commits on Dec 6, 2018
Do not skip empty one-to-one relationships (#526)
sliverc
authored and
n2ygk
committed
e5bea80
Copy full SHA for e5bea80
Commits on Nov 29, 2018
Don't render write only relations (#522)
winged
authored and
sliverc
committed
9208b4d
Copy full SHA for 9208b4d
Commits on Sep 24, 2018
Support polymorphic nested serializer url fields (#485)
icereval
authored and
sliverc
committed
ac93145
Copy full SHA for ac93145
Commits on Sep 20, 2018
autogenerate API documentation (#479)
n2ygk
authored and
sliverc
committed
4eef958
Copy full SHA for 4eef958
Commits on Jul 19, 2018
Add HyperlinkedRelatedField and SerializerMethodHyperlinkedRelatedField fields (#445)
Anton-Shutik
authored and
sliverc
committed
cb7f830
Copy full SHA for cb7f830
Commits on Jun 18, 2018
Preserve values from being formatted (#420)
Show description for 79e7738
sliverc
authored and
n2ygk
committed
79e7738
Copy full SHA for 79e7738
Commits on Feb 18, 2018
Speed up JSONRenderer.extract_included (#412)
amw
authored and
mblayman
committed
4ef5bb4
Copy full SHA for 4ef5bb4
Commits on Jan 16, 2018
Polymorphic list fixes (#402)
Show description for c926a66
adsized
authored and
mblayman
committed
c926a66
Copy full SHA for c926a66
Commits on Jan 9, 2018
Allow json api renderer to be used as test request renderer class (#396)
Show description for 9d200f2
sliverc
authored and
mblayman
committed
9d200f2
Copy full SHA for 9d200f2
Avoid query explosion for related fields where I can user pk_only_opt… (#374)
Show description for b4dffb8
santiavenda2
authored and
mblayman
committed
b4dffb8
Copy full SHA for b4dffb8
Commits on Jun 28, 2017
Respect lookup field on many-many relations (#361)
Darkheir
authored and
mblayman
committed
1659d8c
Copy full SHA for 1659d8c
respect custom related_link_url_kwarg (#359)
Ola-t
authored and
mblayman
committed
69d899f
Copy full SHA for 69d899f
Commits on Jun 26, 2017
Add isort to CI process (#360)
Show description for a62c0a5
mblayman
authored
a62c0a5
Copy full SHA for a62c0a5
Commits on Jun 5, 2017
Added nested included serializer support for remapped relations (#347)
Show description for 9e395a2
sliverc
authored and
mblayman
committed
9e395a2
Copy full SHA for 9e395a2
Pagination
Previous
Next
You can’t perform that action at this time.