UUIDFilter in Django

 UUIDFilter filter matches UUID values, used with models. UUIDField by default.

Comments

Popular posts from this blog

Advantages to using URLField() over TextField()

Forms in Django(bound, unbound, clean, is_valid, errors)