mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Django 1.6.11, not requiring fields=__all__. @sictiru, wondering if this is necessary?
This commit is contained in:
parent
cfd49f2da0
commit
c14d6e5bbc
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
2
vendor/paypal/standard/ipn/forms.py
vendored
2
vendor/paypal/standard/ipn/forms.py
vendored
|
@ -14,4 +14,4 @@ class PayPalIPNForm(PayPalStandardBaseForm):
|
|||
|
||||
class Meta:
|
||||
model = PayPalIPN
|
||||
fields = "__all__"
|
||||
# fields = "__all__"
|
||||
|
|
Loading…
Add table
Reference in a new issue