We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c649fe8 commit 05da883Copy full SHA for 05da883
CHANGELOG.md
@@ -12,3 +12,8 @@ For each PR made, an entry should be added to this changelog. It should contain
12
- etc.
13
14
## Changelog
15
+- 1030-resolve-0-value-document-type-in-nasa_science
16
+ - Description: Around 2000 of the docs coming out of the COSMOS api for nasa_scince have a doc type vaule of 0.
17
+ - Changes:
18
+ - Added `obj.document_type != 0` as a condition in the `get_document_type` method within the `CuratedURLAPISerializer`
19
+ - Added a changelog.md file
0 commit comments