vvangelovski / django-audit-log

Audit log for your Django models
Other
232 stars 93 forks source link

Fixed bug with Field initialization using South #5

Closed Arvi3d closed 10 years ago

Arvi3d commented 13 years ago

South provides all arguments like: to, null. Thus, we have an error because of duplicating of same arguments

vvangelovski commented 13 years ago

Thanks. I'll need to test this.