[ckan-changes] [ckan/ckan] 282543: Use dict comprehension instead of dict([...])
GitHub
noreply at github.com
Mon Jun 20 10:36:35 UTC 2016
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 282543be441329b66d2532c3c4dccdc981dd09f1
https://github.com/ckan/ckan/commit/282543be441329b66d2532c3c4dccdc981dd09f1
Author: Cody <cody at quantifiedcode.com>
Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths:
M ckan/lib/config_tool.py
M ckan/lib/create_test_data.py
M ckan/lib/dictization/model_save.py
M ckan/logic/schema.py
M ckan/model/package.py
Log Message:
-----------
Use dict comprehension instead of dict([...])
Commit: 550385128cf058a9aa863c1e17924fc4a9b3d395
https://github.com/ckan/ckan/commit/550385128cf058a9aa863c1e17924fc4a9b3d395
Author: Knut Hühne <knut at viderum.com>
Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths:
M ckan/lib/config_tool.py
Log Message:
-----------
[#3123] fix indentation for pep8
Commit: d4236878335818d4272cc4fd1f8da9d294847b9a
https://github.com/ckan/ckan/commit/d4236878335818d4272cc4fd1f8da9d294847b9a
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2016-06-20 (Mon, 20 Jun 2016)
Changed paths:
M ckan/lib/config_tool.py
M ckan/lib/create_test_data.py
M ckan/lib/dictization/model_save.py
M ckan/logic/schema.py
M ckan/model/package.py
Log Message:
-----------
Merge pull request #3125 from k-nut/3123-dict-comprehension
Dict comprehension without pep8 problems
Compare: https://github.com/ckan/ckan/compare/817d97dba5ab...d42368783358
More information about the ckan-changes
mailing list