bruth / django-preserialize

Convert your model instances and querysets into dicts and list with style.
http://bruth.github.io/django-preserialize
BSD 2-Clause "Simplified" License
41 stars 6 forks source link

Rename package to djangopreserialize #20

Closed jahs closed 7 years ago

jahs commented 7 years ago

Hi, the package name is preserialize but as this is Django-specific, would it be possible to rename it to djangopreserialize matching PyPi (following PEP 8 (Package and Module Names) guidelines)? [I have a generic pre-serialization module I'd like to open source called preserialize and just checking first to avoid a package name clash].

bruth commented 7 years ago

Hi James, I would prefer not too mainly because it is a breaking change. That being said there is a very unlikely chance both of our libraries will be used in the same project, so the chance of clashes is low.