wohali opened a new issue #1285: URL: https://github.com/apache/couchdb-fauxton/issues/1285
## Current Behaviour Right now, creating a ddoc in Fauxton is just like creating any other document. You get a new `_id` value, but nothing else. Since ddocs are largely written in JavaScript, and anyone using another language will know to put a different language in there, consider adding the `"language": "javascript"` key to a new ddoc by default. ## Expected Behaviour All ddocs in CouchDB have the "language" key/value pair filled in. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
