Django with dynamic fields in hstore
Stars
35
Forks
7
Watchers
35
Open Issues
8
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge branch 'master' of github.com:multmeio/django-hstore-flattenfields
87297f7View on GitHubFixing the e TypeError: type() argument 1 must be string, not unicode.
186d027View on GitHub[#65355006] - Convertendo Name de um ModelDynamicField para str(), pois a funcao de criacao de Classes, type(), da problema com Unicode, no momento do uso do __len__() ou objects.iterator()
6ae24c6View on GitHubversion 0.8 - Changing the AArchitecture and the way we create the Instances, to avoid too many queries.
9f94109View on GitHubversion 0.8 - Stable version without using cache and better performance in access to the database
6f5ae56View on GitHubRemoving the #egg= from the rule of pip requerement file.
8609b81View on GitHubMerge branch 'master' of github.com:multmeio/django-hstore-flattenfields
346561fView on GitHubfixing the new architecture, creating all fields from a refer in the signals and filtering in the instance.
550af33View on GitHubFixing the project, now we do not use cache anymore and we had the less amount of hits that we can.
0bdd40dView on GitHubTrying another way to store the fields in Models and Instances.
5344616View on GitHub