Metadata-Version: 2.1
Name: django_camel_field
Version: 0.0.1
Summary: ForeignKey/OneToOneField with Camel Case Attribute Name
Home-page: https://github.com/zhangi/django_camel_field
Author: Ivan Zhang
Author-email: sail4dream@gmail.com
License: UNKNOWN
Description: # django_camel_field
        Extend django's foreign key/onetoone field so that it can use specified attr_name other than 'xxxx_id'
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
