Skip to content

InvGate/django-ipcharfield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPCharField

Sometimes flexibility is a priority over efficiency. This is why IPCharField, despite taking more space to store, is very handy. This field uses a leading zeros representation in order to allow making range queries as well as contains and startwith operations with the django ORM.

About

An IP Field for django that can be lex sorted on the DB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages