Releases: iashraful/fast-drf
Releases · iashraful/fast-drf
2.2.12
30 Nov 04:18
Compare
Sorry, something went wrong.
No results found
2.2.11
UPDATED
Formatting applied with black
Added Poetry based packaging
Removed Python 3.7 support and added 3.11 support
2.2.10
20 Apr 16:05
Compare
Sorry, something went wrong.
No results found
2.2.10
UPDATED
Added support for automatic api_url generation.
2.2.9
02 Mar 15:42
Compare
Sorry, something went wrong.
No results found
Fixed py<3.5 version str formatting issue
2.1.3
22 Apr 09:29
Compare
Sorry, something went wrong.
No results found
2.1.3
FIXED
Fixed double querying for list API
2.1.1
31 Mar 13:52
Compare
Sorry, something went wrong.
No results found
2.1.1
ADDED
Added test cases for test app
App directory structure has changed. But, no external effect.
BUG FIXED
Import error and some other minor fixes
2.1.0
20 Mar 14:24
Compare
Sorry, something went wrong.
No results found
ADDED
Added support for Django's prefetch and select related.
2.0.0
12 Aug 13:38
Compare
Sorry, something went wrong.
No results found
2.0.0
ADDED
Dynamic API filtering with model fields.
Support all the django filter on API params. Like: ?search=1&title:icontains=test
UPDATED
Settings config data type updated with default configuration
1.0.10
19 Jul 03:28
Compare
Sorry, something went wrong.
No results found
1.0.10
ADDED
Added Dockerfile and compose file for local dependency
BUG FIXES
Django REST Framework six dependent version upgraded
UPDATED
Updated API prefix and doc
1.0.9
27 Sep 16:45
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed get_api_version() while override the serializer and viewset
1.0.6
26 Feb 14:24
Compare
Sorry, something went wrong.
No results found
UPDATED
Django version updated due to stop vulnerability warning
ADDED
Create from two level of json according to API format
BUG FIXED
Fixed permission class empty issue while user is not giving
Fixed Serializer list api data property calling issue