Skip to content

Commit

Permalink
Update to Django 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbepresent committed Jan 17, 2017
1 parent 5b0c737 commit 52b7463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ajax_select/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ class TheForm(superclass):
class Meta:
pass
setattr(Meta, 'model', model)
setattr(Meta, 'fields', "__all__")

for model_fieldname,channel in fieldlist.iteritems():
f = make_ajax_field(model,model_fieldname,channel,show_help_text)
Expand Down

0 comments on commit 52b7463

Please sign in to comment.