All items are if needed.
- hiking boots
- 2 x pair of hiking socks
| MSGLANGS = $(wildcard */locale/*/LC_MESSAGES/*.po) | |
| MSGOBJS = $(MSGLANGS:.po=.mo) | |
| gettext: $(MSGOBJS) | |
| gettext-clean: | |
| -rm ${MSGOBJS} | |
| %.mo: %.po | |
| msgfmt -c -o $@ $*.po |
| diff --git a/package.json b/package.json | |
| index af301ee..f452451 100644 | |
| --- a/package.json | |
| +++ b/package.json | |
| @@ -1,7 +1,7 @@ | |
| { | |
| "name": "heroku-connect-plugin", | |
| "description": "Heroku Connect plugin for Heroku CLI", | |
| - "version": "0.5.0", | |
| + "version": "0.6.0", |
| diff --git a/package.json b/package.json | |
| index f452451..af301ee 100644 | |
| --- a/package.json | |
| +++ b/package.json | |
| @@ -1,7 +1,7 @@ | |
| { | |
| "name": "heroku-connect-plugin", | |
| "description": "Heroku Connect plugin for Heroku CLI", | |
| - "version": "0.6.0", | |
| + "version": "0.5.0", |
| diff --git a/django_select2/__init__.py b/django_select2/__init__.py | |
| index ccf8c5d..d93df5a 100644 | |
| --- a/django_select2/__init__.py | |
| +++ b/django_select2/__init__.py | |
| @@ -2,7 +2,7 @@ | |
| """ | |
| This is a Django_ integration of Select2_. | |
| -The app includes Select2 driven Django Widgets and Form Fields. | |
| +The application includes Select2 driven Django Widgets and Form Fields. |
| diff --git a/django_select2/forms.py b/django_select2/forms.py | |
| index f013bcc..f760e18 100644 | |
| --- a/django_select2/forms.py | |
| +++ b/django_select2/forms.py | |
| @@ -182,10 +182,15 @@ class HeavySelect2Mixin(object): | |
| Args: | |
| data_view (str): URL pattern name | |
| data_url (str): URL | |
| + dependent_fields (List[str]): List of dependent parent fields. | |
| + The value of the dependent field will be passed as to :func:`.filter_queryset`. |
I hereby claim:
To claim this, I am signing this object:
#Django-CC talk proposal DjangoConEU2016 ##Tell us about youe I am Johannes Hoppe (github@codingjoe), a Senior Engineer at Thermondo, a Berlin based new energy startup. I am an active contributor and maintainer to the Django open source universe and Django itself. I occasionally enjoy giving talks at our local Django meetups.
##Your talk's title Django Contributing Commons - and why we need it
##Description of your talk Django Contributing Commons is a joint effort to simplify contributing to Django thrid party projects and encourage first time contributors.
#Django-CC talk proposal DjangoConEU2016 ##Tell us about you I am Johannes Hoppe (github@codingjoe), a Senior Engineer at Thermondo a Berlin based new energy startup. I am a very active contributor and maintainer to the django open source univers and django itself. Additionally I occasionally enjoy giving talks at the local Django meetups.
##Your talk's title Django Contributing Commons - and we need it
##Description of your talk Django Contributing Commons is a joint effort to simplify contributing to django projects and encurage first time contributors.