Skip to content

Instantly share code, notes, and snippets.

View codingjoe's full-sized avatar
🫡
helldiving

Johannes Maron codingjoe

🫡
helldiving
View GitHub Profile
@codingjoe
codingjoe / dcc-djangoconeu2016.md
Created January 11, 2016 13:21
Django-CC talk proposal DjangoConEU2016

#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.

@codingjoe
codingjoe / dcc-djangoconeu2016.md
Created January 11, 2016 13:21
Django-CC talk proposal DjangoConEU2016

#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.

@codingjoe
codingjoe / dcc-djangoconeu2016.md
Last active January 12, 2016 05:28
Django-CC talk proposal DjangoConEU2016

#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.

@codingjoe
codingjoe / django_docs.md
Last active July 24, 2022 23:16
Build Django docs like a pro!

Build Django docs like a pro!

Sphinx config

docs/conf.py

import importlib
import inspect
import os
import sys
@codingjoe
codingjoe / keybase.md
Created June 15, 2016 08:50
Keybase proof

Keybase proof

I hereby claim:

  • I am codingjoe on github.
  • I am codingjoe (https://keybase.io/codingjoe) on keybase.
  • I have a public key ASAuFva1kWqzJRdqRdheBeDsT18dN15wrp9nTPGZ4DR3vQo

To claim this, I am signing this object:

@codingjoe
codingjoe / dependent fields.diff
Last active August 3, 2017 08:25
dependent 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`.
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.
@codingjoe
codingjoe / camping-checklist-cabin-tour-summer.md
Last active August 12, 2020 16:34
Camping Checklist – Summer

Camping Checklist – Cabin Tour

All items are if needed.

Personal Items

Clothing

  • hiking boots
  • 2 x pair of hiking socks
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/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",