Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
fixup! Implement a AddressField to incorporate backend clean methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Dembrey committed Feb 8, 2018
1 parent fee558b commit 487959e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions addressfield/models.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
from django.db import models

# Create your models here.
2 changes: 1 addition & 1 deletion addressfield/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Media:
js = (
'jquery.addressfield.min.js',
'address_form.js',
)
)

def __init__(self, *args, **kwargs):
attrs = kwargs.get('attrs', dict())
Expand Down

0 comments on commit 487959e

Please sign in to comment.