hearsaycorp / django-livefield

Convenient soft-deletion for Django models.
MIT License
35 stars 19 forks source link

Naming #11

Closed dyve closed 10 years ago

dyve commented 10 years ago

django_livefield uses non-standard naming. There is still time to fix this (the app is young). I'd suggest this tree

This will help users to navigate the app easily, because the naming scheme is well known. I e-mailed about this a while back with @akshayjshah

akshayjshah commented 10 years ago

That's fine with me. I'll open a PR to move things around later this week...or if you've got some time on your hands, you're welcome to open one too :smiley:

akshayjshah commented 10 years ago

I'm working on this now, @dyve. There's one wrinkle - I'll have to split all the GIS-related stuff into a separate livefield.gis namespace. Without that split, every user of this package will need the geospatial libraries installed to avoid import errors.

dyve commented 10 years ago

Will be fixed by the PR referenced above.