Django 1.6.11, not requiring fields=__all__. @sictiru, wondering if this is necessary?

This commit is contained in:
Samuel Clay 2020-06-22 11:52:07 -04:00
parent cfd49f2da0
commit c14d6e5bbc
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ django-redis-sessions==0.5.6
django-ses==0.7.1
django-subdomains==2.1.0
django-timezone-field==2.0
Django==1.6
Django>=1.6,<1.7
dnspython==1.15.0
Fabric==1.14.0
gunicorn==19.7

View file

@ -14,4 +14,4 @@ class PayPalIPNForm(PayPalStandardBaseForm):
class Meta:
model = PayPalIPN
fields = "__all__"
# fields = "__all__"