monobot / asyncorm

Fully Async ORM inspired in django's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spelling Mistakes

cxylpy opened this issue · comments

  • asyncorm version:
  • Python version: >3.5
  • Operating System: windows

Description

In asyncorm/models/fields.py, I see that there are two fields using inappropriate names.

  • MACAdressField
  • Uuid4Field

What I Did

MACAdressField should be MACAddressField
Uuid4Field should be UUIDField