Skip to content

Commit b337afa

Browse files
authored
Fix wrong Django model reference in documentation
ManufacturerDocument should refer to Django Model Manufactuer rather than Car
1 parent 8b8dc5b commit b337afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ want to put in this Elasticsearch index and also add the `registry.register_docu
468468
'number_of_replicas': 0}
469469
470470
class Django:
471-
model = Car
471+
model = Manufacturer
472472
fields = [
473473
'name',
474474
'country_code',

0 commit comments

Comments
 (0)