Skip to content

Commit

Permalink
Update README.md file to inform about latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfarukabaci committed Oct 27, 2021
1 parent 3b86d2c commit e5f0e57
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,24 @@ DRF-EXTRA-FIELDS

Extra Fields for Django Rest Framework

**Possible breaking change in v3.1.0**: In this version we have changed file class used in `Base64FileField` from `ContentFile` to `SimpleUploadedFile` (you may see the change [here](https://github.com/Hipo/drf-extra-fields/pull/149/files#diff-5f77bcb61083cd9c026f6dfb3b77bf8fa824c45e620cdb7826ad713bde7b65f8L72-R85)).

[![Build Status](https://github.com/Hipo/drf-extra-fields/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/Hipo/drf-extra-fields/actions)
[![codecov](https://codecov.io/gh/Hipo/drf-extra-fields/branch/master/graph/badge.svg)](https://codecov.io/gh/Hipo/drf-extra-fields)
[![PyPI Version](https://img.shields.io/pypi/v/drf-extra-fields.svg)](https://pypi.org/project/drf-extra-fields)
[![Python Versions](https://img.shields.io/pypi/pyversions/drf-extra-fields.svg)](https://pypi.org/project/drf-extra-fields)

Latest Changes
==============

- **v3.2.0**
- Support for Python 3.5 is ended.
- Python 3.9 and 3.10 are now supported.
- Django 3.2 is now supported.
- **v3.1.1**
- `psycopg2` dependency is made optional.
- **v3.1.0**
- **Possible Breaking Change**:
- In this version we have changed file class used in `Base64FileField` from `ContentFile` to `SimpleUploadedFile` (you may see the change [here](https://github.com/Hipo/drf-extra-fields/pull/149/files#diff-5f77bcb61083cd9c026f6dfb3b77bf8fa824c45e620cdb7826ad713bde7b65f8L72-R85)).

Usage
================

Expand Down

0 comments on commit e5f0e57

Please sign in to comment.