Remove Field(name='...') which was deprecated when db_field was introduced a while ago
This commit is contained in:
@@ -10,6 +10,7 @@ Development
|
||||
- Fixed a bug causing inaccurate query results, while combining ``__raw__`` and regular filters for the same field #2264
|
||||
- Add support for the `elemMatch` projection operator in .fields() (e.g BlogPost.objects.fields(elemMatch__comments="test")) #2267
|
||||
- DictField validate failed without default connection (bug introduced in 0.19.0) #2239
|
||||
- Remove name parameter in Field constructor e.g `StringField(name="...")`, it was deprecated a while ago in favor of db_field
|
||||
|
||||
Changes in 0.19.1
|
||||
=================
|
||||
|
||||
Reference in New Issue
Block a user